Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
public float bulge_max;
[DNAFieldAttribute(11, "float", "bulge_smooth", 4)]
public float bulge_smooth;
public bSplineIKConstraint() {
this.ptr_tar = default;
this.ptr_points = default;
this.numpoints = default;
this.chainlen = default;
this.flag = default;
this.xzScaleMode = default;
this.yScaleMode = default;
this._pad = default;
this.bulge = default;
this.bulge_min = default;
this.bulge_max = default;
this.bulge_smooth = default;
}
public bSplineIKConstraint(Object ptr_tar, float ptr_points, short numpoints, short chainlen, short flag, short xzScaleMode, short yScaleMode, short[] _pad, float bulge, float bulge_min, float bulge_max, float bulge_smooth) {
this.ptr_tar = ptr_tar;
this.ptr_points = ptr_points;