regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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