Blender Git Loki
Git Commits -> Revision 1395ba7
Revision 1395ba7 by Richard Antalik (master) November 19, 2020, 12:10 (GMT) |
Fix crash when adding strip using RNA API call Don't allocate StripElem for movieclip, scene and mask strips. This struct is not handled in seq_dupli function. This caused field to be uninitialized in COW datablock. StripElem is not allocated when adding strip with operator and it is not needed for these strip types. Reviewed By: sergey Differential Revision: https://developer.blender.org/D9600 |
Commit Details:
Full Hash: 1395ba70bf37bc0a21920416b0abbaac9af2b7e5
Parent Commit: abe95fb
Lines Changed: +3, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_sequencer_api.c (+3, -1) (Diff)