Blender Git Loki
Git Commits -> Revision aea4456
Revision aea4456 by Sybren A. Stüvel (master) July 5, 2017, 20:18 (GMT) |
Better fix for sequencer crash when text strip doesn't have effect data. This situation happens when a file with a text effect sequencer strip is loaded in Blender < 2.76 and saved. This destroys the effect data, causing a crash in Blender ? 2.76. d2f748a222ad19f prevented the crash when opening such a file, but accessing the strip still caused a crash. This commit fixes that by actually initialising the invalid strip. Of course this still causes data loss, but that already happened by opening & overwriting the file in Blender < 2.76. |
Commit Details:
Full Hash: aea44561017ccfba58bd97741dde1508aa826a44
Parent Commit: 31f8ca5
Lines Changed: +13, -6
1 Modified Path:
/source/blender/blenloader/intern/versioning_270.c (+13, -6) (Diff)