|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | set_id_in_component (GeometryComponent &component, const Field< bool > &selection_field, const Field< int > &id_field) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 9 of file node_geo_set_id.cc.
References b, blender::nodes::SocketDeclaration::hide_value, and NODE_DEFAULT_INPUT_INDEX_FIELD.
Referenced by node_register().
|
static |
Definition at line 37 of file node_geo_set_id.cc.
References blender::bke::GeometrySet::get_component_for_write(), blender::bke::GeometrySet::has(), params, and set_id_in_component().
Referenced by node_register().
|
static |
Definition at line 56 of file node_geo_set_id.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_SET_ID, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 19 of file node_geo_set_id.cc.
References blender::bke::GeometryComponent::attribute_domain_size(), blender::bke::GeometryComponent::attributes_for_write(), blender::bke::try_capture_field_on_geometry(), and blender::bke::GeometryComponent::type().
Referenced by node_geo_exec().