|
Blender V4.3
|
#include "NOD_geometry_nodes_lazy_function.hh"#include "NOD_geometry_nodes_log.hh"#include "BKE_compute_contexts.hh"#include "BKE_curves.hh"#include "BKE_geometry_nodes_gizmos_transforms.hh"#include "BKE_node_runtime.hh"#include "BKE_node_socket_value.hh"#include "BKE_type_conversions.hh"#include "BKE_volume.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"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 void | blender::nodes::geo_eval_log::find_tree_zone_hash_recursive (const bNodeTreeZone &zone, ComputeContextBuilder &compute_context_builder, Map< const bNodeTreeZone *, ComputeContextHash > &r_hash_by_zone) |
| int | blender::nodes::geo_eval_log::node_warning_type_icon (const NodeWarningType type) |
| int | blender::nodes::geo_eval_log::node_warning_type_severity (const NodeWarningType type) |