regenerated files
This commit is contained in:
@@ -15,53 +15,53 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(106, "bArmature")]
|
||||
public class bArmature {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "ListBase", "bonebase", "ListBase", 16)]
|
||||
[DNAFieldAttribute(2, "ListBase", "bonebase", "ListBase", 16, false)]
|
||||
public ListBase bonebase;
|
||||
[DNAFieldAttribute(3, "GHash", "*bonehash", "GHash", 0)]
|
||||
[DNAFieldAttribute(3, "GHash", "*bonehash", "GHash", 4, true)]
|
||||
public GHash ptr_bonehash;
|
||||
[DNAFieldAttribute(4, "void", "*_pad1", "void", 0)]
|
||||
[DNAFieldAttribute(4, "void", "*_pad1", "void", 4, true)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(5, "ListBase", "*edbo", "ListBase", 16)]
|
||||
[DNAFieldAttribute(5, "ListBase", "*edbo", "ListBase", 4, true)]
|
||||
public ListBase ptr_edbo;
|
||||
[DNAFieldAttribute(6, "Bone", "*act_bone", "Bone", 472)]
|
||||
[DNAFieldAttribute(6, "Bone", "*act_bone", "Bone", 4, true)]
|
||||
public Bone ptr_act_bone;
|
||||
[DNAFieldAttribute(7, "EditBone", "*act_edbone", "EditBone", 0)]
|
||||
[DNAFieldAttribute(7, "EditBone", "*act_edbone", "EditBone", 4, true)]
|
||||
public EditBone ptr_act_edbone;
|
||||
[DNAFieldAttribute(8, "char", "needs_flush_to_id", "char", 1)]
|
||||
[DNAFieldAttribute(8, "char", "needs_flush_to_id", "char", 1, false)]
|
||||
public char needs_flush_to_id;
|
||||
[DNAFieldAttribute(9, "char", "_pad0[3]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(9, "char", "_pad0[3]", "System.Char[]", 3, false)]
|
||||
public char[] _pad0 = new System.Char[3];
|
||||
[DNAFieldAttribute(10, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(10, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(11, "int", "drawtype", "int", 4)]
|
||||
[DNAFieldAttribute(11, "int", "drawtype", "int", 4, false)]
|
||||
public int drawtype;
|
||||
[DNAFieldAttribute(12, "short", "deformflag", "short", 2)]
|
||||
[DNAFieldAttribute(12, "short", "deformflag", "short", 2, false)]
|
||||
public short deformflag;
|
||||
[DNAFieldAttribute(13, "short", "pathflag", "short", 2)]
|
||||
[DNAFieldAttribute(13, "short", "pathflag", "short", 2, false)]
|
||||
public short pathflag;
|
||||
[DNAFieldAttribute(14, "ListBase", "collections", "ListBase", 16)]
|
||||
[DNAFieldAttribute(14, "ListBase", "collections", "ListBase", 16, false)]
|
||||
public ListBase collections;
|
||||
[DNAFieldAttribute(15, "BoneCollection", "**collection_array", "BoneCollection", 120)]
|
||||
[DNAFieldAttribute(15, "BoneCollection", "**collection_array", "BoneCollection", 4, true)]
|
||||
public BoneCollection ptr_ptr_collection_array;
|
||||
[DNAFieldAttribute(16, "int", "collection_array_num", "int", 4)]
|
||||
[DNAFieldAttribute(16, "int", "collection_array_num", "int", 4, false)]
|
||||
public int collection_array_num;
|
||||
[DNAFieldAttribute(17, "int", "collection_root_count", "int", 4)]
|
||||
[DNAFieldAttribute(17, "int", "collection_root_count", "int", 4, false)]
|
||||
public int collection_root_count;
|
||||
[DNAFieldAttribute(18, "char", "active_collection_name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(18, "char", "active_collection_name[64]", "System.Char[]", 64, false)]
|
||||
public char[] active_collection_name = new System.Char[64];
|
||||
[DNAFieldAttribute(19, "int", "layer_used", "int", 4)]
|
||||
[DNAFieldAttribute(19, "int", "layer_used", "int", 4, false)]
|
||||
public int layer_used;
|
||||
[DNAFieldAttribute(20, "int", "layer", "int", 4)]
|
||||
[DNAFieldAttribute(20, "int", "layer", "int", 4, false)]
|
||||
public int layer;
|
||||
[DNAFieldAttribute(21, "int", "layer_protected", "int", 4)]
|
||||
[DNAFieldAttribute(21, "int", "layer_protected", "int", 4, false)]
|
||||
public int layer_protected;
|
||||
[DNAFieldAttribute(22, "float", "axes_position", "float", 4)]
|
||||
[DNAFieldAttribute(22, "float", "axes_position", "float", 4, false)]
|
||||
public float axes_position;
|
||||
[DNAFieldAttribute(23, "bArmature_Runtime", "runtime", "bArmature_Runtime", 16)]
|
||||
[DNAFieldAttribute(23, "bArmature_Runtime", "runtime", "bArmature_Runtime", 16, false)]
|
||||
public bArmature_Runtime runtime;
|
||||
public bArmature() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user