updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

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