blender/release/scripts/modules
Campbell Barton f5080c82dd Keymap: disable 'repeat' by default for keymap items
In practice, there are only a limited number of operations we need to
use repeat such as navigation, stepping operations that cycle states
and text input.

Now we don't need to disable repeat explicitly when a modal operator
uses checks for a key being held as was needed for 17cb2a6da0c88.

Repeat is now included in exported keymaps.

Use versioning so existing exported keymaps are loaded properly.
2020-10-22 12:29:45 +11:00
..
bl_app_override Fix bl_app_override keyword argument use 2019-09-16 04:31:22 +10:00
bl_i18n_utils UI messages fixes... 2020-10-06 10:38:21 +02:00
bl_keymap_utils Keymap: disable 'repeat' by default for keymap items 2020-10-22 12:29:45 +11:00
bl_previews_utils Batch previews: improve speed of preview generation. 2020-10-06 16:52:09 +02:00
bl_ui_utils Cleanup: use percentage formatting 2020-06-26 12:33:19 +10:00
bpy Cleanup: use '_' prefix for internal bpy.ops variables 2020-10-08 17:55:17 +11:00
bpy_extras Cleanup: pep8, blank lines 2020-10-02 11:59:16 +10:00
console Cleanup: use raw-strings for regex in console completion 2020-10-02 11:59:16 +10:00
gpu_extras Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
addon_utils.py Fix T80650: Malformed bl_info header causes empty add-on listing 2020-09-10 16:39:52 +10:00
animsys_refactor.py Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
bl_app_template_utils.py Fix app-template warning disabling a template without a Python module 2020-06-03 14:46:52 +10:00
blend_render_info.py Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-03 16:55:01 +02:00
bpy_restrict_state.py RNA: naming, user-preferences -> preferences 2018-12-21 12:55:02 +11:00
bpy_types.py Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
console_python.py Console: remove shortcuts from console splash 2019-11-29 01:42:08 +11:00
console_shell.py Cleanup: unused args/vars/imports in modules 2019-05-09 13:11:36 +10:00
graphviz_export.py Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
keyingsets_utils.py Cleanup: spelling 2019-08-12 01:10:43 +10:00
nodeitems_utils.py UI: Only draw node menu search if categories exist 2020-08-17 13:43:19 +02:00
rna_info.py Cleanup: line length, single quote enums, invalid URL 2020-05-29 12:45:46 +10:00
rna_keymap_ui.py Fix T77743: Number pad key-map items missing from search 2020-06-23 17:55:36 +10:00
rna_manual_reference.py UI: Changes to Viewport Display UI of Volume Object and Fluid 2020-10-05 23:12:48 +05:30
rna_prop_ui.py Fix IDProps definition still being editable in liboverrides. 2020-08-18 12:43:42 +02:00
rna_xml.py Fix invalid exception used in 'rna_xml' 2020-01-30 11:50:09 +11:00
sys_info.py Include file system encoding in 'System Info' operator 2020-03-07 11:53:14 +11:00