|
Blender V5.0
|
#include <BKE_scene_runtime.hh>
Public Member Functions | |
| ~CompositorRuntime () | |
Public Attributes | |
| Map< bNodeInstanceKey, timeit::Nanoseconds > | per_node_execution_time |
| Depsgraph * | preview_depsgraph = nullptr |
Definition at line 22 of file BKE_scene_runtime.hh.
| CompositorRuntime::~CompositorRuntime | ( | ) |
Definition at line 119 of file scene.cc.
References DEG_graph_free(), and preview_depsgraph.
| Map<bNodeInstanceKey, timeit::Nanoseconds> blender::bke::CompositorRuntime::per_node_execution_time |
Definition at line 26 of file BKE_scene_runtime.hh.
| Depsgraph* blender::bke::CompositorRuntime::preview_depsgraph = nullptr |
Definition at line 32 of file BKE_scene_runtime.hh.
Referenced by blender::ed::space_node::compo_initjob(), memfile_undosys_step_decode(), and ~CompositorRuntime().