From 79f5a013be6efff5484b9a4cd6f9d7be0b7232af Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 30 May 2013 11:37:53 +0000 Subject: Patch #35464: Marker placement for motion tracker by clicking on a desired location Now button in the toolshelf behaves this way: - User clicks on "Add Marker" - Then he clicks where the marker should get placed Patch by Marcos Couto (ocf) with own modifications. --- release/scripts/startup/bl_ui/space_clip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py index c68d2a75ac4..46ffe6bb68a 100644 --- a/release/scripts/startup/bl_ui/space_clip.py +++ b/release/scripts/startup/bl_ui/space_clip.py @@ -211,7 +211,7 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, Panel): settings = clip.tracking.settings col = layout.column(align=True) - props = col.operator("clip.add_marker_at_center", text="Add Marker") + props = col.operator("clip.add_marker_at_click", text="Add Marker") col.operator("clip.detect_features") col.operator("clip.delete_track") -- cgit v1.2.3