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,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(195, "bPivotConstraint", 88)]
public class bPivotConstraint {
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true, 0)]
public Object ptr_tar;
[DNAFieldAttribute(1, "char", "subtarget[64]", "System.Char[]", 64, false, 8)]
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
public Object tar;
[DNAFieldAttribute(64, "char", 1, "subtarget[64]", "System.Char[]", false, 8)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(2, "float", "offset[3]", "System.Single[]", 12, false, 72)]
[DNAFieldAttribute(12, "float", 2, "offset[3]", "System.Single[]", false, 72)]
public float[] offset = new System.Single[3];
[DNAFieldAttribute(3, "short", "rotAxis", "short", 2, false, 84)]
[DNAFieldAttribute(2, "short", 3, "rotAxis", "short", false, 84)]
public short rotAxis;
[DNAFieldAttribute(4, "short", "flag", "short", 2, false, 86)]
[DNAFieldAttribute(2, "short", 4, "flag", "short", false, 86)]
public short flag;
public bPivotConstraint() {
this.ptr_tar = default;
this.tar = default;
this.subtarget = default;
this.offset = default;
this.rotAxis = default;
this.flag = default;
}
public bPivotConstraint(Object ptr_tar, char[] subtarget, float[] offset, short rotAxis, short flag) {
this.ptr_tar = ptr_tar;
public bPivotConstraint(Object tar, char[] subtarget, float[] offset, short rotAxis, short flag) {
this.tar = tar;
this.subtarget = subtarget;
this.offset = offset;
this.rotAxis = rotAxis;