updated generated files
This commit is contained in:
@@ -21,7 +21,7 @@ namespace BlendFile.DNA {
|
||||
public IDProperty properties;
|
||||
[DNAFieldAttribute(16, "bUUID", 2, "catalog_id", "bUUID", false, 16)]
|
||||
public bUUID catalog_id;
|
||||
[DNAArrayAttribute(64, "char", 3, "catalog_simple_name[64]", "System.Char[]", 64, 32)]
|
||||
[DNAArrayAttribute(64, "char", 3, "catalog_simple_name[64]", "System.Char[]", 64, false, 32)]
|
||||
public char[] catalog_simple_name = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "char", 4, "*author", "char", true, 96)]
|
||||
public char author;
|
||||
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
|
||||
public short active_tag;
|
||||
[DNAFieldAttribute(2, "short", 10, "tot_tags", "short", false, 146)]
|
||||
public short tot_tags;
|
||||
[DNAArrayAttribute(4, "char", 11, "_pad[4]", "System.Char[]", 4, 148)]
|
||||
[DNAArrayAttribute(4, "char", 11, "_pad[4]", "System.Char[]", 4, false, 148)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public AssetMetaData() {
|
||||
this.local_type_info = default;
|
||||
|
||||
Reference in New Issue
Block a user