Blender Git Commit Log
Git Commits -> Revision 81c199a
Revision 81c199a by Joshua Leung (master) March 13, 2018, 10:05 (GMT) |
Fix T54302 - Wrong added scene when adding a scene strip to the Sequencer When adding scene strips to the sequencer, the wrong scenes were getting getting added if some were skipped. For example: Given 4 scenes (A, B, C, D) if you're trying to add the last 3 scenes (B, C, D) as strips to the first scene (A), it would ended up adding "A, B, C" instead of "B, C, D" as expected. Fix provided by Andrew (signal9). |
Commit Details:
Full Hash: 81c199af8365c5a52bb7e8a1a4046acfceea1519
Parent Commit: e0bb510
Lines Changed: +1, -0
1 Modified Path:
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)