Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2016-09-01 15:34:45 +0300
committermeta-androcto <meta.androcto1@gmail.com>2016-09-01 15:34:45 +0300
commit435ccc520541918ad3bb14184248c1ebd842a7cd (patch)
tree070cbc316d936bbcc7ebacf2aeeb7a00dbf4b69e
parent3b719f3f88f28fb61b982022774e124bbfb8d297 (diff)
official pies: fix shift/a bug report by sebastian__k in irc
-rw-r--r--pie_menus_official/pie_clip_marker_of.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pie_menus_official/pie_clip_marker_of.py b/pie_menus_official/pie_clip_marker_of.py
index 924adc3d..32bee503 100644
--- a/pie_menus_official/pie_clip_marker_of.py
+++ b/pie_menus_official/pie_clip_marker_of.py
@@ -290,8 +290,6 @@ def register():
kmi.properties.name = "CLIP_PIE_reconstruction_pie"
addon_keymaps.append((km, kmi))
- km = wm.keyconfigs.addon.keymaps.new(name="Frames")
-
kmi = km.keymap_items.new("wm.call_menu_pie", 'A', 'PRESS', shift=True)
kmi.properties.name = "CLIP_PIE_timecontrol_pie"
addon_keymaps.append((km, kmi))