Blender V4.3
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_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
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_rna (StructRNA *srna)
 
static void blender::nodes::node_geo_merge_by_distance_cc::node_register ()