Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,28 +15,28 @@ namespace BlendFile.DNA {
[DNAClassAttribute(190, "bStretchToConstraint", 104)]
public class bStretchToConstraint {
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true, 0)]
public Object ptr_tar;
[DNAFieldAttribute(1, "int", "flag", "int", 4, false, 8)]
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
public Object tar;
[DNAFieldAttribute(4, "int", 1, "flag", "int", false, 8)]
public int flag;
[DNAFieldAttribute(2, "int", "volmode", "int", 4, false, 12)]
[DNAFieldAttribute(4, "int", 2, "volmode", "int", false, 12)]
public int volmode;
[DNAFieldAttribute(3, "int", "plane", "int", 4, false, 16)]
[DNAFieldAttribute(4, "int", 3, "plane", "int", false, 16)]
public int plane;
[DNAFieldAttribute(4, "float", "orglength", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 4, "orglength", "float", false, 20)]
public float orglength;
[DNAFieldAttribute(5, "float", "bulge", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 5, "bulge", "float", false, 24)]
public float bulge;
[DNAFieldAttribute(6, "float", "bulge_min", "float", 4, false, 28)]
[DNAFieldAttribute(4, "float", 6, "bulge_min", "float", false, 28)]
public float bulge_min;
[DNAFieldAttribute(7, "float", "bulge_max", "float", 4, false, 32)]
[DNAFieldAttribute(4, "float", 7, "bulge_max", "float", false, 32)]
public float bulge_max;
[DNAFieldAttribute(8, "float", "bulge_smooth", "float", 4, false, 36)]
[DNAFieldAttribute(4, "float", 8, "bulge_smooth", "float", false, 36)]
public float bulge_smooth;
[DNAFieldAttribute(9, "char", "subtarget[64]", "System.Char[]", 64, false, 40)]
[DNAFieldAttribute(64, "char", 9, "subtarget[64]", "System.Char[]", false, 40)]
public char[] subtarget = new System.Char[64];
public bStretchToConstraint() {
this.ptr_tar = default;
this.tar = default;
this.flag = default;
this.volmode = default;
this.plane = default;
@@ -47,8 +47,8 @@ namespace BlendFile.DNA {
this.bulge_smooth = default;
this.subtarget = default;
}
public bStretchToConstraint(Object ptr_tar, int flag, int volmode, int plane, float orglength, float bulge, float bulge_min, float bulge_max, float bulge_smooth, char[] subtarget) {
this.ptr_tar = ptr_tar;
public bStretchToConstraint(Object tar, int flag, int volmode, int plane, float orglength, float bulge, float bulge_min, float bulge_max, float bulge_smooth, char[] subtarget) {
this.tar = tar;
this.flag = flag;
this.volmode = volmode;
this.plane = plane;