Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/NOD_geometry_nodes_eval_log.hh
| Show All 16 Lines | |||||
| */ | */ | ||||
| #include "BLI_enumerable_thread_specific.hh" | #include "BLI_enumerable_thread_specific.hh" | ||||
| #include "BLI_function_ref.hh" | #include "BLI_function_ref.hh" | ||||
| #include "BLI_generic_pointer.hh" | #include "BLI_generic_pointer.hh" | ||||
| #include "BLI_linear_allocator.hh" | #include "BLI_linear_allocator.hh" | ||||
| #include "BLI_map.hh" | #include "BLI_map.hh" | ||||
| #include "BKE_geometry_set.hh" | #include "BKE_geometry_fields.hh" | ||||
| #include "NOD_derived_node_tree.hh" | #include "NOD_derived_node_tree.hh" | ||||
| #include "FN_field.hh" | |||||
| #include <chrono> | #include <chrono> | ||||
| struct SpaceNode; | struct SpaceNode; | ||||
| struct SpaceSpreadsheet; | struct SpaceSpreadsheet; | ||||
| namespace blender::nodes::geometry_nodes_eval_log { | namespace blender::nodes::geometry_nodes_eval_log { | ||||
| /** Contains information about a value that has been computed during geometry nodes evaluation. */ | /** Contains information about a value that has been computed during geometry nodes evaluation. */ | ||||
| ▲ Show 20 Lines • Show All 341 Lines • Show Last 20 Lines | |||||