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>2016-01-04 07:03:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-04 07:03:18 +0300
commit193b38cc4776298feccd8eb6e47daa820b3b9e68 (patch)
tree764978c9f24c7c3f737659fadccf2b858d0e4288 /source/blender/editors/mesh/mesh_intern.h
parent2e77c413ab3cdc5880c99ba14436d56f8280d3fb (diff)
Remove select-next-loop operator
Taken from original bmesh-branch but doesn't give useful results (misses selection flushing).
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index 13ac0f6770d..08b4d1aee45 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -161,7 +161,6 @@ void MESH_OT_select_non_manifold(struct wmOperatorType *ot);
void MESH_OT_select_random(struct wmOperatorType *ot);
void MESH_OT_select_ungrouped(struct wmOperatorType *ot);
void MESH_OT_select_axis(struct wmOperatorType *ot);
-void MESH_OT_select_next_loop(struct wmOperatorType *ot);
void MESH_OT_region_to_loop(struct wmOperatorType *ot);
void MESH_OT_loop_to_region(struct wmOperatorType *ot);
void MESH_OT_shortest_path_select(struct wmOperatorType *ot);