updated generated files
This commit is contained in:
@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
|
||||
public wmKeyMapItem next;
|
||||
[DNAFieldAttribute(8, "wmKeyMapItem", 1, "*prev", "wmKeyMapItem", true, 8)]
|
||||
public wmKeyMapItem 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];
|
||||
[DNAFieldAttribute(8, "IDProperty", 3, "*properties", "IDProperty", true, 80)]
|
||||
public IDProperty properties;
|
||||
[DNAArrayAttribute(64, "char", 4, "propvalue_str[64]", "System.Char[]", 64, 88)]
|
||||
[DNAArrayAttribute(64, "char", 4, "propvalue_str[64]", "System.Char[]", 64, false, 88)]
|
||||
public char[] propvalue_str = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "short", 5, "propvalue", "short", false, 152)]
|
||||
public short propvalue;
|
||||
@@ -49,7 +49,7 @@ namespace BlendFile.DNA {
|
||||
public short maptype;
|
||||
[DNAFieldAttribute(2, "short", 16, "id", "short", false, 172)]
|
||||
public short id;
|
||||
[DNAArrayAttribute(2, "char", 17, "_pad[2]", "System.Char[]", 2, 174)]
|
||||
[DNAArrayAttribute(2, "char", 17, "_pad[2]", "System.Char[]", 2, false, 174)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(8, "PointerRNA", 18, "*ptr", "PointerRNA", true, 176)]
|
||||
public PointerRNA ptr;
|
||||
|
||||
Reference in New Issue
Block a user