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

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(989, "uiWidgetColors", 40)]
public class uiWidgetColors {
[DNAArrayAttribute(4, "char", 0, "outline[4]", "System.Char[]", 4, 0)]
[DNAArrayAttribute(4, "char", 0, "outline[4]", "System.Char[]", 4, false, 0)]
public char[] outline = new System.Char[4];
[DNAArrayAttribute(4, "char", 1, "inner[4]", "System.Char[]", 4, 4)]
[DNAArrayAttribute(4, "char", 1, "inner[4]", "System.Char[]", 4, false, 4)]
public char[] inner = new System.Char[4];
[DNAArrayAttribute(4, "char", 2, "inner_sel[4]", "System.Char[]", 4, 8)]
[DNAArrayAttribute(4, "char", 2, "inner_sel[4]", "System.Char[]", 4, false, 8)]
public char[] inner_sel = new System.Char[4];
[DNAArrayAttribute(4, "char", 3, "item[4]", "System.Char[]", 4, 12)]
[DNAArrayAttribute(4, "char", 3, "item[4]", "System.Char[]", 4, false, 12)]
public char[] item = new System.Char[4];
[DNAArrayAttribute(4, "char", 4, "text[4]", "System.Char[]", 4, 16)]
[DNAArrayAttribute(4, "char", 4, "text[4]", "System.Char[]", 4, false, 16)]
public char[] text = new System.Char[4];
[DNAArrayAttribute(4, "char", 5, "text_sel[4]", "System.Char[]", 4, 20)]
[DNAArrayAttribute(4, "char", 5, "text_sel[4]", "System.Char[]", 4, false, 20)]
public char[] text_sel = new System.Char[4];
[DNAFieldAttribute(1, "char", 6, "shaded", "char", false, 24)]
public char shaded;
[DNAArrayAttribute(7, "char", 7, "_pad0[7]", "System.Char[]", 7, 25)]
[DNAArrayAttribute(7, "char", 7, "_pad0[7]", "System.Char[]", 7, false, 25)]
public char[] _pad0 = new System.Char[7];
[DNAFieldAttribute(2, "short", 8, "shadetop", "short", false, 32)]
public short shadetop;