Generated new code and added initial data handling
This commit is contained in:
@@ -69,6 +69,35 @@ namespace BlendFile.DNA {
|
||||
public SpaceNodeOverlay overlay;
|
||||
[DNAFieldAttribute(26, "SpaceNode_Runtime", "*runtime", 0)]
|
||||
public SpaceNode_Runtime ptr_runtime;
|
||||
public SpaceNode() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.regionbase = default;
|
||||
this.spacetype = default;
|
||||
this.link_flag = default;
|
||||
this._pad0 = default;
|
||||
this.v2d = default;
|
||||
this.ptr_id = default;
|
||||
this.ptr_from = default;
|
||||
this.flag = default;
|
||||
this.insert_ofs_dir = default;
|
||||
this._pad1 = default;
|
||||
this.xof = default;
|
||||
this.yof = default;
|
||||
this.zoom = default;
|
||||
this.treepath = default;
|
||||
this.ptr_edittree = default;
|
||||
this.ptr_nodetree = default;
|
||||
this.tree_idname = default;
|
||||
this.treetype = default;
|
||||
this.texfrom = default;
|
||||
this.shaderfrom = default;
|
||||
this.geometry_nodes_type = default;
|
||||
this.ptr_geometry_nodes_tool_tree = default;
|
||||
this.ptr_gpd = default;
|
||||
this.overlay = default;
|
||||
this.ptr_runtime = default;
|
||||
}
|
||||
public SpaceNode(
|
||||
SpaceLink ptr_next,
|
||||
SpaceLink ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user