regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(190, "bStretchToConstraint")]
public class bStretchToConstraint {
[DNAFieldAttribute(0, "Object", "*tar", 1160)]
[DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)]
public Object ptr_tar;
[DNAFieldAttribute(1, "int", "flag", 4)]
[DNAFieldAttribute(1, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(2, "int", "volmode", 4)]
[DNAFieldAttribute(2, "int", "volmode", "int", 4)]
public int volmode;
[DNAFieldAttribute(3, "int", "plane", 4)]
[DNAFieldAttribute(3, "int", "plane", "int", 4)]
public int plane;
[DNAFieldAttribute(4, "float", "orglength", 4)]
[DNAFieldAttribute(4, "float", "orglength", "float", 4)]
public float orglength;
[DNAFieldAttribute(5, "float", "bulge", 4)]
[DNAFieldAttribute(5, "float", "bulge", "float", 4)]
public float bulge;
[DNAFieldAttribute(6, "float", "bulge_min", 4)]
[DNAFieldAttribute(6, "float", "bulge_min", "float", 4)]
public float bulge_min;
[DNAFieldAttribute(7, "float", "bulge_max", 4)]
[DNAFieldAttribute(7, "float", "bulge_max", "float", 4)]
public float bulge_max;
[DNAFieldAttribute(8, "float", "bulge_smooth", 4)]
[DNAFieldAttribute(8, "float", "bulge_smooth", "float", 4)]
public float bulge_smooth;
[DNAFieldAttribute(9, "char", "subtarget[64]", 1)]
[DNAFieldAttribute(9, "char", "subtarget[64]", "System.Char[]", 1)]
public char[] subtarget = new System.Char[64];
public bStretchToConstraint() {
this.ptr_tar = default;