regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,17 +13,17 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(870, "AssetShelfSettings")]
[DNAClassAttribute(870, "AssetShelfSettings", 120)]
public class AssetShelfSettings {
[DNAFieldAttribute(0, "AssetShelfSettings", "*next", "AssetShelfSettings", 4, true)]
[DNAFieldAttribute(0, "AssetShelfSettings", "*next", "AssetShelfSettings", 8, true)]
public AssetShelfSettings ptr_next;
[DNAFieldAttribute(1, "AssetShelfSettings", "*prev", "AssetShelfSettings", 4, true)]
[DNAFieldAttribute(1, "AssetShelfSettings", "*prev", "AssetShelfSettings", 8, true)]
public AssetShelfSettings ptr_prev;
[DNAFieldAttribute(2, "AssetLibraryReference", "asset_library_reference", "AssetLibraryReference", 8, false)]
public AssetLibraryReference asset_library_reference;
[DNAFieldAttribute(3, "ListBase", "enabled_catalog_paths", "ListBase", 16, false)]
public ListBase enabled_catalog_paths;
[DNAFieldAttribute(4, "char", "*active_catalog_path", "char", 4, true)]
[DNAFieldAttribute(4, "char", "*active_catalog_path", "char", 8, true)]
public char ptr_active_catalog_path;
[DNAFieldAttribute(5, "char", "search_string[64]", "System.Char[]", 64, false)]
public char[] search_string = new System.Char[64];