regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1050, "wmKeyConfig")]
public class wmKeyConfig {
[DNAFieldAttribute(0, "wmKeyConfig", "*next", 168)]
[DNAFieldAttribute(0, "wmKeyConfig", "*next", "wmKeyConfig", 168)]
public wmKeyConfig ptr_next;
[DNAFieldAttribute(1, "wmKeyConfig", "*prev", 168)]
[DNAFieldAttribute(1, "wmKeyConfig", "*prev", "wmKeyConfig", 168)]
public wmKeyConfig ptr_prev;
[DNAFieldAttribute(2, "char", "idname[64]", 1)]
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 1)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(3, "char", "basename[64]", 1)]
[DNAFieldAttribute(3, "char", "basename[64]", "System.Char[]", 1)]
public char[] basename = new System.Char[64];
[DNAFieldAttribute(4, "ListBase", "keymaps", 16)]
[DNAFieldAttribute(4, "ListBase", "keymaps", "ListBase", 16)]
public ListBase keymaps;
[DNAFieldAttribute(5, "int", "actkeymap", 4)]
[DNAFieldAttribute(5, "int", "actkeymap", "int", 4)]
public int actkeymap;
[DNAFieldAttribute(6, "short", "flag", 2)]
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(7, "char", "_pad0[2]", 1)]
[DNAFieldAttribute(7, "char", "_pad0[2]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[2];
public wmKeyConfig() {
this.ptr_next = default;