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

@@ -19,9 +19,9 @@ namespace BlendFile.DNA {
public int mode;
[DNAFieldAttribute(4, "int", 1, "flag", "int", false, 4)]
public int flag;
[DNAArrayAttribute(1024, "char", 2, "filepath[1024]", "System.Char[]", 1024, 8)]
[DNAArrayAttribute(1024, "char", 2, "filepath[1024]", "System.Char[]", 1024, false, 8)]
public char[] filepath = new System.Char[1024];
[DNAArrayAttribute(64, "char", 3, "bytecode_hash[64]", "System.Char[]", 64, 1032)]
[DNAArrayAttribute(64, "char", 3, "bytecode_hash[64]", "System.Char[]", 64, false, 1032)]
public char[] bytecode_hash = new System.Char[64];
[DNAFieldAttribute(8, "char", 4, "*bytecode", "char", true, 1096)]
public char bytecode;