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,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(870, "AssetShelfSettings")]
public class AssetShelfSettings {
[DNAFieldAttribute(0, "AssetShelfSettings", "*next", "AssetShelfSettings", 120)]
[DNAFieldAttribute(0, "AssetShelfSettings", "*next", "AssetShelfSettings", 4, true)]
public AssetShelfSettings ptr_next;
[DNAFieldAttribute(1, "AssetShelfSettings", "*prev", "AssetShelfSettings", 120)]
[DNAFieldAttribute(1, "AssetShelfSettings", "*prev", "AssetShelfSettings", 4, true)]
public AssetShelfSettings ptr_prev;
[DNAFieldAttribute(2, "AssetLibraryReference", "asset_library_reference", "AssetLibraryReference", 8)]
[DNAFieldAttribute(2, "AssetLibraryReference", "asset_library_reference", "AssetLibraryReference", 8, false)]
public AssetLibraryReference asset_library_reference;
[DNAFieldAttribute(3, "ListBase", "enabled_catalog_paths", "ListBase", 16)]
[DNAFieldAttribute(3, "ListBase", "enabled_catalog_paths", "ListBase", 16, false)]
public ListBase enabled_catalog_paths;
[DNAFieldAttribute(4, "char", "*active_catalog_path", "char", 1)]
[DNAFieldAttribute(4, "char", "*active_catalog_path", "char", 4, true)]
public char ptr_active_catalog_path;
[DNAFieldAttribute(5, "char", "search_string[64]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "search_string[64]", "System.Char[]", 64, false)]
public char[] search_string = new System.Char[64];
[DNAFieldAttribute(6, "short", "preview_size", "short", 2)]
[DNAFieldAttribute(6, "short", "preview_size", "short", 2, false)]
public short preview_size;
[DNAFieldAttribute(7, "short", "display_flag", "short", 2)]
[DNAFieldAttribute(7, "short", "display_flag", "short", 2, false)]
public short display_flag;
[DNAFieldAttribute(8, "char", "_pad1[4]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "_pad1[4]", "System.Char[]", 4, false)]
public char[] _pad1 = new System.Char[4];
public AssetShelfSettings() {
this.ptr_next = default;