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,13 +19,13 @@ namespace BlendFile.DNA {
public UniqueName_Map name_map;
[DNAFieldAttribute(8, "FileData", 1, "*filedata", "FileData", true, 8)]
public FileData filedata;
[DNAArrayAttribute(1024, "char", 2, "filepath_abs[1024]", "System.Char[]", 1024, 16)]
[DNAArrayAttribute(1024, "char", 2, "filepath_abs[1024]", "System.Char[]", 1024, false, 16)]
public char[] filepath_abs = new System.Char[1024];
[DNAFieldAttribute(8, "Library", 3, "*parent", "Library", true, 1040)]
public Library parent;
[DNAFieldAttribute(2, "ushort", 4, "tag", "ushort", false, 1048)]
public ushort tag;
[DNAArrayAttribute(6, "char", 5, "_pad[6]", "System.Char[]", 6, 1050)]
[DNAArrayAttribute(6, "char", 5, "_pad[6]", "System.Char[]", 6, false, 1050)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(4, "int", 6, "temp_index", "int", false, 1056)]
public int temp_index;