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