|
Blender V4.3
|
#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 16 of file BKE_scene_runtime.hh.
| CompositorRuntime::~CompositorRuntime | ( | ) |
Definition at line 113 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 20 of file BKE_scene_runtime.hh.
| Depsgraph* blender::bke::CompositorRuntime::preview_depsgraph = nullptr |
Definition at line 26 of file BKE_scene_runtime.hh.
Referenced by blender::ed::space_node::compo_initjob(), and ~CompositorRuntime().