Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -79,6 +79,40 @@ namespace BlendFile.DNA {
public bNodePanelState ptr_panel_states_array;
[DNAFieldAttribute(31, "bNodeRuntimeHandle", "*runtime", 0)]
public bNodeRuntimeHandle ptr_runtime;
public bNode() {
this.ptr_next = default;
this.ptr_prev = default;
this.inputs = default;
this.outputs = default;
this.name = default;
this.identifier = default;
this.flag = default;
this.idname = default;
this.ptr_typeinfo = default;
this.type = default;
this.ui_order = default;
this.custom1 = default;
this.custom2 = default;
this.custom3 = default;
this.custom4 = default;
this.warning_propagation = default;
this._pad = default;
this.ptr_id = default;
this.ptr_storage = default;
this.ptr_prop = default;
this.ptr_parent = default;
this.locx = default;
this.locy = default;
this.width = default;
this.height = default;
this.offsetx = default;
this.offsety = default;
this.label = default;
this.color = default;
this.num_panel_states = default;
this.ptr_panel_states_array = default;
this.ptr_runtime = default;
}
public bNode(
bNode ptr_next,
bNode ptr_prev,