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,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(58, "bPose")]
public class bPose {
[DNAFieldAttribute(0, "ListBase", "chanbase", 16)]
[DNAFieldAttribute(0, "ListBase", "chanbase", "ListBase", 16)]
public ListBase chanbase;
[DNAFieldAttribute(1, "GHash", "*chanhash", 0)]
[DNAFieldAttribute(1, "GHash", "*chanhash", "GHash", 0)]
public GHash ptr_chanhash;
[DNAFieldAttribute(2, "bPoseChannel", "**chan_array", 1016)]
[DNAFieldAttribute(2, "bPoseChannel", "**chan_array", "bPoseChannel", 1016)]
public bPoseChannel ptr_ptr_chan_array;
[DNAFieldAttribute(3, "short", "flag", 2)]
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(4, "char", "_pad[2]", 1)]
[DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 1)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(5, "float", "ctime", 4)]
[DNAFieldAttribute(5, "float", "ctime", "float", 4)]
public float ctime;
[DNAFieldAttribute(6, "float", "stride_offset[3]", 4)]
[DNAFieldAttribute(6, "float", "stride_offset[3]", "System.Single[]", 4)]
public float[] stride_offset = new System.Single[3];
[DNAFieldAttribute(7, "float", "cyclic_offset[3]", 4)]
[DNAFieldAttribute(7, "float", "cyclic_offset[3]", "System.Single[]", 4)]
public float[] cyclic_offset = new System.Single[3];
[DNAFieldAttribute(8, "ListBase", "agroups", 16)]
[DNAFieldAttribute(8, "ListBase", "agroups", "ListBase", 16)]
public ListBase agroups;
[DNAFieldAttribute(9, "int", "active_group", 4)]
[DNAFieldAttribute(9, "int", "active_group", "int", 4)]
public int active_group;
[DNAFieldAttribute(10, "int", "iksolver", 4)]
[DNAFieldAttribute(10, "int", "iksolver", "int", 4)]
public int iksolver;
[DNAFieldAttribute(11, "void", "*ikdata", 0)]
[DNAFieldAttribute(11, "void", "*ikdata", "void", 0)]
public object ptr_ikdata;
[DNAFieldAttribute(12, "void", "*ikparam", 0)]
[DNAFieldAttribute(12, "void", "*ikparam", "void", 0)]
public object ptr_ikparam;
[DNAFieldAttribute(13, "bAnimVizSettings", "avs", 32)]
[DNAFieldAttribute(13, "bAnimVizSettings", "avs", "bAnimVizSettings", 32)]
public bAnimVizSettings avs;
public bPose() {
this.chanbase = default;