blender/release/scripts/modules
Antony Riakiotakis 9fcc1a32df Pie menus: Confirm threshold
This commit adds a confirm threshold property to pie menus.

Basically, this will confirm the pie menu automatically when
the distance from the center of the pie exceeds that threshold without
a need to release the pie button.

The confirm threshold will only work if it is larger than the pie
threshold.

The confirmation actually occur when the mouse stops moving, to
allow multiple pie menus to be better linked together, (see below)

This functionality also facilitates the ability for chained pie menus by
dragging. Basically, a pie menu item can be a call_menu_pie operator and
the new pie menu will still use the original pie menu release event for
confirmation. This should allow for quick, gesture based navigation in
pie menu hierarchies (going back in the hierarchy is still not supported
though)

There will be a demonstration pie in the official add-on soon
2014-10-13 14:35:41 +02:00
..
bl_i18n_utils Cleanup: pep8 2014-09-17 18:36:17 +10:00
bpy Correct docstrings 2014-08-26 10:57:21 +10:00
bpy_extras Fix T41902: Flipped persp/ortho region_2d_to_vector_3d 2014-09-22 11:11:45 +10:00
console Cleanup: use static sets where possible 2014-09-18 17:45:31 +10:00
addon_utils.py Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
animsys_refactor.py Fix T39806: Koro rig (Caminandes) wrong in master, worked in 270(a). 2014-04-28 13:26:01 +02:00
blend_render_info.py Maintenance: Shebang lines fix for some python scripts 2013-11-18 20:41:22 +11:00
bpy_restrict_state.py style cleanup 2013-01-15 23:15:32 +00:00
bpy_types.py Pie menus: Confirm threshold 2014-10-13 14:35:41 +02:00
bpyml_ui.py Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:02:41 +00:00
bpyml.py style cleanup: pep8 2012-10-08 08:28:05 +00:00
console_python.py disable auto indent when pasting text into the python console. 2013-05-24 01:04:37 +00:00
console_shell.py update console shell for changes in api 2013-12-29 00:51:51 +11:00
graphviz_export.py style cleanup 2012-06-19 22:17:19 +00:00
keyingsets_utils.py py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it. 2011-07-31 03:15:37 +00:00
nodeitems_utils.py Use toolbar tabs for node categories instead of just a long list of 2014-06-23 16:37:41 +02:00
rna_info.py Code Cleanup: style, spelling and pep8 edits 2013-11-20 03:40:10 +11:00
rna_keymap_ui.py Code cleanup: unused python vars & imports 2014-04-25 05:36:16 +10:00
rna_prop_ui.py Cleanup: pep8 & redundant vars 2014-07-22 12:03:15 +10:00
rna_xml.py Cleanup: pep8 2014-09-17 18:36:17 +10:00
sys_info.py Add debug information for maximum opengl limits in system info 2014-08-28 12:19:59 +02:00