|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | geometry_set_points_to_vertices (GeometrySet &geometry_set, Field< bool > &selection_field, const AttributeFilter &attribute_filter) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 24 of file node_geo_points_to_vertices.cc.
References blender::bke::MutableAttributeAccessor::add(), blender::fn::FieldEvaluator::add(), BKE_mesh_new_nomain(), CustomData_free_layer_named(), blender::GSpan::data(), blender::bke::GSpanAttributeWriter::finish(), blender::array_utils::gather(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::GVArrayCommon::get_internal_span(), blender::bke::GeometrySet::get_pointcloud(), init(), blender::GVArrayCommon::is_span(), blender::bke::GeometrySet::keep_only_during_modify(), blender::bke::AttributeAccessor::lookup(), blender::bke::MutableAttributeAccessor::lookup_or_add_for_write_only_span(), blender::bke::GeometryComponent::Mesh, mesh, blender::bke::GeometryComponent::PointCloud, blender::bke::GeometrySet::remove_geometry_during_modify(), blender::bke::GeometrySet::replace_mesh(), blender::bke::GAttributeReader::sharing_info, blender::bke::GSpanAttributeWriter::span, and blender::bke::GAttributeReader::varray.
Referenced by node_geo_exec().
|
static |
Definition at line 16 of file node_geo_points_to_vertices.cc.
References b, blender::nodes::SocketDeclaration::hide_value, and blender::bke::GeometryComponent::PointCloud.
Referenced by node_register().
|
static |
Definition at line 89 of file node_geo_points_to_vertices.cc.
References geometry_set_points_to_vertices(), blender::bke::GeometrySet::modify_geometry_sets(), and params.
Referenced by node_register().
|
static |
Definition at line 102 of file node_geo_points_to_vertices.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().