Blender
V3.3
|
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) |
|
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().
|
static |
Definition at line 95 of file node_geo_material_selection.cc.
References material, and params.
Referenced by register_node_type_geo_material_selection().
|
static |
Definition at line 23 of file node_geo_material_selection.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), BLI_assert, mask(), Mesh::mat, material, mesh, blender::threading::parallel_for(), blender::MutableSpan< T >::size(), Mesh::totcol, and Mesh::totpoly.
Referenced by blender::nodes::node_geo_material_selection_cc::MaterialSelectionFieldInput::get_varray_for_context().