Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(882, "Strip", 904)]
|
||||
public class Strip {
|
||||
[DNAFieldAttribute(0, "Strip", "*next", "Strip", 8, true)]
|
||||
[DNAFieldAttribute(0, "Strip", "*next", "Strip", 8, true, 0)]
|
||||
public Strip ptr_next;
|
||||
[DNAFieldAttribute(1, "Strip", "*prev", "Strip", 8, true)]
|
||||
[DNAFieldAttribute(1, "Strip", "*prev", "Strip", 8, true, 8)]
|
||||
public Strip ptr_prev;
|
||||
[DNAFieldAttribute(2, "int", "us", "int", 4, false)]
|
||||
[DNAFieldAttribute(2, "int", "us", "int", 4, false, 16)]
|
||||
public int us;
|
||||
[DNAFieldAttribute(3, "int", "done", "int", 4, false)]
|
||||
[DNAFieldAttribute(3, "int", "done", "int", 4, false, 20)]
|
||||
public int done;
|
||||
[DNAFieldAttribute(4, "int", "startstill", "int", 4, false)]
|
||||
[DNAFieldAttribute(4, "int", "startstill", "int", 4, false, 24)]
|
||||
public int startstill;
|
||||
[DNAFieldAttribute(5, "int", "endstill", "int", 4, false)]
|
||||
[DNAFieldAttribute(5, "int", "endstill", "int", 4, false, 28)]
|
||||
public int endstill;
|
||||
[DNAFieldAttribute(6, "StripElem", "*stripdata", "StripElem", 8, true)]
|
||||
[DNAFieldAttribute(6, "StripElem", "*stripdata", "StripElem", 8, true, 32)]
|
||||
public StripElem ptr_stripdata;
|
||||
[DNAFieldAttribute(7, "char", "dir[768]", "System.Char[]", 768, false)]
|
||||
[DNAFieldAttribute(7, "char", "dir[768]", "System.Char[]", 768, false, 40)]
|
||||
public char[] dir = new System.Char[768];
|
||||
[DNAFieldAttribute(8, "StripProxy", "*proxy", "StripProxy", 8, true)]
|
||||
[DNAFieldAttribute(8, "StripProxy", "*proxy", "StripProxy", 8, true, 808)]
|
||||
public StripProxy ptr_proxy;
|
||||
[DNAFieldAttribute(9, "StripCrop", "*crop", "StripCrop", 8, true)]
|
||||
[DNAFieldAttribute(9, "StripCrop", "*crop", "StripCrop", 8, true, 816)]
|
||||
public StripCrop ptr_crop;
|
||||
[DNAFieldAttribute(10, "StripTransform", "*transform", "StripTransform", 8, true)]
|
||||
[DNAFieldAttribute(10, "StripTransform", "*transform", "StripTransform", 8, true, 824)]
|
||||
public StripTransform ptr_transform;
|
||||
[DNAFieldAttribute(11, "StripColorBalance", "*color_balance", "StripColorBalance", 8, true)]
|
||||
[DNAFieldAttribute(11, "StripColorBalance", "*color_balance", "StripColorBalance", 8, true, 832)]
|
||||
public StripColorBalance ptr_color_balance;
|
||||
[DNAFieldAttribute(12, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64, false)]
|
||||
[DNAFieldAttribute(12, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64, false, 840)]
|
||||
public ColorManagedColorspaceSettings colorspace_settings;
|
||||
public Strip() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user