Blender Git Commit Log
Git Commits -> Revision d9ca50f
Revision d9ca50f by Sergey Sharybin (master) May 12, 2013, 16:04 (GMT) |
Refine markers position operator This operator will run a tracker from previous keyframe to current frame for all selected markers. Current markers positions are considering initial position guess which could be updated by a tracker for better match. Useful in cases when feature disappears from the frame and then appears again. Usage in this case is the following: - When feature point re-appeared on frame, manully place marker on it. - Use Refine Markers operation (which is in Track panel) to allow tracker to find a better match. Depending on direction of tracking use either Forwards or Backwards refining. It's easy: if trackign happens forwards, use Refine Frowards, otherwise use Refine Backwards :) |
Commit Details:
Full Hash: d9ca50ff6443afd79e4d1af13bc71d358d74a132
SVN Revision: 56716
Parent Commit: beb7383
Lines Changed: +232, -65
6 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+8, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+177, -65) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+44, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+177, -65) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+44, -0) (Diff)