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