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>2020-06-10 16:01:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-10 16:01:57 +0300
commit044b824c9d4e718391fcb69ac226b61a4638c42a (patch)
treead293a9296662367c48bbc0bd23765800268c7a3 /source/blender/editors/metaball
parenteda58c47b88ee32f8eea902d290b61a4d1d27a17 (diff)
Cleanup: remove unused MBALL_NOSEL flag
Diffstat (limited to 'source/blender/editors/metaball')
-rw-r--r--source/blender/editors/metaball/mball_edit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/metaball/mball_edit.c b/source/blender/editors/metaball/mball_edit.c
index 9386c466f95..a25175510cd 100644
--- a/source/blender/editors/metaball/mball_edit.c
+++ b/source/blender/editors/metaball/mball_edit.c
@@ -734,9 +734,6 @@ bool ED_mball_select_pick(bContext *C, const int mval[2], bool extend, bool dese
if (hitresult == -1) {
continue;
}
- else if (hitresult & MBALL_NOSEL) {
- continue;
- }
const uint hit_object = hitresult & 0xFFFF;
if (vc.obedit->runtime.select_id != hit_object) {