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,9 +19,9 @@ namespace BlendFile.DNA {
public wmKeyConfig next;
[DNAFieldAttribute(8, "wmKeyConfig", 1, "*prev", "wmKeyConfig", true, 8)]
public wmKeyConfig prev;
[DNAFieldAttribute(64, "char", 2, "idname[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "idname[64]", "System.Char[]", 64, 16)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(64, "char", 3, "basename[64]", "System.Char[]", false, 80)]
[DNAArrayAttribute(64, "char", 3, "basename[64]", "System.Char[]", 64, 80)]
public char[] basename = new System.Char[64];
[DNAFieldAttribute(16, "ListBase", 4, "keymaps", "ListBase", false, 144)]
public ListBase keymaps;
@@ -29,7 +29,7 @@ namespace BlendFile.DNA {
public int actkeymap;
[DNAFieldAttribute(2, "short", 6, "flag", "short", false, 164)]
public short flag;
[DNAFieldAttribute(2, "char", 7, "_pad0[2]", "System.Char[]", false, 166)]
[DNAArrayAttribute(2, "char", 7, "_pad0[2]", "System.Char[]", 2, 166)]
public char[] _pad0 = new System.Char[2];
public wmKeyConfig() {
this.next = default;