From e88e80a6a0c8976ac2d245c274ca5a0388736743 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 14 Aug 2018 10:28:41 +1000 Subject: 3D View boarder/lasso select tool options Add tool options to control how select operates (add/sub/set/and/xor). Note: edit mode armature select still needs to support all options, this is complicated by how it handles partial end-point selection. --- source/blender/editors/metaball/mball_edit.c | 1 + source/blender/editors/metaball/mball_ops.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source/blender/editors/metaball') diff --git a/source/blender/editors/metaball/mball_edit.c b/source/blender/editors/metaball/mball_edit.c index 1ae122a3801..06add39d90f 100644 --- a/source/blender/editors/metaball/mball_edit.c +++ b/source/blender/editors/metaball/mball_edit.c @@ -55,6 +55,7 @@ #include "ED_mball.h" #include "ED_screen.h" +#include "ED_select_utils.h" #include "ED_view3d.h" #include "WM_api.h" diff --git a/source/blender/editors/metaball/mball_ops.c b/source/blender/editors/metaball/mball_ops.c index ab7098eeb53..09d1b3a3ed8 100644 --- a/source/blender/editors/metaball/mball_ops.c +++ b/source/blender/editors/metaball/mball_ops.c @@ -37,6 +37,7 @@ #include "ED_mball.h" #include "ED_screen.h" +#include "ED_select_utils.h" #include "ED_object.h" #include "mball_intern.h" -- cgit v1.2.3