Blender Git Commit Log
Git Commits -> Revision d33e715
Revision d33e715 by Richard Antalik (master) June 26, 2020, 13:51 (GMT) |
Fix T77669: Copy-pasting strip twice crashes Blender In rBeaee2b411935 I removed BKE_sequencer_base_clipboard_pointers_store from paste function, because I wanted pasted strip to always reference copied strip, not recently pasted one. This worked well with ordinary strips, but not if they reference ID. Add back BKE_sequencer_base_clipboard_pointers_store call. I thought that always referencing original strip would be more correct approach, but it doesn't matter now. Referencing recently pasted seems to be cleanest way to do this. Reviewed By: brecht Differential Revision: https://developer.blender.org/D8129 |
Commit Details:
Full Hash: d33e7152597361490eb8240ce931df0ec7f12ea5
Parent Commit: 8bcfa0d
Lines Changed: +1, -0
1 Modified Path:
/source/blender/editors/space_sequencer/sequencer_edit.c (+1, -0) (Diff)