Blender Git Loki
Git Commits -> Revision 96db46d
Revision 96db46d by Sergey Sharybin (master) March 14, 2019, 14:18 (GMT) |
Fix T62321: Crash on motion tracking when dopesheet open and deleting track Need to ensure all dopesheet are properly tagged for update. The tricky part here is that due to the animation we need to keep movie clips covered by copy-on-write, but the interface uses an original clip to draw dopesheet. Use same idea of an active dependency graph as is done in other similar cases. |
Commit Details:
Full Hash: 96db46d17c77ed1a463d8926393ed27f9a4a038d
Parent Commit: c65be83
Lines Changed: +5, -0
1 Modified Path:
/source/blender/blenkernel/intern/movieclip.c (+5, -0) (Diff)