Page MenuHome

Fix T81594: Unable to reassign effect inputs
ClosedPublic

Authored by Richard Antalik (ISS) on Oct 13 2020, 5:29 PM.

Details

Summary

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

Diff Detail

Repository
rB Blender

Event Timeline

Richard Antalik (ISS) requested review of this revision.Oct 13 2020, 5:29 PM
This revision is now accepted and ready to land.Oct 14 2020, 9:25 AM