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

@@ -33,6 +33,17 @@ namespace BlendFile.DNA {
public short display_flag;
[DNAFieldAttribute(8, "char", "_pad1[4]", 1)]
public char[] _pad1 = new System.Char[4];
public AssetShelfSettings() {
this.ptr_next = default;
this.ptr_prev = default;
this.asset_library_reference = default;
this.enabled_catalog_paths = default;
this.ptr_active_catalog_path = default;
this.search_string = default;
this.preview_size = default;
this.display_flag = default;
this._pad1 = default;
}
public AssetShelfSettings(AssetShelfSettings ptr_next, AssetShelfSettings ptr_prev, AssetLibraryReference asset_library_reference, ListBase enabled_catalog_paths, char ptr_active_catalog_path, char[] search_string, short preview_size, short display_flag, char[] _pad1) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;