Power Sequencer 2.0
Power Sequencer brings smart new editing features to edit faster with Blender's Video Sequence Editor.
Power Sequencer is now part of Blender. The GitHub releases are there if you do not want to wait for the next Blender release for new features and bug fixes.
Changelog
This release is only for Blender 2.83 and above. The major version change is because of that: the add-on breaks compatibility with older versions of Blender due to a breaking change in the Blender Python API.
Thanks to @GTaulats for their help on features and bug fixes for this release.
New features
- Value offset operator to offset the selection in time instantly with the keyboard. Assigned to Shift Alt Left and Shift Alt Right.
Bug fixes
- Channel offset is now more robust and works as expected in the first, last channel, and some strip setups.
Changes
- Renamed
bpy.ops.sequencer.cut
tobpy.ops.sequencer.split
. - Removed code checking for blender 2.81 and 2.82.