Blender V4.5
blender::nodes::node_geo_set_material_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void assign_material_to_id_geometry (ID *id, const fn::FieldContext &field_context, const Field< bool > &selection_field, MutableAttributeAccessor &attributes, const AttrDomain domain, Material *material)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ assign_material_to_id_geometry()

◆ node_declare()

void blender::nodes::node_geo_set_material_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 18 of file node_geo_set_material.cc.

References b, and blender::nodes::SocketDeclaration::hide_value.

Referenced by node_register().

◆ node_geo_exec()

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

◆ node_register()