regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(989, "uiWidgetColors")]
public struct uiWidgetColors {
[DNAFieldAttribute(0, "char", "outline[4]", "System.Char[]", 1)]
[DNAFieldAttribute(0, "char", "outline[4]", "System.Char[]", 4, false)]
public char[] outline = new System.Char[4];
[DNAFieldAttribute(1, "char", "inner[4]", "System.Char[]", 1)]
[DNAFieldAttribute(1, "char", "inner[4]", "System.Char[]", 4, false)]
public char[] inner = new System.Char[4];
[DNAFieldAttribute(2, "char", "inner_sel[4]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "inner_sel[4]", "System.Char[]", 4, false)]
public char[] inner_sel = new System.Char[4];
[DNAFieldAttribute(3, "char", "item[4]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "item[4]", "System.Char[]", 4, false)]
public char[] item = new System.Char[4];
[DNAFieldAttribute(4, "char", "text[4]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "text[4]", "System.Char[]", 4, false)]
public char[] text = new System.Char[4];
[DNAFieldAttribute(5, "char", "text_sel[4]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "text_sel[4]", "System.Char[]", 4, false)]
public char[] text_sel = new System.Char[4];
[DNAFieldAttribute(6, "char", "shaded", "char", 1)]
[DNAFieldAttribute(6, "char", "shaded", "char", 1, false)]
public char shaded;
[DNAFieldAttribute(7, "char", "_pad0[7]", "System.Char[]", 1)]
[DNAFieldAttribute(7, "char", "_pad0[7]", "System.Char[]", 7, false)]
public char[] _pad0 = new System.Char[7];
[DNAFieldAttribute(8, "short", "shadetop", "short", 2)]
[DNAFieldAttribute(8, "short", "shadetop", "short", 2, false)]
public short shadetop;
[DNAFieldAttribute(9, "short", "shadedown", "short", 2)]
[DNAFieldAttribute(9, "short", "shadedown", "short", 2, false)]
public short shadedown;
[DNAFieldAttribute(10, "float", "roundness", "float", 4)]
[DNAFieldAttribute(10, "float", "roundness", "float", 4, false)]
public float roundness;
public uiWidgetColors() {
this.outline = default;