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,15 +19,15 @@ namespace BlendFile.DNA {
public XrActionMapItem next;
[DNAFieldAttribute(8, "XrActionMapItem", 1, "*prev", "XrActionMapItem", true, 8)]
public XrActionMapItem prev;
[DNAFieldAttribute(64, "char", 2, "name[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(1, "char", 3, "type", "char", false, 80)]
public char type;
[DNAFieldAttribute(7, "char", 4, "_pad[7]", "System.Char[]", false, 81)]
[DNAArrayAttribute(7, "char", 4, "_pad[7]", "System.Char[]", 7, 81)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(16, "ListBase", 5, "user_paths", "ListBase", false, 88)]
public ListBase user_paths;
[DNAFieldAttribute(64, "char", 6, "op[64]", "System.Char[]", false, 104)]
[DNAArrayAttribute(64, "char", 6, "op[64]", "System.Char[]", 64, 104)]
public char[] op = new System.Char[64];
[DNAFieldAttribute(8, "IDProperty", 7, "*op_properties", "IDProperty", true, 168)]
public IDProperty op_properties;
@@ -41,7 +41,7 @@ namespace BlendFile.DNA {
public short haptic_flag;
[DNAFieldAttribute(2, "short", 12, "pose_flag", "short", false, 190)]
public short pose_flag;
[DNAFieldAttribute(64, "char", 13, "haptic_name[64]", "System.Char[]", false, 192)]
[DNAArrayAttribute(64, "char", 13, "haptic_name[64]", "System.Char[]", 64, 192)]
public char[] haptic_name = new System.Char[64];
[DNAFieldAttribute(4, "float", 14, "haptic_duration", "float", false, 256)]
public float haptic_duration;
@@ -51,7 +51,7 @@ namespace BlendFile.DNA {
public float haptic_amplitude;
[DNAFieldAttribute(2, "short", 17, "selbinding", "short", false, 268)]
public short selbinding;
[DNAFieldAttribute(2, "char", 18, "_pad3[2]", "System.Char[]", false, 270)]
[DNAArrayAttribute(2, "char", 18, "_pad3[2]", "System.Char[]", 2, 270)]
public char[] _pad3 = new System.Char[2];
[DNAFieldAttribute(16, "ListBase", 19, "bindings", "ListBase", false, 272)]
public ListBase bindings;