updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -25,13 +25,13 @@ namespace BlendFile.DNA {
public ListBase enabled_catalog_paths;
[DNAFieldAttribute(8, "char", 4, "*active_catalog_path", "char", true, 40)]
public char active_catalog_path;
[DNAArrayAttribute(64, "char", 5, "search_string[64]", "System.Char[]", 64, 48)]
[DNAArrayAttribute(64, "char", 5, "search_string[64]", "System.Char[]", 64, false, 48)]
public char[] search_string = new System.Char[64];
[DNAFieldAttribute(2, "short", 6, "preview_size", "short", false, 112)]
public short preview_size;
[DNAFieldAttribute(2, "short", 7, "display_flag", "short", false, 114)]
public short display_flag;
[DNAArrayAttribute(4, "char", 8, "_pad1[4]", "System.Char[]", 4, 116)]
[DNAArrayAttribute(4, "char", 8, "_pad1[4]", "System.Char[]", 4, false, 116)]
public char[] _pad1 = new System.Char[4];
public AssetShelfSettings() {
this.next = default;