updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -25,15 +25,15 @@ namespace BlendFile.DNA {
public bAction act;
[DNAFieldAttribute(4, "int", 4, "action_slot_handle", "int", false, 40)]
public int action_slot_handle;
[DNAArrayAttribute(66, "char", 5, "action_slot_name[66]", "System.Char[]", 66, 44)]
[DNAArrayAttribute(66, "char", 5, "action_slot_name[66]", "System.Char[]", 66, false, 44)]
public char[] action_slot_name = new System.Char[66];
[DNAArrayAttribute(2, "char", 6, "_pad0[2]", "System.Char[]", 2, 110)]
[DNAArrayAttribute(2, "char", 6, "_pad0[2]", "System.Char[]", 2, false, 110)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(16, "ListBase", 7, "fcurves", "ListBase", false, 112)]
public ListBase fcurves;
[DNAFieldAttribute(16, "ListBase", 8, "modifiers", "ListBase", false, 128)]
public ListBase modifiers;
[DNAArrayAttribute(64, "char", 9, "name[64]", "System.Char[]", 64, 144)]
[DNAArrayAttribute(64, "char", 9, "name[64]", "System.Char[]", 64, false, 144)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(4, "float", 10, "influence", "float", false, 208)]
public float influence;
@@ -59,7 +59,7 @@ namespace BlendFile.DNA {
public short blendmode;
[DNAFieldAttribute(2, "short", 21, "extendmode", "short", false, 250)]
public short extendmode;
[DNAArrayAttribute(2, "char", 22, "_pad1[2]", "System.Char[]", 2, 252)]
[DNAArrayAttribute(2, "char", 22, "_pad1[2]", "System.Char[]", 2, false, 252)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(2, "short", 23, "type", "short", false, 254)]
public short type;
@@ -67,7 +67,7 @@ namespace BlendFile.DNA {
public object speaker_handle;
[DNAFieldAttribute(4, "int", 25, "flag", "int", false, 264)]
public int flag;
[DNAArrayAttribute(4, "char", 26, "_pad2[4]", "System.Char[]", 4, 268)]
[DNAArrayAttribute(4, "char", 26, "_pad2[4]", "System.Char[]", 4, false, 268)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(8, "NlaStrip", 27, "*orig_strip", "NlaStrip", true, 272)]
public NlaStrip orig_strip;