Blender Git Loki
Git Commits -> Revision f921ae4
Revision f921ae4 by Philipp Oeser (master) August 4, 2020, 10:52 (GMT) |
Fix T79453: Motion Tracking: marker does not remember 'enabled' state Caused by rB63ee3db96107. While above commit corrected the clip offset, it also removed logic to ensure a marker on a particular frame. This is needed though, otherwise changes on a particular frame are applied to the marker being returned by 'BKE_tracking_marker_get' which can be a completely different marker if none exist for that frame yet. This patch partly reverts rB63ee3db96107 and reintroduces the framenr for the MarkerUpdateCb and uses that to ensure a marker on that frame. Candidate for backporting to 2.83 LTS? Reviewers: sergey, jacqueslucke Subscribers: |
Commit Details:
Full Hash: f921ae46658348121c3408b01171e0e21667438c
Parent Commit: a9e0aea
Lines Changed: +8, -2
1 Modified Path:
/source/blender/editors/space_clip/clip_buttons.c (+8, -2) (Diff)