Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user