Blender Git Loki
Git Commits -> Revision dea1c1b
Revision dea1c1b by Richard Antalik (master) April 26, 2020, 21:40 (GMT) |
Fix T75495: Blender crashes opening a VSE .blend file During scene copy modifier mask strips are relinked to point to strips in new scene. If strip used as mask is in different seqbase, this can fail, if seqbase is not copied yet. Add SEQ_DUPE_IS_RECURSIVE_CALL flag to avoid relinking modifiers during recursive call. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7412 |
Commit Details:
Full Hash: dea1c1b9eb4378bcf4d2f097f3b90a90076f8edd
Parent Commit: 05b94c9
Lines Changed: +8, -1