regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(177, "bSplineIKConstraint")]
public class bSplineIKConstraint {
[DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)]
[DNAFieldAttribute(0, "Object", "*tar", "Object", 4, true)]
public Object ptr_tar;
[DNAFieldAttribute(1, "float", "*points", "float", 4)]
[DNAFieldAttribute(1, "float", "*points", "float", 4, true)]
public float ptr_points;
[DNAFieldAttribute(2, "short", "numpoints", "short", 2)]
[DNAFieldAttribute(2, "short", "numpoints", "short", 2, false)]
public short numpoints;
[DNAFieldAttribute(3, "short", "chainlen", "short", 2)]
[DNAFieldAttribute(3, "short", "chainlen", "short", 2, false)]
public short chainlen;
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(5, "short", "xzScaleMode", "short", 2)]
[DNAFieldAttribute(5, "short", "xzScaleMode", "short", 2, false)]
public short xzScaleMode;
[DNAFieldAttribute(6, "short", "yScaleMode", "short", 2)]
[DNAFieldAttribute(6, "short", "yScaleMode", "short", 2, false)]
public short yScaleMode;
[DNAFieldAttribute(7, "short", "_pad[3]", "System.Int16[]", 2)]
[DNAFieldAttribute(7, "short", "_pad[3]", "System.Int16[]", 6, false)]
public short[] _pad = new System.Int16[3];
[DNAFieldAttribute(8, "float", "bulge", "float", 4)]
[DNAFieldAttribute(8, "float", "bulge", "float", 4, false)]
public float bulge;
[DNAFieldAttribute(9, "float", "bulge_min", "float", 4)]
[DNAFieldAttribute(9, "float", "bulge_min", "float", 4, false)]
public float bulge_min;
[DNAFieldAttribute(10, "float", "bulge_max", "float", 4)]
[DNAFieldAttribute(10, "float", "bulge_max", "float", 4, false)]
public float bulge_max;
[DNAFieldAttribute(11, "float", "bulge_smooth", "float", 4)]
[DNAFieldAttribute(11, "float", "bulge_smooth", "float", 4, false)]
public float bulge_smooth;
public bSplineIKConstraint() {
this.ptr_tar = default;