updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -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;