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

@@ -23,7 +23,7 @@ namespace BlendFile.DNA {
public PanelType type;
[DNAFieldAttribute(8, "uiLayout", 3, "*layout", "uiLayout", true, 24)]
public uiLayout layout;
[DNAFieldAttribute(64, "char", 4, "panelname[64]", "System.Char[]", false, 32)]
[DNAArrayAttribute(64, "char", 4, "panelname[64]", "System.Char[]", 64, 32)]
public char[] panelname = new System.Char[64];
[DNAFieldAttribute(8, "char", 5, "*drawname", "char", true, 96)]
public char drawname;
@@ -45,7 +45,7 @@ namespace BlendFile.DNA {
public short flag;
[DNAFieldAttribute(2, "short", 14, "runtime_flag", "short", false, 132)]
public short runtime_flag;
[DNAFieldAttribute(6, "char", 15, "_pad[6]", "System.Char[]", false, 134)]
[DNAArrayAttribute(6, "char", 15, "_pad[6]", "System.Char[]", 6, 134)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(4, "int", 16, "sortorder", "int", false, 140)]
public int sortorder;