|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| 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_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 77 of file node_geo_merge_by_distance.cc.
References blender::fn::FieldEvaluator::add(), mesh, and blender::geometry::mesh_merge_by_distance_all().
Referenced by node_geo_exec().
|
static |
Definition at line 64 of file node_geo_merge_by_distance.cc.
References blender::fn::FieldEvaluator::add_with_destination(), mesh, blender::geometry::mesh_merge_by_distance_connected(), and selection.
Referenced by node_geo_exec().
|
static |
Definition at line 22 of file node_geo_merge_by_distance.cc.
References b, blender::nodes::SocketDeclaration::hide_value, blender::bke::GeometryComponent::Mesh, blender::bke::GeometryComponent::PointCloud, PROP_DISTANCE, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 94 of file node_geo_merge_by_distance.cc.
References BLI_assert_unreachable, 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(), NodeGeometryMergeByDistance::mode, blender::bke::GeometrySet::modify_geometry_sets(), params, pointcloud_merge_by_distance(), blender::bke::GeometrySet::replace_mesh(), blender::bke::GeometrySet::replace_pointcloud(), and result.
Referenced by node_register().
|
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().
|
static |
Definition at line 31 of file node_geo_merge_by_distance.cc.
References ptr, UI_ITEM_NONE, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 158 of file node_geo_merge_by_distance.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 133 of file node_geo_merge_by_distance.cc.
References GEO_NODE_MERGE_BY_DISTANCE_MODE_ALL, GEO_NODE_MERGE_BY_DISTANCE_MODE_CONNECTED, NOD_storage_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().
|
static |
Definition at line 45 of file node_geo_merge_by_distance.cc.
References blender::geometry::point_merge_by_distance(), and PointCloud::totpoint.
Referenced by node_geo_exec().