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

@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
public uiStyle next;
[DNAFieldAttribute(8, "uiStyle", 1, "*prev", "uiStyle", true, 8)]
public uiStyle prev;
[DNAFieldAttribute(64, "char", 2, "name[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 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;
[DNAFieldAttribute(2, "char", 17, "_pad0[2]", "System.Char[]", false, 230)]
[DNAArrayAttribute(2, "char", 17, "_pad0[2]", "System.Char[]", 2, 230)]
public char[] _pad0 = new System.Char[2];
public uiStyle() {
this.next = default;