Blender Git Loki
Git Commits -> Revision 2f615ad
Revision 2f615ad by Sergey Sharybin (master) May 3, 2021, 14:30 (GMT) |
Fix wrong tracking curves after changing clip offset The issue was caused by frame start/offset change triggering clip reload, which was happening with a hardcoded scene frame index of 1, which could be outside of the actual clip frames. Solved by removing source change tag from the frame start/offset update. The source doesn't really change: the resolution will stay the same, as well as media type, its duration. So the tag was not needed. |
Commit Details:
Full Hash: 2f615ad3a93c3e4b119f914c5afe9ca294c0f228
Parent Commit: 9f1e20e
Lines Changed: +2, -2
1 Modified Path:
/source/blender/makesrna/intern/rna_movieclip.c (+2, -2) (Diff)