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