diff --git a/user_keybinds.py b/user_keybinds.py index 3408ebc..16a6765 100644 --- a/user_keybinds.py +++ b/user_keybinds.py @@ -16,11 +16,12 @@ def _return_func(): if fx.prefs["KMFX.Disable KMFX Keybinds"] is False: - # start reshape override # - fx.unbind("r") - fx.viewer.setToolBind("Reshape", "") - fx.bind("r", callMethod(fx.actions["KMFXreshapeOverride"].execute)) - # end reshape override # + if fx.prefs["KMFX_Load.Reshape Tool Override"] is True: + # start reshape override # + fx.unbind("r") + fx.viewer.setToolBind("Reshape", "") + fx.bind("r", callMethod(fx.actions["KMFXreshapeOverride"].execute)) + # end reshape override # fx.bind("Alt+o", callMethod(fx.actions["KMFXkeyframeVisibility"].execute, **{"mode": "default"})) fx.bind("Alt+Shift+o", callMethod(fx.actions["KMFXkeyframeVisibility"].execute, **{"mode": "singleframe"}))