Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -17,9 +17,9 @@ namespace BlendFile.DNA {
public class bPivotConstraint {
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
public Object tar;
[DNAFieldAttribute(64, "char", 1, "subtarget[64]", "System.Char[]", false, 8)]
[DNAArrayAttribute(64, "char", 1, "subtarget[64]", "System.Char[]", 64, 8)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(12, "float", 2, "offset[3]", "System.Single[]", false, 72)]
[DNAArrayAttribute(12, "float", 2, "offset[3]", "System.Single[]", 3, 72)]
public float[] offset = new System.Single[3];
[DNAFieldAttribute(2, "short", 3, "rotAxis", "short", false, 84)]
public short rotAxis;