regenerate files
This commit is contained in:
@@ -13,23 +13,23 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(106, "bArmature")]
|
||||
[DNAClassAttribute(106, "bArmature", 416)]
|
||||
public class bArmature {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "ListBase", "bonebase", "ListBase", 16, false)]
|
||||
public ListBase bonebase;
|
||||
[DNAFieldAttribute(3, "GHash", "*bonehash", "GHash", 4, true)]
|
||||
[DNAFieldAttribute(3, "GHash", "*bonehash", "GHash", 8, true)]
|
||||
public GHash ptr_bonehash;
|
||||
[DNAFieldAttribute(4, "void", "*_pad1", "void", 4, true)]
|
||||
[DNAFieldAttribute(4, "void", "*_pad1", "void", 8, true)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(5, "ListBase", "*edbo", "ListBase", 4, true)]
|
||||
[DNAFieldAttribute(5, "ListBase", "*edbo", "ListBase", 8, true)]
|
||||
public ListBase ptr_edbo;
|
||||
[DNAFieldAttribute(6, "Bone", "*act_bone", "Bone", 4, true)]
|
||||
[DNAFieldAttribute(6, "Bone", "*act_bone", "Bone", 8, true)]
|
||||
public Bone ptr_act_bone;
|
||||
[DNAFieldAttribute(7, "EditBone", "*act_edbone", "EditBone", 4, true)]
|
||||
[DNAFieldAttribute(7, "EditBone", "*act_edbone", "EditBone", 8, true)]
|
||||
public EditBone ptr_act_edbone;
|
||||
[DNAFieldAttribute(8, "char", "needs_flush_to_id", "char", 1, false)]
|
||||
public char needs_flush_to_id;
|
||||
@@ -45,7 +45,7 @@ namespace BlendFile.DNA {
|
||||
public short pathflag;
|
||||
[DNAFieldAttribute(14, "ListBase", "collections", "ListBase", 16, false)]
|
||||
public ListBase collections;
|
||||
[DNAFieldAttribute(15, "BoneCollection", "**collection_array", "BoneCollection", 4, true)]
|
||||
[DNAFieldAttribute(15, "BoneCollection", "**collection_array", "BoneCollection", 8, true)]
|
||||
public BoneCollection ptr_ptr_collection_array;
|
||||
[DNAFieldAttribute(16, "int", "collection_array_num", "int", 4, false)]
|
||||
public int collection_array_num;
|
||||
|
||||
Reference in New Issue
Block a user