Blender Git Loki
Git Commits -> Revision c297bef
Revision c297bef by Richard Antalik (master) February 18, 2021, 17:59 (GMT) |
Fix T85762: Crash when opening 2.83 VSE file Crash happened in versioning code on NULL dereference in function seq_convert_transform_crop() for Strip crop and transform fields. Strips created after rB1fd7b380f4cf were assumed to have crop and transform always initialized, but this wasn't the case. This has been fixed in 2.90, but not in versioning code. Initialize these fields if they are not initialized already. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D10463 |
Commit Details:
Full Hash: c297bef9aff5d6eeea26ddd869f4dc03a34d3457
Parent Commit: f1f8074
Lines Changed: +7, -0
1 Modified Path:
/source/blender/blenloader/intern/versioning_290.c (+7, -0) (Diff)