regenerated files
This commit is contained in:
@@ -15,69 +15,69 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(575, "bNode")]
|
||||
public class bNode {
|
||||
[DNAFieldAttribute(0, "bNode", "*next", "bNode", 368)]
|
||||
[DNAFieldAttribute(0, "bNode", "*next", "bNode", 4, true)]
|
||||
public bNode ptr_next;
|
||||
[DNAFieldAttribute(1, "bNode", "*prev", "bNode", 368)]
|
||||
[DNAFieldAttribute(1, "bNode", "*prev", "bNode", 4, true)]
|
||||
public bNode ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "inputs", "ListBase", 16)]
|
||||
[DNAFieldAttribute(2, "ListBase", "inputs", "ListBase", 16, false)]
|
||||
public ListBase inputs;
|
||||
[DNAFieldAttribute(3, "ListBase", "outputs", "ListBase", 16)]
|
||||
[DNAFieldAttribute(3, "ListBase", "outputs", "ListBase", 16, false)]
|
||||
public ListBase outputs;
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "int", "identifier", "int", 4)]
|
||||
[DNAFieldAttribute(5, "int", "identifier", "int", 4, false)]
|
||||
public int identifier;
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(7, "char", "idname[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(7, "char", "idname[64]", "System.Char[]", 64, false)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "bNodeTypeHandle", "*typeinfo", "bNodeTypeHandle", 0)]
|
||||
[DNAFieldAttribute(8, "bNodeTypeHandle", "*typeinfo", "bNodeTypeHandle", 4, true)]
|
||||
public bNodeTypeHandle ptr_typeinfo;
|
||||
[DNAFieldAttribute(9, "short", "type", "short", 2)]
|
||||
[DNAFieldAttribute(9, "short", "type", "short", 2, false)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(10, "short", "ui_order", "short", 2)]
|
||||
[DNAFieldAttribute(10, "short", "ui_order", "short", 2, false)]
|
||||
public short ui_order;
|
||||
[DNAFieldAttribute(11, "short", "custom1", "short", 2)]
|
||||
[DNAFieldAttribute(11, "short", "custom1", "short", 2, false)]
|
||||
public short custom1;
|
||||
[DNAFieldAttribute(12, "short", "custom2", "short", 2)]
|
||||
[DNAFieldAttribute(12, "short", "custom2", "short", 2, false)]
|
||||
public short custom2;
|
||||
[DNAFieldAttribute(13, "float", "custom3", "float", 4)]
|
||||
[DNAFieldAttribute(13, "float", "custom3", "float", 4, false)]
|
||||
public float custom3;
|
||||
[DNAFieldAttribute(14, "float", "custom4", "float", 4)]
|
||||
[DNAFieldAttribute(14, "float", "custom4", "float", 4, false)]
|
||||
public float custom4;
|
||||
[DNAFieldAttribute(15, "int8_t", "warning_propagation", "int8_t", 1)]
|
||||
[DNAFieldAttribute(15, "int8_t", "warning_propagation", "int8_t", 1, false)]
|
||||
public sbyte warning_propagation;
|
||||
[DNAFieldAttribute(16, "char", "_pad[7]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(16, "char", "_pad[7]", "System.Char[]", 7, false)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
[DNAFieldAttribute(17, "ID", "*id", "ID", 208)]
|
||||
[DNAFieldAttribute(17, "ID", "*id", "ID", 4, true)]
|
||||
public ID ptr_id;
|
||||
[DNAFieldAttribute(18, "void", "*storage", "void", 0)]
|
||||
[DNAFieldAttribute(18, "void", "*storage", "void", 4, true)]
|
||||
public object ptr_storage;
|
||||
[DNAFieldAttribute(19, "IDProperty", "*prop", "IDProperty", 136)]
|
||||
[DNAFieldAttribute(19, "IDProperty", "*prop", "IDProperty", 4, true)]
|
||||
public IDProperty ptr_prop;
|
||||
[DNAFieldAttribute(20, "bNode", "*parent", "bNode", 368)]
|
||||
[DNAFieldAttribute(20, "bNode", "*parent", "bNode", 4, true)]
|
||||
public bNode ptr_parent;
|
||||
[DNAFieldAttribute(21, "float", "locx", "float", 4)]
|
||||
[DNAFieldAttribute(21, "float", "locx", "float", 4, false)]
|
||||
public float locx;
|
||||
[DNAFieldAttribute(22, "float", "locy", "float", 4)]
|
||||
[DNAFieldAttribute(22, "float", "locy", "float", 4, false)]
|
||||
public float locy;
|
||||
[DNAFieldAttribute(23, "float", "width", "float", 4)]
|
||||
[DNAFieldAttribute(23, "float", "width", "float", 4, false)]
|
||||
public float width;
|
||||
[DNAFieldAttribute(24, "float", "height", "float", 4)]
|
||||
[DNAFieldAttribute(24, "float", "height", "float", 4, false)]
|
||||
public float height;
|
||||
[DNAFieldAttribute(25, "float", "offsetx", "float", 4)]
|
||||
[DNAFieldAttribute(25, "float", "offsetx", "float", 4, false)]
|
||||
public float offsetx;
|
||||
[DNAFieldAttribute(26, "float", "offsety", "float", 4)]
|
||||
[DNAFieldAttribute(26, "float", "offsety", "float", 4, false)]
|
||||
public float offsety;
|
||||
[DNAFieldAttribute(27, "char", "label[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(27, "char", "label[64]", "System.Char[]", 64, false)]
|
||||
public char[] label = new System.Char[64];
|
||||
[DNAFieldAttribute(28, "float", "color[3]", "System.Single[]", 4)]
|
||||
[DNAFieldAttribute(28, "float", "color[3]", "System.Single[]", 12, false)]
|
||||
public float[] color = new System.Single[3];
|
||||
[DNAFieldAttribute(29, "int", "num_panel_states", "int", 4)]
|
||||
[DNAFieldAttribute(29, "int", "num_panel_states", "int", 4, false)]
|
||||
public int num_panel_states;
|
||||
[DNAFieldAttribute(30, "bNodePanelState", "*panel_states_array", "bNodePanelState", 8)]
|
||||
[DNAFieldAttribute(30, "bNodePanelState", "*panel_states_array", "bNodePanelState", 4, true)]
|
||||
public bNodePanelState ptr_panel_states_array;
|
||||
[DNAFieldAttribute(31, "bNodeRuntimeHandle", "*runtime", "bNodeRuntimeHandle", 0)]
|
||||
[DNAFieldAttribute(31, "bNodeRuntimeHandle", "*runtime", "bNodeRuntimeHandle", 4, true)]
|
||||
public bNodeRuntimeHandle ptr_runtime;
|
||||
public bNode() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user