updated generated files
This commit is contained in:
@@ -31,11 +31,11 @@ namespace BlendFile.DNA {
|
||||
public short ui_expand_flag;
|
||||
[DNAFieldAttribute(2, "ushort", 7, "layout_panel_open_flag", "ushort", false, 32)]
|
||||
public ushort layout_panel_open_flag;
|
||||
[DNAArrayAttribute(2, "char", 8, "_pad[2]", "System.Char[]", 2, 34)]
|
||||
[DNAArrayAttribute(2, "char", 8, "_pad[2]", "System.Char[]", 2, false, 34)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(4, "int", 9, "persistent_uid", "int", false, 36)]
|
||||
public int persistent_uid;
|
||||
[DNAArrayAttribute(64, "char", 10, "name[64]", "System.Char[]", 64, 40)]
|
||||
[DNAArrayAttribute(64, "char", 10, "name[64]", "System.Char[]", 64, false, 40)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "char", 11, "*error", "char", true, 104)]
|
||||
public char error;
|
||||
|
||||
Reference in New Issue
Block a user