Regenerated code files
This commit is contained in:
@@ -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;
|
||||
[DNAFieldAttribute(66, "char", 5, "action_slot_name[66]", "System.Char[]", false, 44)]
|
||||
[DNAArrayAttribute(66, "char", 5, "action_slot_name[66]", "System.Char[]", 66, 44)]
|
||||
public char[] action_slot_name = new System.Char[66];
|
||||
[DNAFieldAttribute(2, "char", 6, "_pad0[2]", "System.Char[]", false, 110)]
|
||||
[DNAArrayAttribute(2, "char", 6, "_pad0[2]", "System.Char[]", 2, 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;
|
||||
[DNAFieldAttribute(64, "char", 9, "name[64]", "System.Char[]", false, 144)]
|
||||
[DNAArrayAttribute(64, "char", 9, "name[64]", "System.Char[]", 64, 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;
|
||||
[DNAFieldAttribute(2, "char", 22, "_pad1[2]", "System.Char[]", false, 252)]
|
||||
[DNAArrayAttribute(2, "char", 22, "_pad1[2]", "System.Char[]", 2, 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;
|
||||
[DNAFieldAttribute(4, "char", 26, "_pad2[4]", "System.Char[]", false, 268)]
|
||||
[DNAArrayAttribute(4, "char", 26, "_pad2[4]", "System.Char[]", 4, 268)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "NlaStrip", 27, "*orig_strip", "NlaStrip", true, 272)]
|
||||
public NlaStrip orig_strip;
|
||||
|
||||
Reference in New Issue
Block a user