updated generated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user