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/space_api
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/space_api')
-rw-r--r--source/blender/editors/space_api/spacetypes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index 7246812dc82..84de55a172d 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -136,6 +136,7 @@ void ED_spacetypes_init(void)
ED_gizmotypes_arrow_2d();
ED_gizmotypes_arrow_3d();
ED_gizmotypes_primitive_3d();
+ ED_gizmotypes_blank_3d();
ED_gizmotypes_cage_2d();
ED_gizmotypes_cage_3d();