Blender Git Loki
Git Commits -> Revision 2c14a95
Revision 2c14a95 by Richard Antalik (master) October 17, 2020, 05:01 (GMT) |
Fix T81594: Unable to reassign effect inputs This was caused by canceling operator if strip has more than 0 inputs. Logic should be reversed - cancel only if strip has 0 inputs. BKE_sequencer_render_loop_check() arguments had to be sanitized because seq_effect_find_selected() can set seq1,2,3 to NULL Reviewed By: sergey Differential Revision: https://developer.blender.org/D9197 |
Commit Details:
Full Hash: 2c14a950a718b2a82d6f9da29bad038a2c91ec74
Parent Commit: e2c5439
Lines Changed: +5, -1