updated generated files
This commit is contained in:
@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
|
||||
public uiStyle next;
|
||||
[DNAFieldAttribute(8, "uiStyle", 1, "*prev", "uiStyle", true, 8)]
|
||||
public uiStyle prev;
|
||||
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
|
||||
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, false, 16)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(32, "uiFontStyle", 3, "paneltitle", "uiFontStyle", false, 80)]
|
||||
public uiFontStyle paneltitle;
|
||||
@@ -49,7 +49,7 @@ namespace BlendFile.DNA {
|
||||
public short panelspace;
|
||||
[DNAFieldAttribute(2, "short", 16, "panelouter", "short", false, 228)]
|
||||
public short panelouter;
|
||||
[DNAArrayAttribute(2, "char", 17, "_pad0[2]", "System.Char[]", 2, 230)]
|
||||
[DNAArrayAttribute(2, "char", 17, "_pad0[2]", "System.Char[]", 2, false, 230)]
|
||||
public char[] _pad0 = new System.Char[2];
|
||||
public uiStyle() {
|
||||
this.next = default;
|
||||
|
||||
Reference in New Issue
Block a user