regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(35, "AssetMetaData")]
public class AssetMetaData {
[DNAFieldAttribute(0, "AssetTypeInfo", "*local_type_info", "AssetTypeInfo", 0)]
[DNAFieldAttribute(0, "AssetTypeInfo", "*local_type_info", "AssetTypeInfo", 4, true)]
public AssetTypeInfo ptr_local_type_info;
[DNAFieldAttribute(1, "IDProperty", "*properties", "IDProperty", 136)]
[DNAFieldAttribute(1, "IDProperty", "*properties", "IDProperty", 4, true)]
public IDProperty ptr_properties;
[DNAFieldAttribute(2, "bUUID", "catalog_id", "bUUID", 16)]
[DNAFieldAttribute(2, "bUUID", "catalog_id", "bUUID", 16, false)]
public bUUID catalog_id;
[DNAFieldAttribute(3, "char", "catalog_simple_name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "catalog_simple_name[64]", "System.Char[]", 64, false)]
public char[] catalog_simple_name = new System.Char[64];
[DNAFieldAttribute(4, "char", "*author", "char", 1)]
[DNAFieldAttribute(4, "char", "*author", "char", 4, true)]
public char ptr_author;
[DNAFieldAttribute(5, "char", "*description", "char", 1)]
[DNAFieldAttribute(5, "char", "*description", "char", 4, true)]
public char ptr_description;
[DNAFieldAttribute(6, "char", "*copyright", "char", 1)]
[DNAFieldAttribute(6, "char", "*copyright", "char", 4, true)]
public char ptr_copyright;
[DNAFieldAttribute(7, "char", "*license", "char", 1)]
[DNAFieldAttribute(7, "char", "*license", "char", 4, true)]
public char ptr_license;
[DNAFieldAttribute(8, "ListBase", "tags", "ListBase", 16)]
[DNAFieldAttribute(8, "ListBase", "tags", "ListBase", 16, false)]
public ListBase tags;
[DNAFieldAttribute(9, "short", "active_tag", "short", 2)]
[DNAFieldAttribute(9, "short", "active_tag", "short", 2, false)]
public short active_tag;
[DNAFieldAttribute(10, "short", "tot_tags", "short", 2)]
[DNAFieldAttribute(10, "short", "tot_tags", "short", 2, false)]
public short tot_tags;
[DNAFieldAttribute(11, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(11, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
public AssetMetaData() {
this.ptr_local_type_info = default;