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/physics/physics_ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/physics/physics_ops.c') diff --git a/source/blender/editors/physics/physics_ops.c b/source/blender/editors/physics/physics_ops.c index a1a61b08dc9..a41033bf47d 100644 --- a/source/blender/editors/physics/physics_ops.c +++ b/source/blender/editors/physics/physics_ops.c @@ -34,6 +34,7 @@ #include "WM_api.h" #include "WM_types.h" +#include "ED_select_utils.h" #include "ED_physics.h" #include "ED_object.h" -- cgit v1.2.3