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:
authorCampbell Barton <ideasman42@gmail.com>2019-10-24 10:15:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-24 10:15:08 +0300
commitbf3c382c47aed19511ac5d3e8773e28a8caebf25 (patch)
tree8f7182501f9a2b2b11c231334056b4560f2df229 /source/blender/editors/mesh/editmesh_tools.c
parent1afdea624c963b46099d1a5db8d0ebcc48f675c5 (diff)
Cleanup: comments, formatting
Diffstat (limited to 'source/blender/editors/mesh/editmesh_tools.c')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index 7252488a303..a1232347516 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -3887,6 +3887,7 @@ enum {
MESH_SEPARATE_LOOSE = 2,
};
+/** TODO: Use #mesh_separate_arrays since it's more efficient. */
static Base *mesh_separate_tagged(
Main *bmain, Scene *scene, ViewLayer *view_layer, Base *base_old, BMesh *bm_old)
{