Blender V4.3
CompositorRuntime Class Reference

#include <BKE_scene_runtime.hh>

Public Member Functions

 ~CompositorRuntime ()

Public Attributes

Map< bNodeInstanceKey, timeit::Nanoseconds > per_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.

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

Definition at line 26 of file BKE_scene_runtime.hh.


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