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

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public short type;
[DNAFieldAttribute(2, "short", 4, "flag", "short", false, 26)]
public short flag;
[DNAFieldAttribute(4, "char", 5, "_pad[4]", "System.Char[]", false, 28)]
[DNAArrayAttribute(4, "char", 5, "_pad[4]", "System.Char[]", 4, 28)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(4, "float", 6, "x", "float", false, 32)]
public float x;
@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
public float y;
[DNAFieldAttribute(4, "float", 8, "z", "float", false, 40)]
public float z;
[DNAFieldAttribute(16, "float", 9, "quat[4]", "System.Single[]", false, 44)]
[DNAArrayAttribute(16, "float", 9, "quat[4]", "System.Single[]", 4, 44)]
public float[] quat = new System.Single[4];
[DNAFieldAttribute(4, "float", 10, "expx", "float", false, 60)]
public float expx;