Blender Git Commit Log
Git Commits -> Revision 67a822e
Revision 67a822e by Richard Antalik (master) June 18, 2020, 03:53 (GMT) |
Fix T73056: Cache not invalidated in fade operator This operator is written in python it is inserting keyframes to create fade effects. Add Sequence.invalidate() python function to invalidate strip if it is changed in python. Perhaps I could implement cache invalidation to actual curve manipulation. I guess it wouldn't be very hard to do but having means to invalidate form python is useful as well. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7885 |
Commit Details:
Full Hash: 67a822e08684ac7c89f915766920b9ff1c9f5328
Parent Commit: 47f98a3
Lines Changed: +30, -0