Regenerated code files
This commit is contained in:
@@ -23,13 +23,13 @@ namespace BlendFile.DNA {
|
||||
public ListBase items;
|
||||
[DNAFieldAttribute(16, "ListBase", 3, "diff_items", "ListBase", false, 32)]
|
||||
public ListBase diff_items;
|
||||
[DNAFieldAttribute(64, "char", 4, "idname[64]", "System.Char[]", false, 48)]
|
||||
[DNAArrayAttribute(64, "char", 4, "idname[64]", "System.Char[]", 64, 48)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "short", 5, "spaceid", "short", false, 112)]
|
||||
public short spaceid;
|
||||
[DNAFieldAttribute(2, "short", 6, "regionid", "short", false, 114)]
|
||||
public short regionid;
|
||||
[DNAFieldAttribute(128, "char", 7, "owner_id[128]", "System.Char[]", false, 116)]
|
||||
[DNAArrayAttribute(128, "char", 7, "owner_id[128]", "System.Char[]", 128, 116)]
|
||||
public char[] owner_id = new System.Char[128];
|
||||
[DNAFieldAttribute(2, "short", 8, "flag", "short", false, 244)]
|
||||
public short flag;
|
||||
|
||||
Reference in New Issue
Block a user