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