|
Blender V5.0
|
#include "BKE_lib_id.hh"#include "NOD_geometry_nodes_bundle.hh"#include "NOD_geometry_nodes_closure.hh"#include "NOD_geometry_nodes_log.hh"#include "BLI_listbase.h"#include "BLI_stack.hh"#include "BLI_string_ref.hh"#include "BLI_string_utf8.h"#include "BKE_anonymous_attribute_id.hh"#include "BKE_compute_context_cache.hh"#include "BKE_compute_contexts.hh"#include "BKE_curves.hh"#include "BKE_geometry_nodes_gizmos_transforms.hh"#include "BKE_grease_pencil.hh"#include "BKE_lib_query.hh"#include "BKE_node_legacy_types.hh"#include "BKE_node_runtime.hh"#include "BKE_node_socket_value.hh"#include "BKE_report.hh"#include "BKE_type_conversions.hh"#include "BKE_volume.hh"#include "BKE_volume_grid.hh"#include "BKE_volume_openvdb.hh"#include "DNA_grease_pencil_types.h"#include "DNA_modifier_types.h"#include "DNA_space_types.h"#include "ED_geometry.hh"#include "ED_node.hh"#include "ED_viewer_path.hh"#include "MOD_nodes.hh"#include "UI_resources.hh"#include "DEG_depsgraph_query.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::geo_eval_log |
Functions | |
| static bool | blender::nodes::geo_eval_log::warning_is_propagated (const NodeWarningPropagation propagation, const NodeWarningType warning_type) |
| static std::optional< uint32_t > | blender::nodes::geo_eval_log::get_original_session_uid (const ID *id) |
| static void | blender::nodes::geo_eval_log::find_tree_zone_hash_recursive (const bNodeTreeZone &zone, bke::ComputeContextCache &compute_context_cache, const ComputeContext *current, Map< const bNodeTreeZone *, ComputeContextHash > &r_hash_by_zone) |
| static GeoNodesLog * | blender::nodes::geo_eval_log::get_root_log (const SpaceNode &snode) |