Blender  V3.3
Functions
blender::nodes::node_geo_edge_split_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static Meshmesh_edge_split (const Mesh &mesh, const IndexMask selection)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ mesh_edge_split()

static Mesh* blender::nodes::node_geo_edge_split_cc::mesh_edge_split ( const Mesh mesh,
const IndexMask  selection 
)
static

◆ node_declare()

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

Definition at line 13 of file node_geo_edge_split.cc.

References usdtokens::b(), GEO_COMPONENT_TYPE_MESH, and N_.

Referenced by register_node_type_geo_edge_split().

◆ node_geo_exec()

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