Blender  V3.3
Classes | Functions
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_selection)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ edge_paths_to_selection()

static 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_selection 
)
static

◆ node_declare()

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

◆ node_geo_exec()

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