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

@@ -17,15 +17,15 @@ namespace BlendFile.DNA {
public class bUserMenuItem_Op {
[DNAFieldAttribute(88, "bUserMenuItem", 0, "item", "bUserMenuItem", false, 0)]
public bUserMenuItem item;
[DNAFieldAttribute(64, "char", 1, "op_idname[64]", "System.Char[]", false, 88)]
[DNAArrayAttribute(64, "char", 1, "op_idname[64]", "System.Char[]", 64, 88)]
public char[] op_idname = new System.Char[64];
[DNAFieldAttribute(8, "IDProperty", 2, "*prop", "IDProperty", true, 152)]
public IDProperty prop;
[DNAFieldAttribute(64, "char", 3, "op_prop_enum[64]", "System.Char[]", false, 160)]
[DNAArrayAttribute(64, "char", 3, "op_prop_enum[64]", "System.Char[]", 64, 160)]
public char[] op_prop_enum = new System.Char[64];
[DNAFieldAttribute(1, "char", 4, "opcontext", "char", false, 224)]
public char opcontext;
[DNAFieldAttribute(7, "char", 5, "_pad0[7]", "System.Char[]", false, 225)]
[DNAArrayAttribute(7, "char", 5, "_pad0[7]", "System.Char[]", 7, 225)]
public char[] _pad0 = new System.Char[7];
public bUserMenuItem_Op() {
this.item = default;