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