Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -23,7 +23,7 @@ namespace BlendFile.DNA {
public object tmp;
[DNAFieldAttribute(8, "void", 3, "*lib", "void", true, 24)]
public object lib;
[DNAFieldAttribute(64, "char", 4, "name[64]", "System.Char[]", false, 32)]
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, 32)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(4, "int", 5, "flag", "int", false, 96)]
public int flag;
@@ -83,7 +83,7 @@ namespace BlendFile.DNA {
public Sequence seq2;
[DNAFieldAttribute(8, "void", 33, "*_pad7", "void", true, 248)]
public object _pad7;
[DNAFieldAttribute(8, "int", 34, "_pad8[2]", "System.Int32[]", false, 256)]
[DNAArrayAttribute(8, "int", 34, "_pad8[2]", "System.Int32[]", 2, 256)]
public int[] _pad8 = new System.Int32[2];
[DNAFieldAttribute(16, "ListBase", 35, "seqbase", "ListBase", false, 264)]
public ListBase seqbase;
@@ -105,7 +105,7 @@ namespace BlendFile.DNA {
public float strobe;
[DNAFieldAttribute(4, "float", 44, "sound_offset", "float", false, 344)]
public float sound_offset;
[DNAFieldAttribute(4, "char", 45, "_pad4[4]", "System.Char[]", false, 348)]
[DNAArrayAttribute(4, "char", 45, "_pad4[4]", "System.Char[]", 4, 348)]
public char[] _pad4 = new System.Char[4];
[DNAFieldAttribute(8, "void", 46, "*effectdata", "void", true, 352)]
public object effectdata;
@@ -121,7 +121,7 @@ namespace BlendFile.DNA {
public sbyte color_tag;
[DNAFieldAttribute(1, "char", 52, "alpha_mode", "char", false, 377)]
public char alpha_mode;
[DNAFieldAttribute(2, "char", 53, "_pad2[2]", "System.Char[]", false, 378)]
[DNAArrayAttribute(2, "char", 53, "_pad2[2]", "System.Char[]", 2, 378)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(4, "int", 54, "cache_flag", "int", false, 380)]
public int cache_flag;
@@ -129,7 +129,7 @@ namespace BlendFile.DNA {
public int sfra;
[DNAFieldAttribute(1, "char", 56, "views_format", "char", false, 388)]
public char views_format;
[DNAFieldAttribute(3, "char", 57, "_pad3[3]", "System.Char[]", false, 389)]
[DNAArrayAttribute(3, "char", 57, "_pad3[3]", "System.Char[]", 3, 389)]
public char[] _pad3 = new System.Char[3];
[DNAFieldAttribute(8, "Stereo3dFormat", 58, "*stereo3d_format", "Stereo3dFormat", true, 392)]
public Stereo3dFormat stereo3d_format;
@@ -147,7 +147,7 @@ namespace BlendFile.DNA {
public object _pad5;
[DNAFieldAttribute(4, "int", 65, "retiming_handle_num", "int", false, 448)]
public int retiming_handle_num;
[DNAFieldAttribute(4, "char", 66, "_pad6[4]", "System.Char[]", false, 452)]
[DNAArrayAttribute(4, "char", 66, "_pad6[4]", "System.Char[]", 4, 452)]
public char[] _pad6 = new System.Char[4];
[DNAFieldAttribute(8, "SequenceRuntime", 67, "runtime", "SequenceRuntime", false, 456)]
public SequenceRuntime runtime;