updated generated files
This commit is contained in:
@@ -23,7 +23,7 @@ namespace BlendFile.DNA {
|
||||
public PanelType type;
|
||||
[DNAFieldAttribute(8, "uiLayout", 3, "*layout", "uiLayout", true, 24)]
|
||||
public uiLayout layout;
|
||||
[DNAArrayAttribute(64, "char", 4, "panelname[64]", "System.Char[]", 64, 32)]
|
||||
[DNAArrayAttribute(64, "char", 4, "panelname[64]", "System.Char[]", 64, false, 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;
|
||||
[DNAArrayAttribute(6, "char", 15, "_pad[6]", "System.Char[]", 6, 134)]
|
||||
[DNAArrayAttribute(6, "char", 15, "_pad[6]", "System.Char[]", 6, false, 134)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(4, "int", 16, "sortorder", "int", false, 140)]
|
||||
public int sortorder;
|
||||
|
||||
Reference in New Issue
Block a user