|
Blender V5.0
|
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 28 of file node_geo_points_to_vertices.cc.
References blender::bke::MutableAttributeAccessor::add(), blender::fn::FieldEvaluator::add(), Geometry::attributes, BKE_mesh_new_nomain(), CustomData_free_layer_named(), blender::GSpan::data(), blender::fn::FieldEvaluator::evaluate(), blender::bke::GSpanAttributeWriter::finish(), blender::array_utils::gather(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::fn::FieldEvaluator::get_evaluated_as_mask(), blender::GVArrayCommon::get_internal_span(), blender::bke::GeometrySet::get_pointcloud(), i, init(), init(), blender::GVArrayCommon::is_span(), blender::bke::GeometrySet::keep_only(), blender::bke::GeometrySet::GatheredAttributes::kinds, blender::bke::AttributeAccessor::lookup(), blender::bke::MutableAttributeAccessor::lookup_or_add_for_write_only_span(), blender::bke::GeometrySet::GatheredAttributes::names, blender::bke::GeometrySet::replace_mesh(), blender::bke::GAttributeReader::sharing_info, blender::index_mask::IndexMask::size(), blender::bke::GSpanAttributeWriter::span, PointCloud::totpoint, blender::bke::GAttributeReader::varray, Mesh::vert_data, and Mesh::verts_num.
Referenced by node_geo_exec().
|
static |
Definition at line 18 of file node_geo_points_to_vertices.cc.
References b, blender::nodes::SocketDeclaration::description, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 93 of file node_geo_points_to_vertices.cc.
References blender::geometry::foreach_real_geometry(), geometry_set_points_to_vertices(), and params.
Referenced by node_register().
|
static |
Definition at line 106 of file node_geo_points_to_vertices.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_POINTS_TO_VERTICES, 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.