Blender Git Loki
Git Commits -> Revision ca3f601
Revision ca3f601 by Bastien Montagne (master) August 10, 2017, 10:56 (GMT) |
Fix T52332: crash when duplicating sequencer strips. Bug introduced in recent ID copying refactor. This commit basically sanitizes seq strip copying behavior, by making destination scene pointer mandatory (and source one a const one). Nothing then prevents you from using same pointer as source and destination! |
Commit Details:
Full Hash: ca3f601f9372f08b1772d6dfa04dbc85c96ea8c9
Parent Commit: 5b6ead0
Lines Changed: +20, -16