Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/geometry/GEO_mesh_merge_by_distance.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/geometry/GEO_mesh_merge_by_distance.hh b/source/blender/geometry/GEO_mesh_merge_by_distance.hh
index 45f136d40a4..3bf32b01e2e 100644
--- a/source/blender/geometry/GEO_mesh_merge_by_distance.hh
+++ b/source/blender/geometry/GEO_mesh_merge_by_distance.hh
@@ -24,6 +24,7 @@
namespace blender::geometry {
+/* Weld mode is only used when welding mesh data. */
enum class WeldMode {
all = 0,
connected = 1,