Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey@blender.org>2022-05-16 16:40:34 +0300
committerSergey Sharybin <sergey@blender.org>2022-05-16 16:52:54 +0300
commitb98175008f16fba9365e1c07dd50fd0a2a390dbc (patch)
treed3beff073585a868c8775621468470acfa96ea04 /source/blender/editors/space_clip
parent00eb7594b11a6dfd1f1957a7f037b6ea9a3b1a13 (diff)
Cleanup: Tracking, clarify comment
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/clip_intern.h2
1 files changed, 1 insertions, 1 deletions
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]);