regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

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