|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | replace_materials (MutableSpan< Material * > materials, Material *src_material, Material *dst_material) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 13 of file node_geo_material_replace.cc.
References b, BLT_I18NCONTEXT_ID_MATERIAL, blender::bke::GeometryComponent::GreasePencil, and blender::bke::GeometryComponent::Mesh.
Referenced by node_register().
|
static |
Definition at line 33 of file node_geo_material_replace.cc.
References blender::bke::GeometrySet::modify_geometry_sets(), params, and replace_materials().
Referenced by node_register().
|
static |
Definition at line 54 of file node_geo_material_replace.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_replace.cc.
Referenced by node_geo_exec().