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

@@ -21,9 +21,9 @@ namespace BlendFile.DNA {
public bConstraintTarget prev;
[DNAFieldAttribute(8, "Object", 2, "*tar", "Object", true, 16)]
public Object tar;
[DNAFieldAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", false, 24)]
[DNAArrayAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", 64, 24)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(64, "float", 4, "matrix[4][4]", "System.Single[,]", false, 88)]
[DNAArrayAttribute(64, "float", 4, "matrix[4][4]", "System.Single[,]", 8, 88)]
public float[,] matrix = new System.Single[4,4];
[DNAFieldAttribute(2, "short", 5, "space", "short", false, 152)]
public short space;
@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
public short rotOrder;
[DNAFieldAttribute(4, "float", 9, "weight", "float", false, 160)]
public float weight;
[DNAFieldAttribute(4, "char", 10, "_pad[4]", "System.Char[]", false, 164)]
[DNAArrayAttribute(4, "char", 10, "_pad[4]", "System.Char[]", 4, 164)]
public char[] _pad = new System.Char[4];
public bConstraintTarget() {
this.next = default;