UI: use boolean for sequencer reverse frames
Revert part of 04b86c21bf
The option to reverse frames is used elsewhere as a boolean
which makes sense since reversing playback is a special case.
This commit is contained in:
@@ -1678,7 +1678,7 @@ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, Panel):
|
||||
col.prop(strip, "undistort")
|
||||
col.separator()
|
||||
|
||||
col.prop(strip, "playback_direction")
|
||||
col.prop(strip, "use_reverse_frames")
|
||||
|
||||
|
||||
class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, Panel):
|
||||
|
Reference in New Issue
Block a user