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-10-18 04:30:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-18 04:36:39 +0300
commit678c2003097d4a5f2def4e8a6f014420ad609d6e (patch)
tree26ebb486f80289bcb7384772dc3db3bbc2f67239 /source/blender/makesdna/DNA_scene_types.h
parent4c1250570bb0cb5db00a8b739482ed0cab948a47 (diff)
Gizmo: remove 'Click Anywhere' option
Having an invisible gizmo caused event handling problems (see: T56603). This is hard to avoid since gizmos are similar to buttons in the way they have priority over the regular keymap. Transform events use tweak so events to fall though to the general view 3d keymap (for cursor placement for eg).
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 15e8f950686..ad38c7cfcdf 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -2074,8 +2074,6 @@ enum {
SCE_GIZMO_SHOW_TRANSLATE = (1 << 0),
SCE_GIZMO_SHOW_ROTATE = (1 << 1),
SCE_GIZMO_SHOW_SCALE = (1 << 2),
-
- SCE_GIZMO_DISABLE_APRON = (1 << 3),
};
/* ToolSettings.gpencil_flags */