Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 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;
[DNAFieldAttribute(64, "char", 5, "search_string[64]", "System.Char[]", false, 48)]
[DNAArrayAttribute(64, "char", 5, "search_string[64]", "System.Char[]", 64, 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;
[DNAFieldAttribute(4, "char", 8, "_pad1[4]", "System.Char[]", false, 116)]
[DNAArrayAttribute(4, "char", 8, "_pad1[4]", "System.Char[]", 4, 116)]
public char[] _pad1 = new System.Char[4];
public AssetShelfSettings() {
this.next = default;