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

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