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,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(177, "bSplineIKConstraint", 48)]
public class bSplineIKConstraint {
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true)]
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true, 0)]
public Object ptr_tar;
[DNAFieldAttribute(1, "float", "*points", "float", 8, true)]
[DNAFieldAttribute(1, "float", "*points", "float", 8, true, 8)]
public float ptr_points;
[DNAFieldAttribute(2, "short", "numpoints", "short", 2, false)]
[DNAFieldAttribute(2, "short", "numpoints", "short", 2, false, 16)]
public short numpoints;
[DNAFieldAttribute(3, "short", "chainlen", "short", 2, false)]
[DNAFieldAttribute(3, "short", "chainlen", "short", 2, false, 18)]
public short chainlen;
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(4, "short", "flag", "short", 2, false, 20)]
public short flag;
[DNAFieldAttribute(5, "short", "xzScaleMode", "short", 2, false)]
[DNAFieldAttribute(5, "short", "xzScaleMode", "short", 2, false, 22)]
public short xzScaleMode;
[DNAFieldAttribute(6, "short", "yScaleMode", "short", 2, false)]
[DNAFieldAttribute(6, "short", "yScaleMode", "short", 2, false, 24)]
public short yScaleMode;
[DNAFieldAttribute(7, "short", "_pad[3]", "System.Int16[]", 6, false)]
[DNAFieldAttribute(7, "short", "_pad[3]", "System.Int16[]", 6, false, 26)]
public short[] _pad = new System.Int16[3];
[DNAFieldAttribute(8, "float", "bulge", "float", 4, false)]
[DNAFieldAttribute(8, "float", "bulge", "float", 4, false, 32)]
public float bulge;
[DNAFieldAttribute(9, "float", "bulge_min", "float", 4, false)]
[DNAFieldAttribute(9, "float", "bulge_min", "float", 4, false, 36)]
public float bulge_min;
[DNAFieldAttribute(10, "float", "bulge_max", "float", 4, false)]
[DNAFieldAttribute(10, "float", "bulge_max", "float", 4, false, 40)]
public float bulge_max;
[DNAFieldAttribute(11, "float", "bulge_smooth", "float", 4, false)]
[DNAFieldAttribute(11, "float", "bulge_smooth", "float", 4, false, 44)]
public float bulge_smooth;
public bSplineIKConstraint() {
this.ptr_tar = default;