GDQuest / blender-power-sequencer

Add-on for video editing in Blender 3D: edit videos faster! Included in Blender 2.81+
https://gdquest.com/blender/power-sequencer/
GNU General Public License v3.0
716 stars 58 forks source link

Playback speed: make it work going back in time #21

Closed NathanLovato closed 7 years ago

NathanLovato commented 7 years ago

In handlers.py, If the playback_speed > 0, frame_pre is > frame_current even if the user went back in time. Need some code to take in account all speed levels.

NathanLovato commented 7 years ago

Added to the main task, see https://github.com/GDquest/Blender-power-sequencer/issues/22