updated generated files
This commit is contained in:
@@ -21,9 +21,9 @@ namespace BlendFile.DNA {
|
||||
public bUserMenu prev;
|
||||
[DNAFieldAttribute(1, "char", 2, "space_type", "char", false, 16)]
|
||||
public char space_type;
|
||||
[DNAArrayAttribute(7, "char", 3, "_pad0[7]", "System.Char[]", 7, 17)]
|
||||
[DNAArrayAttribute(7, "char", 3, "_pad0[7]", "System.Char[]", 7, false, 17)]
|
||||
public char[] _pad0 = new System.Char[7];
|
||||
[DNAArrayAttribute(64, "char", 4, "context[64]", "System.Char[]", 64, 24)]
|
||||
[DNAArrayAttribute(64, "char", 4, "context[64]", "System.Char[]", 64, false, 24)]
|
||||
public char[] context = new System.Char[64];
|
||||
[DNAFieldAttribute(16, "ListBase", 5, "items", "ListBase", false, 88)]
|
||||
public ListBase items;
|
||||
|
||||
Reference in New Issue
Block a user