Regenerated code files
This commit is contained in:
@@ -17,13 +17,13 @@ namespace BlendFile.DNA {
|
||||
public class bTransformConstraint {
|
||||
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
|
||||
public Object tar;
|
||||
[DNAFieldAttribute(64, "char", 1, "subtarget[64]", "System.Char[]", false, 8)]
|
||||
[DNAArrayAttribute(64, "char", 1, "subtarget[64]", "System.Char[]", 64, 8)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "short", 2, "from", "short", false, 72)]
|
||||
public short from;
|
||||
[DNAFieldAttribute(2, "short", 3, "to", "short", false, 74)]
|
||||
public short to;
|
||||
[DNAFieldAttribute(3, "char", 4, "map[3]", "System.Char[]", false, 76)]
|
||||
[DNAArrayAttribute(3, "char", 4, "map[3]", "System.Char[]", 3, 76)]
|
||||
public char[] map = new System.Char[3];
|
||||
[DNAFieldAttribute(1, "char", 5, "expo", "char", false, 79)]
|
||||
public char expo;
|
||||
@@ -37,31 +37,31 @@ namespace BlendFile.DNA {
|
||||
public char mix_mode_rot;
|
||||
[DNAFieldAttribute(1, "char", 10, "mix_mode_scale", "char", false, 84)]
|
||||
public char mix_mode_scale;
|
||||
[DNAFieldAttribute(3, "char", 11, "_pad[3]", "System.Char[]", false, 85)]
|
||||
[DNAArrayAttribute(3, "char", 11, "_pad[3]", "System.Char[]", 3, 85)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
[DNAFieldAttribute(12, "float", 12, "from_min[3]", "System.Single[]", false, 88)]
|
||||
[DNAArrayAttribute(12, "float", 12, "from_min[3]", "System.Single[]", 3, 88)]
|
||||
public float[] from_min = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 13, "from_max[3]", "System.Single[]", false, 100)]
|
||||
[DNAArrayAttribute(12, "float", 13, "from_max[3]", "System.Single[]", 3, 100)]
|
||||
public float[] from_max = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 14, "to_min[3]", "System.Single[]", false, 112)]
|
||||
[DNAArrayAttribute(12, "float", 14, "to_min[3]", "System.Single[]", 3, 112)]
|
||||
public float[] to_min = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 15, "to_max[3]", "System.Single[]", false, 124)]
|
||||
[DNAArrayAttribute(12, "float", 15, "to_max[3]", "System.Single[]", 3, 124)]
|
||||
public float[] to_max = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 16, "from_min_rot[3]", "System.Single[]", false, 136)]
|
||||
[DNAArrayAttribute(12, "float", 16, "from_min_rot[3]", "System.Single[]", 3, 136)]
|
||||
public float[] from_min_rot = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 17, "from_max_rot[3]", "System.Single[]", false, 148)]
|
||||
[DNAArrayAttribute(12, "float", 17, "from_max_rot[3]", "System.Single[]", 3, 148)]
|
||||
public float[] from_max_rot = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 18, "to_min_rot[3]", "System.Single[]", false, 160)]
|
||||
[DNAArrayAttribute(12, "float", 18, "to_min_rot[3]", "System.Single[]", 3, 160)]
|
||||
public float[] to_min_rot = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 19, "to_max_rot[3]", "System.Single[]", false, 172)]
|
||||
[DNAArrayAttribute(12, "float", 19, "to_max_rot[3]", "System.Single[]", 3, 172)]
|
||||
public float[] to_max_rot = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 20, "from_min_scale[3]", "System.Single[]", false, 184)]
|
||||
[DNAArrayAttribute(12, "float", 20, "from_min_scale[3]", "System.Single[]", 3, 184)]
|
||||
public float[] from_min_scale = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 21, "from_max_scale[3]", "System.Single[]", false, 196)]
|
||||
[DNAArrayAttribute(12, "float", 21, "from_max_scale[3]", "System.Single[]", 3, 196)]
|
||||
public float[] from_max_scale = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 22, "to_min_scale[3]", "System.Single[]", false, 208)]
|
||||
[DNAArrayAttribute(12, "float", 22, "to_min_scale[3]", "System.Single[]", 3, 208)]
|
||||
public float[] to_min_scale = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 23, "to_max_scale[3]", "System.Single[]", false, 220)]
|
||||
[DNAArrayAttribute(12, "float", 23, "to_max_scale[3]", "System.Single[]", 3, 220)]
|
||||
public float[] to_max_scale = new System.Single[3];
|
||||
public bTransformConstraint() {
|
||||
this.tar = default;
|
||||
|
||||
Reference in New Issue
Block a user