Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,69 +15,69 @@ namespace BlendFile.DNA {
[DNAClassAttribute(575, "bNode", 368)]
public class bNode {
[DNAFieldAttribute(0, "bNode", "*next", "bNode", 8, true)]
[DNAFieldAttribute(0, "bNode", "*next", "bNode", 8, true, 0)]
public bNode ptr_next;
[DNAFieldAttribute(1, "bNode", "*prev", "bNode", 8, true)]
[DNAFieldAttribute(1, "bNode", "*prev", "bNode", 8, true, 8)]
public bNode ptr_prev;
[DNAFieldAttribute(2, "ListBase", "inputs", "ListBase", 16, false)]
[DNAFieldAttribute(2, "ListBase", "inputs", "ListBase", 16, false, 16)]
public ListBase inputs;
[DNAFieldAttribute(3, "ListBase", "outputs", "ListBase", 16, false)]
[DNAFieldAttribute(3, "ListBase", "outputs", "ListBase", 16, false, 32)]
public ListBase outputs;
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 64, false, 48)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(5, "int", "identifier", "int", 4, false)]
[DNAFieldAttribute(5, "int", "identifier", "int", 4, false, 112)]
public int identifier;
[DNAFieldAttribute(6, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(6, "int", "flag", "int", 4, false, 116)]
public int flag;
[DNAFieldAttribute(7, "char", "idname[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(7, "char", "idname[64]", "System.Char[]", 64, false, 120)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(8, "bNodeTypeHandle", "*typeinfo", "bNodeTypeHandle", 8, true)]
[DNAFieldAttribute(8, "bNodeTypeHandle", "*typeinfo", "bNodeTypeHandle", 8, true, 184)]
public bNodeTypeHandle ptr_typeinfo;
[DNAFieldAttribute(9, "short", "type", "short", 2, false)]
[DNAFieldAttribute(9, "short", "type", "short", 2, false, 192)]
public short type;
[DNAFieldAttribute(10, "short", "ui_order", "short", 2, false)]
[DNAFieldAttribute(10, "short", "ui_order", "short", 2, false, 194)]
public short ui_order;
[DNAFieldAttribute(11, "short", "custom1", "short", 2, false)]
[DNAFieldAttribute(11, "short", "custom1", "short", 2, false, 196)]
public short custom1;
[DNAFieldAttribute(12, "short", "custom2", "short", 2, false)]
[DNAFieldAttribute(12, "short", "custom2", "short", 2, false, 198)]
public short custom2;
[DNAFieldAttribute(13, "float", "custom3", "float", 4, false)]
[DNAFieldAttribute(13, "float", "custom3", "float", 4, false, 200)]
public float custom3;
[DNAFieldAttribute(14, "float", "custom4", "float", 4, false)]
[DNAFieldAttribute(14, "float", "custom4", "float", 4, false, 204)]
public float custom4;
[DNAFieldAttribute(15, "int8_t", "warning_propagation", "int8_t", 1, false)]
[DNAFieldAttribute(15, "int8_t", "warning_propagation", "int8_t", 1, false, 208)]
public sbyte warning_propagation;
[DNAFieldAttribute(16, "char", "_pad[7]", "System.Char[]", 7, false)]
[DNAFieldAttribute(16, "char", "_pad[7]", "System.Char[]", 7, false, 209)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(17, "ID", "*id", "ID", 8, true)]
[DNAFieldAttribute(17, "ID", "*id", "ID", 8, true, 216)]
public ID ptr_id;
[DNAFieldAttribute(18, "void", "*storage", "void", 8, true)]
[DNAFieldAttribute(18, "void", "*storage", "void", 8, true, 224)]
public object ptr_storage;
[DNAFieldAttribute(19, "IDProperty", "*prop", "IDProperty", 8, true)]
[DNAFieldAttribute(19, "IDProperty", "*prop", "IDProperty", 8, true, 232)]
public IDProperty ptr_prop;
[DNAFieldAttribute(20, "bNode", "*parent", "bNode", 8, true)]
[DNAFieldAttribute(20, "bNode", "*parent", "bNode", 8, true, 240)]
public bNode ptr_parent;
[DNAFieldAttribute(21, "float", "locx", "float", 4, false)]
[DNAFieldAttribute(21, "float", "locx", "float", 4, false, 248)]
public float locx;
[DNAFieldAttribute(22, "float", "locy", "float", 4, false)]
[DNAFieldAttribute(22, "float", "locy", "float", 4, false, 252)]
public float locy;
[DNAFieldAttribute(23, "float", "width", "float", 4, false)]
[DNAFieldAttribute(23, "float", "width", "float", 4, false, 256)]
public float width;
[DNAFieldAttribute(24, "float", "height", "float", 4, false)]
[DNAFieldAttribute(24, "float", "height", "float", 4, false, 260)]
public float height;
[DNAFieldAttribute(25, "float", "offsetx", "float", 4, false)]
[DNAFieldAttribute(25, "float", "offsetx", "float", 4, false, 264)]
public float offsetx;
[DNAFieldAttribute(26, "float", "offsety", "float", 4, false)]
[DNAFieldAttribute(26, "float", "offsety", "float", 4, false, 268)]
public float offsety;
[DNAFieldAttribute(27, "char", "label[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(27, "char", "label[64]", "System.Char[]", 64, false, 272)]
public char[] label = new System.Char[64];
[DNAFieldAttribute(28, "float", "color[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(28, "float", "color[3]", "System.Single[]", 12, false, 336)]
public float[] color = new System.Single[3];
[DNAFieldAttribute(29, "int", "num_panel_states", "int", 4, false)]
[DNAFieldAttribute(29, "int", "num_panel_states", "int", 4, false, 348)]
public int num_panel_states;
[DNAFieldAttribute(30, "bNodePanelState", "*panel_states_array", "bNodePanelState", 8, true)]
[DNAFieldAttribute(30, "bNodePanelState", "*panel_states_array", "bNodePanelState", 8, true, 352)]
public bNodePanelState ptr_panel_states_array;
[DNAFieldAttribute(31, "bNodeRuntimeHandle", "*runtime", "bNodeRuntimeHandle", 8, true)]
[DNAFieldAttribute(31, "bNodeRuntimeHandle", "*runtime", "bNodeRuntimeHandle", 8, true, 360)]
public bNodeRuntimeHandle ptr_runtime;
public bNode() {
this.ptr_next = default;