Blender V5.0
blender::nodes::node_geo_edge_paths_to_selection_cc Namespace Reference

Classes

class  PathToEdgeSelectionFieldInput

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void edge_paths_to_selection (const Mesh &src_mesh, const IndexMask &start_selection, const Span< int > next_indices, MutableSpan< bool > r_edge_selection)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ edge_paths_to_selection()

void blender::nodes::node_geo_edge_paths_to_selection_cc::edge_paths_to_selection ( const Mesh & src_mesh,
const IndexMask & start_selection,
const Span< int > next_indices,
MutableSpan< bool > r_edge_selection )
static

◆ node_declare()

void blender::nodes::node_geo_edge_paths_to_selection_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 13 of file node_geo_edge_paths_to_selection.cc.

References b, and blender::nodes::SocketDeclaration::hide_value.

Referenced by node_register().

◆ node_geo_exec()

void blender::nodes::node_geo_edge_paths_to_selection_cc::node_geo_exec ( GeoNodeExecParams params)
static

Definition at line 118 of file node_geo_edge_paths_to_selection.cc.

References node_geo_exec(), and params.

Referenced by node_geo_exec(), and node_register().

◆ node_register()