Regenerated code files
This commit is contained in:
@@ -21,9 +21,9 @@ namespace BlendFile.DNA {
|
||||
public bNodeSocket prev;
|
||||
[DNAFieldAttribute(8, "IDProperty", 2, "*prop", "IDProperty", true, 16)]
|
||||
public IDProperty prop;
|
||||
[DNAFieldAttribute(64, "char", 3, "identifier[64]", "System.Char[]", false, 24)]
|
||||
[DNAArrayAttribute(64, "char", 3, "identifier[64]", "System.Char[]", 64, 24)]
|
||||
public char[] identifier = new System.Char[64];
|
||||
[DNAFieldAttribute(64, "char", 4, "name[64]", "System.Char[]", false, 88)]
|
||||
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, 88)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "void", 5, "*storage", "void", true, 152)]
|
||||
public object storage;
|
||||
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
|
||||
public short in_out;
|
||||
[DNAFieldAttribute(8, "bNodeSocketTypeHandle", 10, "*typeinfo", "bNodeSocketTypeHandle", true, 168)]
|
||||
public bNodeSocketTypeHandle typeinfo;
|
||||
[DNAFieldAttribute(64, "char", 11, "idname[64]", "System.Char[]", false, 176)]
|
||||
[DNAArrayAttribute(64, "char", 11, "idname[64]", "System.Char[]", 64, 176)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "void", 12, "*default_value", "void", true, 240)]
|
||||
public object default_value;
|
||||
@@ -47,13 +47,13 @@ namespace BlendFile.DNA {
|
||||
public char display_shape;
|
||||
[DNAFieldAttribute(1, "char", 15, "attribute_domain", "char", false, 251)]
|
||||
public char attribute_domain;
|
||||
[DNAFieldAttribute(4, "char", 16, "_pad[4]", "System.Char[]", false, 252)]
|
||||
[DNAArrayAttribute(4, "char", 16, "_pad[4]", "System.Char[]", 4, 252)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(64, "char", 17, "label[64]", "System.Char[]", false, 256)]
|
||||
[DNAArrayAttribute(64, "char", 17, "label[64]", "System.Char[]", 64, 256)]
|
||||
public char[] label = new System.Char[64];
|
||||
[DNAFieldAttribute(64, "char", 18, "short_label[64]", "System.Char[]", false, 320)]
|
||||
[DNAArrayAttribute(64, "char", 18, "short_label[64]", "System.Char[]", 64, 320)]
|
||||
public char[] short_label = new System.Char[64];
|
||||
[DNAFieldAttribute(64, "char", 19, "description[64]", "System.Char[]", false, 384)]
|
||||
[DNAArrayAttribute(64, "char", 19, "description[64]", "System.Char[]", 64, 384)]
|
||||
public char[] description = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "char", 20, "*default_attribute_name", "char", true, 448)]
|
||||
public char default_attribute_name;
|
||||
|
||||
Reference in New Issue
Block a user