[Bf-extensions-cvs] [435ccc5] master: official pies: fix shift/a bug report by sebastian__k in irc

meta-androcto noreply at git.blender.org
Thu Sep 1 14:35:12 CEST 2016


Commit: 435ccc520541918ad3bb14184248c1ebd842a7cd
Author: meta-androcto
Date:   Thu Sep 1 22:34:45 2016 +1000
Branches: master
https://developer.blender.org/rBA435ccc520541918ad3bb14184248c1ebd842a7cd

official pies: fix shift/a bug report by sebastian__k in irc

===================================================================

M	pie_menus_official/pie_clip_marker_of.py

===================================================================

diff --git a/pie_menus_official/pie_clip_marker_of.py b/pie_menus_official/pie_clip_marker_of.py
index 924adc3..32bee50 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))



More information about the Bf-extensions-cvs mailing list