Blender  V3.3
Classes | Functions
blender::nodes::node_geo_material_selection_cc Namespace Reference

Classes

class  MaterialSelectionFieldInput
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void select_mesh_by_material (const Mesh &mesh, const Material *material, const IndexMask mask, const MutableSpan< bool > r_selection)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ node_declare()

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

Definition at line 17 of file node_geo_material_selection.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_geo_material_selection().

◆ node_geo_exec()

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

Definition at line 95 of file node_geo_material_selection.cc.

References material, and params.

Referenced by register_node_type_geo_material_selection().

◆ select_mesh_by_material()

static void blender::nodes::node_geo_material_selection_cc::select_mesh_by_material ( const Mesh mesh,
const Material material,
const IndexMask  mask,
const MutableSpan< bool r_selection 
)
static