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,11 +19,11 @@ namespace BlendFile.DNA {
public wmKeyMapItem next;
[DNAFieldAttribute(8, "wmKeyMapItem", 1, "*prev", "wmKeyMapItem", true, 8)]
public wmKeyMapItem 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(8, "IDProperty", 3, "*properties", "IDProperty", true, 80)]
public IDProperty properties;
[DNAFieldAttribute(64, "char", 4, "propvalue_str[64]", "System.Char[]", false, 88)]
[DNAArrayAttribute(64, "char", 4, "propvalue_str[64]", "System.Char[]", 64, 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;
[DNAFieldAttribute(2, "char", 17, "_pad[2]", "System.Char[]", false, 174)]
[DNAArrayAttribute(2, "char", 17, "_pad[2]", "System.Char[]", 2, 174)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(8, "PointerRNA", 18, "*ptr", "PointerRNA", true, 176)]
public PointerRNA ptr;