Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

@@ -11,13 +11,20 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
public class bUserMenuItem_Op {
[DNAFieldAttribute(0, "bUserMenuItem", "item", 88)]
public bUserMenuItem item;
[DNAFieldAttribute(1, "char", "op_idname[64]", 1)]
public char[] op_idname = new System.Char[64];
[DNAFieldAttribute(2, "IDProperty", "*prop", 136)]
public IDProperty ptr_prop;
[DNAFieldAttribute(3, "char", "op_prop_enum[64]", 1)]
public char[] op_prop_enum = new System.Char[64];
[DNAFieldAttribute(4, "char", "opcontext", 1)]
public char opcontext;
[DNAFieldAttribute(5, "char", "_pad0[7]", 1)]
public char[] _pad0 = new System.Char[7];
public bUserMenuItem_Op(bUserMenuItem item, char[] op_idname, IDProperty ptr_prop, char[] op_prop_enum, char opcontext, char[] _pad0) {
this.item = item;