|
Blender V4.3
|
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 blender::nodes::implicit_field_inputs::index().
Referenced by node_register().
|
static |
Definition at line 55 of file node_geo_set_id.cc.
References blender::bke::GeometryComponent::Curve, blender::bke::GeometrySet::get_component_for_write(), blender::bke::GeometrySet::has(), blender::bke::GeometryComponent::Instance, blender::bke::GeometryComponent::Mesh, params, blender::bke::GeometryComponent::PointCloud, and set_id_in_component().
Referenced by node_register().
|
static |
Definition at line 74 of file node_geo_set_id.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 17 of file node_geo_set_id.cc.
References blender::bke::GeometryComponent::attribute_domain_size(), blender::bke::GeometryComponent::attributes_for_write(), blender::bke::AttributeWriter< T >::finish(), blender::bke::GeometryComponent::Instance, blender::VArrayCommon< T >::materialize(), blender::fn::FieldEvaluator::set_selection(), blender::bke::GeometryComponent::type(), and blender::bke::AttributeWriter< T >::varray.
Referenced by node_geo_exec().