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>2018-08-10 14:04:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-10 14:04:06 +0300
commit98c304e865f87a658778781f4280107ed449091c (patch)
tree2fa2082396992d640a98e57ed2e343436b0725fb /source/blender/editors/gizmo_library/CMakeLists.txt
parente18a2c4ed7b311fef620ac8faa09c9ce1490abc7 (diff)
Gizmo: add option to catch all mouse clicks
This was previously default behavior, now it's default.
Diffstat (limited to 'source/blender/editors/gizmo_library/CMakeLists.txt')
-rw-r--r--source/blender/editors/gizmo_library/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/gizmo_library/CMakeLists.txt b/source/blender/editors/gizmo_library/CMakeLists.txt
index 389820240e2..e1ea5c22ce5 100644
--- a/source/blender/editors/gizmo_library/CMakeLists.txt
+++ b/source/blender/editors/gizmo_library/CMakeLists.txt
@@ -47,6 +47,7 @@ set(SRC
geometry/geom_dial_gizmo.c
gizmo_types/arrow2d_gizmo.c
gizmo_types/arrow3d_gizmo.c
+ gizmo_types/blank3d_gizmo.c
gizmo_types/button2d_gizmo.c
gizmo_types/cage2d_gizmo.c
gizmo_types/cage3d_gizmo.c