updated generated files
This commit is contained in:
@@ -17,15 +17,15 @@ namespace BlendFile.DNA {
|
||||
public class bUserMenuItem_Op {
|
||||
[DNAFieldAttribute(88, "bUserMenuItem", 0, "item", "bUserMenuItem", false, 0)]
|
||||
public bUserMenuItem item;
|
||||
[DNAArrayAttribute(64, "char", 1, "op_idname[64]", "System.Char[]", 64, 88)]
|
||||
[DNAArrayAttribute(64, "char", 1, "op_idname[64]", "System.Char[]", 64, false, 88)]
|
||||
public char[] op_idname = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "IDProperty", 2, "*prop", "IDProperty", true, 152)]
|
||||
public IDProperty prop;
|
||||
[DNAArrayAttribute(64, "char", 3, "op_prop_enum[64]", "System.Char[]", 64, 160)]
|
||||
[DNAArrayAttribute(64, "char", 3, "op_prop_enum[64]", "System.Char[]", 64, false, 160)]
|
||||
public char[] op_prop_enum = new System.Char[64];
|
||||
[DNAFieldAttribute(1, "char", 4, "opcontext", "char", false, 224)]
|
||||
public char opcontext;
|
||||
[DNAArrayAttribute(7, "char", 5, "_pad0[7]", "System.Char[]", 7, 225)]
|
||||
[DNAArrayAttribute(7, "char", 5, "_pad0[7]", "System.Char[]", 7, false, 225)]
|
||||
public char[] _pad0 = new System.Char[7];
|
||||
public bUserMenuItem_Op() {
|
||||
this.item = default;
|
||||
|
||||
Reference in New Issue
Block a user