|
Blender V4.3
|
Classes | |
| class | MaterialSelectionFieldInput |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static VArray< bool > | select_by_material (const Span< Material * > materials, const Material *material, const AttributeAccessor &attributes, const AttrDomain domain, const IndexMask &domain_mask) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 16 of file node_geo_material_selection.cc.
References b.
Referenced by node_register().
|
static |
Definition at line 153 of file node_geo_material_selection.cc.
References params.
Referenced by node_register().
|
static |
Definition at line 160 of file node_geo_material_selection.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), and blender::bke::node_register_type().
|
static |
Definition at line 22 of file node_geo_material_selection.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::Vector< T, InlineBufferCapacity, Allocator >::contains(), blender::VArray< T >::ForContainer(), blender::index_mask::IndexMask::foreach_index_optimized(), blender::VArray< T >::ForSingle(), blender::VArrayCommon< T >::get_if_single(), blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), and blender::index_mask::IndexMask::min_array_size().
Referenced by blender::nodes::node_geo_material_selection_cc::MaterialSelectionFieldInput::get_varray_for_context().