Go to the source code of this file.
|
| 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 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 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 () |
| |