Blender V4.3
blender::nodes::node_geo_merge_by_distance_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_init (bNodeTree *, bNode *node)
 
static PointCloudpointcloud_merge_by_distance (const PointCloud &src_points, const float merge_distance, const Field< bool > &selection_field, const AttributeFilter &attribute_filter)
 
static std::optional< Mesh * > mesh_merge_by_distance_connected (const Mesh &mesh, const float merge_distance, const Field< bool > &selection_field)
 
static std::optional< Mesh * > mesh_merge_by_distance_all (const Mesh &mesh, const float merge_distance, const Field< bool > &selection_field)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ mesh_merge_by_distance_all()

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

◆ mesh_merge_by_distance_connected()

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

◆ node_declare()

◆ node_geo_exec()

◆ node_init()

static void blender::nodes::node_geo_merge_by_distance_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 38 of file node_geo_merge_by_distance.cc.

References data, and GEO_NODE_MERGE_BY_DISTANCE_MODE_ALL.

Referenced by node_register().

◆ node_layout()

static void blender::nodes::node_geo_merge_by_distance_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

◆ node_register()

◆ node_rna()

static void blender::nodes::node_geo_merge_by_distance_cc::node_rna ( StructRNA * srna)
static

◆ pointcloud_merge_by_distance()

static PointCloud * blender::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