Blender V5.0
node_geo_merge_by_distance.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_geo_merge_by_distance_cc

Functions

static void blender::nodes::node_geo_merge_by_distance_cc::node_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_geo_merge_by_distance_cc::node_init (bNodeTree *, bNode *node)
static PointCloudblender::nodes::node_geo_merge_by_distance_cc::pointcloud_merge_by_distance (const PointCloud &src_points, const float merge_distance, const Field< bool > &selection_field, const AttributeFilter &attribute_filter)
static std::optional< Mesh * > blender::nodes::node_geo_merge_by_distance_cc::mesh_merge_by_distance_connected (const Mesh &mesh, const float merge_distance, const Field< bool > &selection_field)
static std::optional< Mesh * > blender::nodes::node_geo_merge_by_distance_cc::mesh_merge_by_distance_all (const Mesh &mesh, const float merge_distance, const Field< bool > &selection_field)
static void blender::nodes::node_geo_merge_by_distance_cc::node_geo_exec (GeoNodeExecParams params)
static void blender::nodes::node_geo_merge_by_distance_cc::node_register ()

Variables

static EnumPropertyItem blender::nodes::node_geo_merge_by_distance_cc::mode_items []