Generated new code and added initial data handling
This commit is contained in:
@@ -73,6 +73,37 @@ namespace BlendFile.DNA {
|
||||
public PreviewImage ptr_preview;
|
||||
[DNAFieldAttribute(28, "bNodeTreeRuntimeHandle", "*runtime", 0)]
|
||||
public bNodeTreeRuntimeHandle ptr_runtime;
|
||||
public bNodeTree() {
|
||||
this.id = default;
|
||||
this.ptr_adt = default;
|
||||
this.ptr_owner_id = default;
|
||||
this.ptr_typeinfo = default;
|
||||
this.idname = default;
|
||||
this.ptr_description = default;
|
||||
this.ptr_gpd = default;
|
||||
this.view_center = default;
|
||||
this.nodes = default;
|
||||
this.links = default;
|
||||
this.type = default;
|
||||
this.cur_index = default;
|
||||
this.flag = default;
|
||||
this.chunksize = default;
|
||||
this.execution_mode = default;
|
||||
this.precision = default;
|
||||
this.color_tag = default;
|
||||
this.default_group_node_width = default;
|
||||
this.viewer_border = default;
|
||||
this.inputs = default;
|
||||
this.outputs = default;
|
||||
this.tree_interface = default;
|
||||
this.ptr_previews = default;
|
||||
this.active_viewer_key = default;
|
||||
this.nested_node_refs_num = default;
|
||||
this.ptr_nested_node_refs = default;
|
||||
this.ptr_geometry_node_asset_traits = default;
|
||||
this.ptr_preview = default;
|
||||
this.ptr_runtime = default;
|
||||
}
|
||||
public bNodeTree(
|
||||
ID id,
|
||||
AnimData ptr_adt,
|
||||
|
||||
Reference in New Issue
Block a user