updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -25,31 +25,31 @@ namespace BlendFile.DNA {
public Bone parent;
[DNAFieldAttribute(16, "ListBase", 4, "childbase", "ListBase", false, 32)]
public ListBase childbase;
[DNAArrayAttribute(64, "char", 5, "name[64]", "System.Char[]", 64, 48)]
[DNAArrayAttribute(64, "char", 5, "name[64]", "System.Char[]", 64, false, 48)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(4, "float", 6, "roll", "float", false, 112)]
public float roll;
[DNAArrayAttribute(12, "float", 7, "head[3]", "System.Single[]", 3, 116)]
[DNAArrayAttribute(12, "float", 7, "head[3]", "System.Single[]", 3, false, 116)]
public float[] head = new System.Single[3];
[DNAArrayAttribute(12, "float", 8, "tail[3]", "System.Single[]", 3, 128)]
[DNAArrayAttribute(12, "float", 8, "tail[3]", "System.Single[]", 3, false, 128)]
public float[] tail = new System.Single[3];
[DNAArrayAttribute(36, "float", 9, "bone_mat[3][3]", "System.Single[,]", 6, 140)]
[DNAArrayAttribute(36, "float", 9, "bone_mat[3][3]", "System.Single[,]", 9, false, 140)]
public float[,] bone_mat = new System.Single[3,3];
[DNAFieldAttribute(4, "int", 10, "flag", "int", false, 176)]
public int flag;
[DNAArrayAttribute(4, "char", 11, "_pad1[4]", "System.Char[]", 4, 180)]
[DNAArrayAttribute(4, "char", 11, "_pad1[4]", "System.Char[]", 4, false, 180)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(24, "BoneColor", 12, "color", "BoneColor", false, 184)]
public BoneColor color;
[DNAFieldAttribute(1, "char", 13, "inherit_scale_mode", "char", false, 208)]
public char inherit_scale_mode;
[DNAArrayAttribute(3, "char", 14, "_pad[3]", "System.Char[]", 3, 209)]
[DNAArrayAttribute(3, "char", 14, "_pad[3]", "System.Char[]", 3, false, 209)]
public char[] _pad = new System.Char[3];
[DNAArrayAttribute(12, "float", 15, "arm_head[3]", "System.Single[]", 3, 212)]
[DNAArrayAttribute(12, "float", 15, "arm_head[3]", "System.Single[]", 3, false, 212)]
public float[] arm_head = new System.Single[3];
[DNAArrayAttribute(12, "float", 16, "arm_tail[3]", "System.Single[]", 3, 224)]
[DNAArrayAttribute(12, "float", 16, "arm_tail[3]", "System.Single[]", 3, false, 224)]
public float[] arm_tail = new System.Single[3];
[DNAArrayAttribute(64, "float", 17, "arm_mat[4][4]", "System.Single[,]", 8, 236)]
[DNAArrayAttribute(64, "float", 17, "arm_mat[4][4]", "System.Single[,]", 16, false, 236)]
public float[,] arm_mat = new System.Single[4,4];
[DNAFieldAttribute(4, "float", 18, "arm_roll", "float", false, 300)]
public float arm_roll;
@@ -91,11 +91,11 @@ namespace BlendFile.DNA {
public float scaleOut;
[DNAFieldAttribute(4, "float", 37, "scale_out_y", "float", false, 376)]
public float scale_out_y;
[DNAArrayAttribute(12, "float", 38, "scale_in[3]", "System.Single[]", 3, 380)]
[DNAArrayAttribute(12, "float", 38, "scale_in[3]", "System.Single[]", 3, false, 380)]
public float[] scale_in = new System.Single[3];
[DNAArrayAttribute(12, "float", 39, "scale_out[3]", "System.Single[]", 3, 392)]
[DNAArrayAttribute(12, "float", 39, "scale_out[3]", "System.Single[]", 3, false, 392)]
public float[] scale_out = new System.Single[3];
[DNAArrayAttribute(12, "float", 40, "size[3]", "System.Single[]", 3, 404)]
[DNAArrayAttribute(12, "float", 40, "size[3]", "System.Single[]", 3, false, 404)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(4, "int", 41, "layer", "int", false, 416)]
public int layer;
@@ -103,7 +103,7 @@ namespace BlendFile.DNA {
public short segments;
[DNAFieldAttribute(1, "char", 43, "bbone_mapping_mode", "char", false, 422)]
public char bbone_mapping_mode;
[DNAArrayAttribute(7, "char", 44, "_pad2[7]", "System.Char[]", 7, 423)]
[DNAArrayAttribute(7, "char", 44, "_pad2[7]", "System.Char[]", 7, false, 423)]
public char[] _pad2 = new System.Char[7];
[DNAFieldAttribute(1, "char", 45, "bbone_prev_type", "char", false, 430)]
public char bbone_prev_type;