updated generated files
This commit is contained in:
@@ -31,9 +31,9 @@ namespace BlendFile.DNA {
|
||||
public int active_mask;
|
||||
[DNAFieldAttribute(4, "int", 7, "uid", "int", false, 28)]
|
||||
public int uid;
|
||||
[DNAArrayAttribute(68, "char", 8, "name[68]", "System.Char[]", 68, 32)]
|
||||
[DNAArrayAttribute(68, "char", 8, "name[68]", "System.Char[]", 68, false, 32)]
|
||||
public char[] name = new System.Char[68];
|
||||
[DNAArrayAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", 4, 100)]
|
||||
[DNAArrayAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", 4, false, 100)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "void", 10, "*data", "void", true, 104)]
|
||||
public object data;
|
||||
|
||||
Reference in New Issue
Block a user