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:
authorFabian Schempp <fabianschempp@googlemail.com>2021-10-05 00:51:06 +0300
committerFabian Schempp <fabianschempp@googlemail.com>2021-10-05 00:51:06 +0300
commit3e0f60d91e60388afdceb8987440719e1982a27b (patch)
tree239e59b5bd7ca85ba0e9587c047c72ee3052c855
parentdc8bc59e2a96eb95798c39e300f43308e142ba12 (diff)
added missing comment
-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,