Blender
V3.3
|
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static void | geometry_set_points_to_vertices (GeometrySet &geometry_set, Field< bool > &selection_field) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 22 of file node_geo_points_to_vertices.cc.
References ATTR_DOMAIN_POINT, GeometryComponent::attribute_domain_size(), PointCloudComponent::attributes(), MeshComponent::attributes_for_write(), BKE_mesh_new_nomain(), blender::GMutableSpan::data(), blender::bke::domain_num(), blender::bke::GSpanAttributeWriter::finish(), GeometrySet::gather_attributes_for_propagation(), GEO_COMPONENT_TYPE_MESH, GEO_COMPONENT_TYPE_POINT_CLOUD, GeometrySet::get_component_for_read(), GeometrySet::get_component_for_write(), blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::items(), GeometrySet::keep_only_during_modify(), mesh, GeometrySet::remove_geometry_during_modify(), GeometrySet::replace_mesh(), blender::IndexMask::size(), blender::bke::GSpanAttributeWriter::span, and src.
Referenced by node_geo_exec().
|
static |
Definition at line 14 of file node_geo_points_to_vertices.cc.
References usdtokens::b(), GEO_COMPONENT_TYPE_POINT_CLOUD, and N_.
Referenced by register_node_type_geo_points_to_vertices().
|
static |
Definition at line 69 of file node_geo_points_to_vertices.cc.
References geometry_set_points_to_vertices(), GeometrySet::modify_geometry_sets(), and params.
Referenced by register_node_type_geo_points_to_vertices().