blender/source
Sybren A. Stüvel aea4456101 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.
2017-07-05 22:18:41 +02:00
..
blender Better fix for sequencer crash when text strip doesn't have effect data. 2017-07-05 22:18:41 +02:00
blenderplayer fix: overlooked the RET_ZERO appendix 2017-06-25 17:04:47 +02:00
creator Remove MinGW support 2017-05-27 15:34:55 -04:00
gameengine Cleanup: doxygen comments 2017-06-19 10:04:30 +10:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt