Blender Git Commit Log
Git Commits -> Revision 32f591c
Revision 32f591c by Sergey Sharybin (master) July 9, 2019, 13:46 (GMT) |
Fix T66610: Planar Track extremely laggy when 3D View is open The issue was caused by modifications to planar track tagging clip for copy-on-write, which was invalidating its cache and forcing current frame in 3D viewport to be re-load. Ideal solution would be to share movie cache across original and evaluated movie clips which will reduce memory usage. However, doing such ownership changes so close to the code freeze is not something comfortable to do. |
Commit Details:
Full Hash: 32f591c0a344e2e02e7740f487a55c154281501f
Parent Commit: fd48ef2
Lines Changed: +51, -0
1 Modified Path:
/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc (+51, -0) (Diff)