[Bf-blender-cvs] [b98175008f1] master: Cleanup: Tracking, clarify comment

Sergey Sharybin noreply at git.blender.org
Mon May 16 15:52:57 CEST 2022


Commit: b98175008f16fba9365e1c07dd50fd0a2a390dbc
Author: Sergey Sharybin
Date:   Mon May 16 15:40:34 2022 +0200
Branches: master
https://developer.blender.org/rBb98175008f16fba9365e1c07dd50fd0a2a390dbc

Cleanup: Tracking, clarify comment

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

M	source/blender/editors/space_clip/clip_intern.h

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

diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index ec3d098e68f..7f9cf61b748 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -188,7 +188,7 @@ void clip_draw_sfra_efra(struct View2D *v2d, struct Scene *scene);
 /* tracking_ops.c */
 
 /* Find track which can be slid in a proximity of the given event.
- * Uses the same rules w.r.t distance tolerances for track sliding and selection operators. */
+ * Uses the same distance tolerance rule as the "Slide Marker" operator. */
 struct MovieTrackingTrack *tracking_find_slidable_track_in_proximity(struct bContext *C,
                                                                      const float co[2]);



More information about the Bf-blender-cvs mailing list