regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,111 +15,111 @@ namespace BlendFile.DNA {
[DNAClassAttribute(54, "Bone")]
public class Bone {
[DNAFieldAttribute(0, "Bone", "*next", 472)]
[DNAFieldAttribute(0, "Bone", "*next", "Bone", 472)]
public Bone ptr_next;
[DNAFieldAttribute(1, "Bone", "*prev", 472)]
[DNAFieldAttribute(1, "Bone", "*prev", "Bone", 472)]
public Bone ptr_prev;
[DNAFieldAttribute(2, "IDProperty", "*prop", 136)]
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 136)]
public IDProperty ptr_prop;
[DNAFieldAttribute(3, "Bone", "*parent", 472)]
[DNAFieldAttribute(3, "Bone", "*parent", "Bone", 472)]
public Bone ptr_parent;
[DNAFieldAttribute(4, "ListBase", "childbase", 16)]
[DNAFieldAttribute(4, "ListBase", "childbase", "ListBase", 16)]
public ListBase childbase;
[DNAFieldAttribute(5, "char", "name[64]", 1)]
[DNAFieldAttribute(5, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(6, "float", "roll", 4)]
[DNAFieldAttribute(6, "float", "roll", "float", 4)]
public float roll;
[DNAFieldAttribute(7, "float", "head[3]", 4)]
[DNAFieldAttribute(7, "float", "head[3]", "System.Single[]", 4)]
public float[] head = new System.Single[3];
[DNAFieldAttribute(8, "float", "tail[3]", 4)]
[DNAFieldAttribute(8, "float", "tail[3]", "System.Single[]", 4)]
public float[] tail = new System.Single[3];
[DNAFieldAttribute(9, "float", "bone_mat[3][3]", 4)]
[DNAFieldAttribute(9, "float", "bone_mat[3][3]", "System.Single[,]", 4)]
public float[,] bone_mat = new System.Single[3,3];
[DNAFieldAttribute(10, "int", "flag", 4)]
[DNAFieldAttribute(10, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(11, "char", "_pad1[4]", 1)]
[DNAFieldAttribute(11, "char", "_pad1[4]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(12, "BoneColor", "color", 24)]
[DNAFieldAttribute(12, "BoneColor", "color", "BoneColor", 24)]
public BoneColor color;
[DNAFieldAttribute(13, "char", "inherit_scale_mode", 1)]
[DNAFieldAttribute(13, "char", "inherit_scale_mode", "char", 1)]
public char inherit_scale_mode;
[DNAFieldAttribute(14, "char", "_pad[3]", 1)]
[DNAFieldAttribute(14, "char", "_pad[3]", "System.Char[]", 1)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(15, "float", "arm_head[3]", 4)]
[DNAFieldAttribute(15, "float", "arm_head[3]", "System.Single[]", 4)]
public float[] arm_head = new System.Single[3];
[DNAFieldAttribute(16, "float", "arm_tail[3]", 4)]
[DNAFieldAttribute(16, "float", "arm_tail[3]", "System.Single[]", 4)]
public float[] arm_tail = new System.Single[3];
[DNAFieldAttribute(17, "float", "arm_mat[4][4]", 4)]
[DNAFieldAttribute(17, "float", "arm_mat[4][4]", "System.Single[,]", 4)]
public float[,] arm_mat = new System.Single[4,4];
[DNAFieldAttribute(18, "float", "arm_roll", 4)]
[DNAFieldAttribute(18, "float", "arm_roll", "float", 4)]
public float arm_roll;
[DNAFieldAttribute(19, "float", "dist", 4)]
[DNAFieldAttribute(19, "float", "dist", "float", 4)]
public float dist;
[DNAFieldAttribute(20, "float", "weight", 4)]
[DNAFieldAttribute(20, "float", "weight", "float", 4)]
public float weight;
[DNAFieldAttribute(21, "float", "xwidth", 4)]
[DNAFieldAttribute(21, "float", "xwidth", "float", 4)]
public float xwidth;
[DNAFieldAttribute(22, "float", "length", 4)]
[DNAFieldAttribute(22, "float", "length", "float", 4)]
public float length;
[DNAFieldAttribute(23, "float", "zwidth", 4)]
[DNAFieldAttribute(23, "float", "zwidth", "float", 4)]
public float zwidth;
[DNAFieldAttribute(24, "float", "rad_head", 4)]
[DNAFieldAttribute(24, "float", "rad_head", "float", 4)]
public float rad_head;
[DNAFieldAttribute(25, "float", "rad_tail", 4)]
[DNAFieldAttribute(25, "float", "rad_tail", "float", 4)]
public float rad_tail;
[DNAFieldAttribute(26, "float", "roll1", 4)]
[DNAFieldAttribute(26, "float", "roll1", "float", 4)]
public float roll1;
[DNAFieldAttribute(27, "float", "roll2", 4)]
[DNAFieldAttribute(27, "float", "roll2", "float", 4)]
public float roll2;
[DNAFieldAttribute(28, "float", "curveInX", 4)]
[DNAFieldAttribute(28, "float", "curveInX", "float", 4)]
public float curveInX;
[DNAFieldAttribute(29, "float", "curveInY", 4)]
[DNAFieldAttribute(29, "float", "curveInY", "float", 4)]
public float curveInY;
[DNAFieldAttribute(30, "float", "curveOutX", 4)]
[DNAFieldAttribute(30, "float", "curveOutX", "float", 4)]
public float curveOutX;
[DNAFieldAttribute(31, "float", "curveOutY", 4)]
[DNAFieldAttribute(31, "float", "curveOutY", "float", 4)]
public float curveOutY;
[DNAFieldAttribute(32, "float", "ease1", 4)]
[DNAFieldAttribute(32, "float", "ease1", "float", 4)]
public float ease1;
[DNAFieldAttribute(33, "float", "ease2", 4)]
[DNAFieldAttribute(33, "float", "ease2", "float", 4)]
public float ease2;
[DNAFieldAttribute(34, "float", "scaleIn", 4)]
[DNAFieldAttribute(34, "float", "scaleIn", "float", 4)]
public float scaleIn;
[DNAFieldAttribute(35, "float", "scale_in_y", 4)]
[DNAFieldAttribute(35, "float", "scale_in_y", "float", 4)]
public float scale_in_y;
[DNAFieldAttribute(36, "float", "scaleOut", 4)]
[DNAFieldAttribute(36, "float", "scaleOut", "float", 4)]
public float scaleOut;
[DNAFieldAttribute(37, "float", "scale_out_y", 4)]
[DNAFieldAttribute(37, "float", "scale_out_y", "float", 4)]
public float scale_out_y;
[DNAFieldAttribute(38, "float", "scale_in[3]", 4)]
[DNAFieldAttribute(38, "float", "scale_in[3]", "System.Single[]", 4)]
public float[] scale_in = new System.Single[3];
[DNAFieldAttribute(39, "float", "scale_out[3]", 4)]
[DNAFieldAttribute(39, "float", "scale_out[3]", "System.Single[]", 4)]
public float[] scale_out = new System.Single[3];
[DNAFieldAttribute(40, "float", "size[3]", 4)]
[DNAFieldAttribute(40, "float", "size[3]", "System.Single[]", 4)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(41, "int", "layer", 4)]
[DNAFieldAttribute(41, "int", "layer", "int", 4)]
public int layer;
[DNAFieldAttribute(42, "short", "segments", 2)]
[DNAFieldAttribute(42, "short", "segments", "short", 2)]
public short segments;
[DNAFieldAttribute(43, "char", "bbone_mapping_mode", 1)]
[DNAFieldAttribute(43, "char", "bbone_mapping_mode", "char", 1)]
public char bbone_mapping_mode;
[DNAFieldAttribute(44, "char", "_pad2[7]", 1)]
[DNAFieldAttribute(44, "char", "_pad2[7]", "System.Char[]", 1)]
public char[] _pad2 = new System.Char[7];
[DNAFieldAttribute(45, "char", "bbone_prev_type", 1)]
[DNAFieldAttribute(45, "char", "bbone_prev_type", "char", 1)]
public char bbone_prev_type;
[DNAFieldAttribute(46, "char", "bbone_next_type", 1)]
[DNAFieldAttribute(46, "char", "bbone_next_type", "char", 1)]
public char bbone_next_type;
[DNAFieldAttribute(47, "int", "bbone_flag", 4)]
[DNAFieldAttribute(47, "int", "bbone_flag", "int", 4)]
public int bbone_flag;
[DNAFieldAttribute(48, "short", "bbone_prev_flag", 2)]
[DNAFieldAttribute(48, "short", "bbone_prev_flag", "short", 2)]
public short bbone_prev_flag;
[DNAFieldAttribute(49, "short", "bbone_next_flag", 2)]
[DNAFieldAttribute(49, "short", "bbone_next_flag", "short", 2)]
public short bbone_next_flag;
[DNAFieldAttribute(50, "Bone", "*bbone_prev", 472)]
[DNAFieldAttribute(50, "Bone", "*bbone_prev", "Bone", 472)]
public Bone ptr_bbone_prev;
[DNAFieldAttribute(51, "Bone", "*bbone_next", 472)]
[DNAFieldAttribute(51, "Bone", "*bbone_next", "Bone", 472)]
public Bone ptr_bbone_next;
[DNAFieldAttribute(52, "Bone_Runtime", "runtime", 16)]
[DNAFieldAttribute(52, "Bone_Runtime", "runtime", "Bone_Runtime", 16)]
public Bone_Runtime runtime;
public Bone() {
this.ptr_next = default;