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>2013-10-25 09:17:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-25 09:17:55 +0400
commitd78899dafbcbb05196e76541b7a584c37b04a571 (patch)
treec14b5e6f7aed343b4bdcac437d46929f50f89c2e /source/blender/editors/metaball/mball_intern.h
parent451b60f1a39e496b49dc392650ddc554ff77b722 (diff)
patch [#30689] select similar for metaballs
from Cyrille Ruggero (kalado) with some edits.
Diffstat (limited to 'source/blender/editors/metaball/mball_intern.h')
-rw-r--r--source/blender/editors/metaball/mball_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/metaball/mball_intern.h b/source/blender/editors/metaball/mball_intern.h
index 0329f8e5bfa..24a4ea86d87 100644
--- a/source/blender/editors/metaball/mball_intern.h
+++ b/source/blender/editors/metaball/mball_intern.h
@@ -43,6 +43,7 @@ void MBALL_OT_delete_metaelems(struct wmOperatorType *ot);
void MBALL_OT_duplicate_metaelems(struct wmOperatorType *ot);
void MBALL_OT_select_all(struct wmOperatorType *ot);
+void MBALL_OT_select_similar(struct wmOperatorType *ot);
void MBALL_OT_select_random_metaelems(struct wmOperatorType *ot);
#endif