Blender V4.3
blender::bke::CompositorRuntime Class Reference

#include <BKE_scene_runtime.hh>

Public Member Functions

 ~CompositorRuntime ()
 

Public Attributes

Map< bNodeInstanceKey, timeit::Nanosecondsper_node_execution_time
 
Depsgraph * preview_depsgraph = nullptr
 

Detailed Description

Definition at line 16 of file BKE_scene_runtime.hh.

Constructor & Destructor Documentation

◆ ~CompositorRuntime()

CompositorRuntime::~CompositorRuntime ( )

Definition at line 113 of file scene.cc.

References DEG_graph_free(), and preview_depsgraph.

Member Data Documentation

◆ per_node_execution_time

Map<bNodeInstanceKey, timeit::Nanoseconds> blender::bke::CompositorRuntime::per_node_execution_time

Definition at line 20 of file BKE_scene_runtime.hh.

◆ preview_depsgraph

Depsgraph* blender::bke::CompositorRuntime::preview_depsgraph = nullptr

The documentation for this class was generated from the following files: