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

@@ -21,7 +21,7 @@ namespace BlendFile.DNA {
public IDProperty properties;
[DNAFieldAttribute(16, "bUUID", 2, "catalog_id", "bUUID", false, 16)]
public bUUID catalog_id;
[DNAFieldAttribute(64, "char", 3, "catalog_simple_name[64]", "System.Char[]", false, 32)]
[DNAArrayAttribute(64, "char", 3, "catalog_simple_name[64]", "System.Char[]", 64, 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;
[DNAFieldAttribute(4, "char", 11, "_pad[4]", "System.Char[]", false, 148)]
[DNAArrayAttribute(4, "char", 11, "_pad[4]", "System.Char[]", 4, 148)]
public char[] _pad = new System.Char[4];
public AssetMetaData() {
this.local_type_info = default;