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

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public short type;
[DNAFieldAttribute(2, "short", 4, "flag", "short", false, 26)]
public short flag;
[DNAArrayAttribute(4, "char", 5, "_pad[4]", "System.Char[]", 4, 28)]
[DNAArrayAttribute(4, "char", 5, "_pad[4]", "System.Char[]", 4, false, 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;
[DNAArrayAttribute(16, "float", 9, "quat[4]", "System.Single[]", 4, 44)]
[DNAArrayAttribute(16, "float", 9, "quat[4]", "System.Single[]", 4, false, 44)]
public float[] quat = new System.Single[4];
[DNAFieldAttribute(4, "float", 10, "expx", "float", false, 60)]
public float expx;