regenerate files
This commit is contained in:
@@ -13,13 +13,13 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(53, "bPoseChannel")]
|
||||
[DNAClassAttribute(53, "bPoseChannel", 1016)]
|
||||
public class bPoseChannel {
|
||||
[DNAFieldAttribute(0, "bPoseChannel", "*next", "bPoseChannel", 4, true)]
|
||||
[DNAFieldAttribute(0, "bPoseChannel", "*next", "bPoseChannel", 8, true)]
|
||||
public bPoseChannel ptr_next;
|
||||
[DNAFieldAttribute(1, "bPoseChannel", "*prev", "bPoseChannel", 4, true)]
|
||||
[DNAFieldAttribute(1, "bPoseChannel", "*prev", "bPoseChannel", 8, true)]
|
||||
public bPoseChannel ptr_prev;
|
||||
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 4, true)]
|
||||
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 8, true)]
|
||||
public IDProperty ptr_prop;
|
||||
[DNAFieldAttribute(3, "ListBase", "constraints", "ListBase", 16, false)]
|
||||
public ListBase constraints;
|
||||
@@ -43,21 +43,21 @@ namespace BlendFile.DNA {
|
||||
public char bboneflag;
|
||||
[DNAFieldAttribute(13, "char", "_pad0[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(14, "Bone", "*bone", "Bone", 4, true)]
|
||||
[DNAFieldAttribute(14, "Bone", "*bone", "Bone", 8, true)]
|
||||
public Bone ptr_bone;
|
||||
[DNAFieldAttribute(15, "bPoseChannel", "*parent", "bPoseChannel", 4, true)]
|
||||
[DNAFieldAttribute(15, "bPoseChannel", "*parent", "bPoseChannel", 8, true)]
|
||||
public bPoseChannel ptr_parent;
|
||||
[DNAFieldAttribute(16, "bPoseChannel", "*child", "bPoseChannel", 4, true)]
|
||||
[DNAFieldAttribute(16, "bPoseChannel", "*child", "bPoseChannel", 8, true)]
|
||||
public bPoseChannel ptr_child;
|
||||
[DNAFieldAttribute(17, "ListBase", "iktree", "ListBase", 16, false)]
|
||||
public ListBase iktree;
|
||||
[DNAFieldAttribute(18, "ListBase", "siktree", "ListBase", 16, false)]
|
||||
public ListBase siktree;
|
||||
[DNAFieldAttribute(19, "bMotionPath", "*mpath", "bMotionPath", 4, true)]
|
||||
[DNAFieldAttribute(19, "bMotionPath", "*mpath", "bMotionPath", 8, true)]
|
||||
public bMotionPath ptr_mpath;
|
||||
[DNAFieldAttribute(20, "Object", "*custom", "Object", 4, true)]
|
||||
[DNAFieldAttribute(20, "Object", "*custom", "Object", 8, true)]
|
||||
public Object ptr_custom;
|
||||
[DNAFieldAttribute(21, "bPoseChannel", "*custom_tx", "bPoseChannel", 4, true)]
|
||||
[DNAFieldAttribute(21, "bPoseChannel", "*custom_tx", "bPoseChannel", 8, true)]
|
||||
public bPoseChannel ptr_custom_tx;
|
||||
[DNAFieldAttribute(22, "float", "custom_scale", "float", 4, false)]
|
||||
public float custom_scale;
|
||||
@@ -139,15 +139,15 @@ namespace BlendFile.DNA {
|
||||
public float[] scale_in = new System.Single[3];
|
||||
[DNAFieldAttribute(61, "float", "scale_out[3]", "System.Single[]", 12, false)]
|
||||
public float[] scale_out = new System.Single[3];
|
||||
[DNAFieldAttribute(62, "bPoseChannel", "*bbone_prev", "bPoseChannel", 4, true)]
|
||||
[DNAFieldAttribute(62, "bPoseChannel", "*bbone_prev", "bPoseChannel", 8, true)]
|
||||
public bPoseChannel ptr_bbone_prev;
|
||||
[DNAFieldAttribute(63, "bPoseChannel", "*bbone_next", "bPoseChannel", 4, true)]
|
||||
[DNAFieldAttribute(63, "bPoseChannel", "*bbone_next", "bPoseChannel", 8, true)]
|
||||
public bPoseChannel ptr_bbone_next;
|
||||
[DNAFieldAttribute(64, "void", "*temp", "void", 4, true)]
|
||||
[DNAFieldAttribute(64, "void", "*temp", "void", 8, true)]
|
||||
public object ptr_temp;
|
||||
[DNAFieldAttribute(65, "bPoseChannelDrawData", "*draw_data", "bPoseChannelDrawData", 4, true)]
|
||||
[DNAFieldAttribute(65, "bPoseChannelDrawData", "*draw_data", "bPoseChannelDrawData", 8, true)]
|
||||
public bPoseChannelDrawData ptr_draw_data;
|
||||
[DNAFieldAttribute(66, "bPoseChannel", "*orig_pchan", "bPoseChannel", 4, true)]
|
||||
[DNAFieldAttribute(66, "bPoseChannel", "*orig_pchan", "bPoseChannel", 8, true)]
|
||||
public bPoseChannel ptr_orig_pchan;
|
||||
[DNAFieldAttribute(67, "BoneColor", "color", "BoneColor", 24, false)]
|
||||
public BoneColor color;
|
||||
|
||||
Reference in New Issue
Block a user