|
Blender V5.0
|
#include <BKE_node_runtime.hh>
Public Attributes | |
| Mutex | mutex |
| Map< int, std::string > | graph_by_zone_id |
Definition at line 104 of file BKE_node_runtime.hh.
| Map<int, std::string> blender::bke::LoggedZoneGraphs::graph_by_zone_id |
Technically there can be more than one graph per zone because the zone can be invoked in different contexts. However, for the purpose of logging here, we only need one at a time anyway.
Definition at line 111 of file BKE_node_runtime.hh.
| Mutex blender::bke::LoggedZoneGraphs::mutex |
Definition at line 105 of file BKE_node_runtime.hh.