|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static PointCloud * | 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 * > | 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_register () |
Variables | |
| static EnumPropertyItem | mode_items [] |
|
static |
Definition at line 83 of file node_geo_merge_by_distance.cc.
References blender::fn::FieldEvaluator::add(), blender::fn::FieldEvaluator::evaluate(), blender::fn::FieldEvaluator::get_evaluated_as_mask(), blender::index_mask::IndexMask::is_empty(), blender::geometry::mesh_merge_by_distance_all(), and Mesh::verts_num.
Referenced by node_geo_exec().
|
static |
Definition at line 70 of file node_geo_merge_by_distance.cc.
References blender::fn::FieldEvaluator::add_with_destination(), blender::Array< T, InlineBufferCapacity, Allocator >::as_mutable_span(), blender::fn::FieldEvaluator::evaluate(), blender::geometry::mesh_merge_by_distance_connected(), and Mesh::verts_num.
Referenced by node_geo_exec().
|
static |
Definition at line 32 of file node_geo_merge_by_distance.cc.
References b, blender::nodes::SocketDeclaration::hide_value, mode_items, blender::nodes::SocketDeclaration::optional_label, PROP_DISTANCE, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 100 of file node_geo_merge_by_distance.cc.
References BLI_assert_unreachable, blender::geometry::foreach_real_geometry(), GEO_NODE_MERGE_BY_DISTANCE_MODE_ALL, GEO_NODE_MERGE_BY_DISTANCE_MODE_CONNECTED, blender::bke::GeometrySet::get_mesh(), blender::bke::GeometrySet::get_pointcloud(), mesh_merge_by_distance_all(), mesh_merge_by_distance_connected(), params, pointcloud_merge_by_distance(), blender::bke::GeometrySet::replace_mesh(), blender::bke::GeometrySet::replace_pointcloud(), and result.
Referenced by node_register().
Definition at line 45 of file node_geo_merge_by_distance.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 136 of file node_geo_merge_by_distance.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_MERGE_BY_DISTANCE, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_init(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 51 of file node_geo_merge_by_distance.cc.
References blender::fn::FieldEvaluator::add(), blender::fn::FieldEvaluator::evaluate(), blender::fn::FieldEvaluator::get_evaluated_as_mask(), blender::index_mask::IndexMask::is_empty(), blender::geometry::point_merge_by_distance(), and PointCloud::totpoint.
Referenced by node_geo_exec().
|
static |
Definition at line 18 of file node_geo_merge_by_distance.cc.
Referenced by node_declare().