Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
public short tot_tags;
[DNAFieldAttribute(11, "char", "_pad[4]", 1)]
public char[] _pad = new System.Char[4];
public AssetMetaData() {
this.ptr_local_type_info = default;
this.ptr_properties = default;
this.catalog_id = default;
this.catalog_simple_name = default;
this.ptr_author = default;
this.ptr_description = default;
this.ptr_copyright = default;
this.ptr_license = default;
this.tags = default;
this.active_tag = default;
this.tot_tags = default;
this._pad = default;
}
public AssetMetaData(AssetTypeInfo ptr_local_type_info, IDProperty ptr_properties, bUUID catalog_id, char[] catalog_simple_name, char ptr_author, char ptr_description, char ptr_copyright, char ptr_license, ListBase tags, short active_tag, short tot_tags, char[] _pad) {
this.ptr_local_type_info = ptr_local_type_info;
this.ptr_properties = ptr_properties;