Regenerated code files
This commit is contained in:
@@ -23,13 +23,13 @@ namespace BlendFile.DNA {
|
||||
public ListBase inputs;
|
||||
[DNAFieldAttribute(16, "ListBase", 3, "outputs", "ListBase", false, 32)]
|
||||
public ListBase outputs;
|
||||
[DNAFieldAttribute(64, "char", 4, "name[64]", "System.Char[]", false, 48)]
|
||||
[DNAArrayAttribute(64, "char", 4, "name[64]", "System.Char[]", 64, 48)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "int", 5, "identifier", "int", false, 112)]
|
||||
public int identifier;
|
||||
[DNAFieldAttribute(4, "int", 6, "flag", "int", false, 116)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(64, "char", 7, "idname[64]", "System.Char[]", false, 120)]
|
||||
[DNAArrayAttribute(64, "char", 7, "idname[64]", "System.Char[]", 64, 120)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "bNodeTypeHandle", 8, "*typeinfo", "bNodeTypeHandle", true, 184)]
|
||||
public bNodeTypeHandle typeinfo;
|
||||
@@ -47,7 +47,7 @@ namespace BlendFile.DNA {
|
||||
public float custom4;
|
||||
[DNAFieldAttribute(1, "int8_t", 15, "warning_propagation", "int8_t", false, 208)]
|
||||
public sbyte warning_propagation;
|
||||
[DNAFieldAttribute(7, "char", 16, "_pad[7]", "System.Char[]", false, 209)]
|
||||
[DNAArrayAttribute(7, "char", 16, "_pad[7]", "System.Char[]", 7, 209)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
[DNAFieldAttribute(8, "ID", 17, "*id", "ID", true, 216)]
|
||||
public ID id;
|
||||
@@ -69,9 +69,9 @@ namespace BlendFile.DNA {
|
||||
public float offsetx;
|
||||
[DNAFieldAttribute(4, "float", 26, "offsety", "float", false, 268)]
|
||||
public float offsety;
|
||||
[DNAFieldAttribute(64, "char", 27, "label[64]", "System.Char[]", false, 272)]
|
||||
[DNAArrayAttribute(64, "char", 27, "label[64]", "System.Char[]", 64, 272)]
|
||||
public char[] label = new System.Char[64];
|
||||
[DNAFieldAttribute(12, "float", 28, "color[3]", "System.Single[]", false, 336)]
|
||||
[DNAArrayAttribute(12, "float", 28, "color[3]", "System.Single[]", 3, 336)]
|
||||
public float[] color = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "int", 29, "num_panel_states", "int", false, 348)]
|
||||
public int num_panel_states;
|
||||
|
||||
Reference in New Issue
Block a user