Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(58, "bPose", 136)]
public class bPose {
[DNAFieldAttribute(0, "ListBase", "chanbase", "ListBase", 16, false)]
[DNAFieldAttribute(0, "ListBase", "chanbase", "ListBase", 16, false, 0)]
public ListBase chanbase;
[DNAFieldAttribute(1, "GHash", "*chanhash", "GHash", 8, true)]
[DNAFieldAttribute(1, "GHash", "*chanhash", "GHash", 8, true, 16)]
public GHash ptr_chanhash;
[DNAFieldAttribute(2, "bPoseChannel", "**chan_array", "bPoseChannel", 8, true)]
[DNAFieldAttribute(2, "bPoseChannel", "**chan_array", "bPoseChannel", 8, true, 24)]
public bPoseChannel ptr_ptr_chan_array;
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(3, "short", "flag", "short", 2, false, 32)]
public short flag;
[DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 2, false, 34)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(5, "float", "ctime", "float", 4, false)]
[DNAFieldAttribute(5, "float", "ctime", "float", 4, false, 36)]
public float ctime;
[DNAFieldAttribute(6, "float", "stride_offset[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(6, "float", "stride_offset[3]", "System.Single[]", 12, false, 40)]
public float[] stride_offset = new System.Single[3];
[DNAFieldAttribute(7, "float", "cyclic_offset[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(7, "float", "cyclic_offset[3]", "System.Single[]", 12, false, 52)]
public float[] cyclic_offset = new System.Single[3];
[DNAFieldAttribute(8, "ListBase", "agroups", "ListBase", 16, false)]
[DNAFieldAttribute(8, "ListBase", "agroups", "ListBase", 16, false, 64)]
public ListBase agroups;
[DNAFieldAttribute(9, "int", "active_group", "int", 4, false)]
[DNAFieldAttribute(9, "int", "active_group", "int", 4, false, 80)]
public int active_group;
[DNAFieldAttribute(10, "int", "iksolver", "int", 4, false)]
[DNAFieldAttribute(10, "int", "iksolver", "int", 4, false, 84)]
public int iksolver;
[DNAFieldAttribute(11, "void", "*ikdata", "void", 8, true)]
[DNAFieldAttribute(11, "void", "*ikdata", "void", 8, true, 88)]
public object ptr_ikdata;
[DNAFieldAttribute(12, "void", "*ikparam", "void", 8, true)]
[DNAFieldAttribute(12, "void", "*ikparam", "void", 8, true, 96)]
public object ptr_ikparam;
[DNAFieldAttribute(13, "bAnimVizSettings", "avs", "bAnimVizSettings", 32, false)]
[DNAFieldAttribute(13, "bAnimVizSettings", "avs", "bAnimVizSettings", 32, false, 104)]
public bAnimVizSettings avs;
public bPose() {
this.chanbase = default;