Commit: aa2710afa563f346c047dec3fcefaa0179767ee7
Author: Sergey Sharybin
Date:   Fri Mar 25 15:07:41 2022 +0100
Branches: tracking_tools
https://developer.blender.org/rBaa2710afa563f346c047dec3fcefaa0179767ee7

Tracking: Allow tweaking plane track when Add Marker tool is active

Similar to allowing tweak of regular markers.

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

M       release/scripts/presets/keyconfig/keymap_data/blender_default.py

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

diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py 
b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
index 5b83005d102..1943081a3fd 100644
--- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
+++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
@@ -6546,8 +6546,8 @@ def km_clip_editor_tool_add_marker_tweak(params):
         {"items": [
             ("clip.change_frame", {"type": 'LEFTMOUSE', "value": 'PRESS'}, 
None),
             ("clip.slide_marker", {"type": 'LEFTMOUSE', "value": 'PRESS'}, 
None),
+            ("clip.slide_plane_marker", {"type": 'LEFTMOUSE', "value": 
'PRESS'}, None),
             ("clip.add_marker_slide", {"type": 'LEFTMOUSE', "value": 'PRESS'}, 
None),
-            ("clip.slide_plane_marker", {"type": 'LEFTMOUSE', "value": 
'CLICK_DRAG'}, None),
         ]},
     )

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to