updated generated files
This commit is contained in:
@@ -19,9 +19,9 @@ namespace BlendFile.DNA {
|
||||
public wmKeyConfig next;
|
||||
[DNAFieldAttribute(8, "wmKeyConfig", 1, "*prev", "wmKeyConfig", true, 8)]
|
||||
public wmKeyConfig prev;
|
||||
[DNAArrayAttribute(64, "char", 2, "idname[64]", "System.Char[]", 64, 16)]
|
||||
[DNAArrayAttribute(64, "char", 2, "idname[64]", "System.Char[]", 64, false, 16)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAArrayAttribute(64, "char", 3, "basename[64]", "System.Char[]", 64, 80)]
|
||||
[DNAArrayAttribute(64, "char", 3, "basename[64]", "System.Char[]", 64, false, 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;
|
||||
[DNAArrayAttribute(2, "char", 7, "_pad0[2]", "System.Char[]", 2, 166)]
|
||||
[DNAArrayAttribute(2, "char", 7, "_pad0[2]", "System.Char[]", 2, false, 166)]
|
||||
public char[] _pad0 = new System.Char[2];
|
||||
public wmKeyConfig() {
|
||||
this.next = default;
|
||||
|
||||
Reference in New Issue
Block a user