Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-27Update power sequencer to work with Blender 3.3Nathan Lovato
fix: update code to work with sequencer API changes in Blender 3.X fix: Error when calling grab sequence handles due to type mismatch fix: remove FAST and FASTER playback speeds, simplify playback speed code fix: rewrite select_all_left_or_right after API change causing error fix: fix error with jump_to_cut when encountering animation frames fix: fix jump_to_cut skipping some strip ends when moving forward in time fix: jump_to_cut sometimes not working when going left fix: error when trimming effect strips chore: update license text upstream to match Blender's short format
2022-02-14File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2021-01-24Update power sequencer to v2.0.1Nathan Lovato
Changelog: https://github.com/GDQuest/blender-power-sequencer/blob/master/CHANGELOG.md#power-sequencer-201 Commit range: https://github.com/GDQuest/blender-power-sequencer/compare/1.5.0...2.0.1
2021-01-13Fix T84616: Power Sequencer 2.90 API updateRobert Guetzkow
The Power Sequencer wasn't updated to use the 2.90 API which changed the selection operators for the sequencer. This commit replaces the old operator with the new `bpy.ops.sequencer.select_side_of_frame` to achieve the same functionality as before. Credit for the identification and fix suggestion goes to @kreako Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D10089
2020-05-15Power Sequencer: address docstring warningsNathan Lovato
The previous commit passed tests without warnings or errors here, but LazyDodo sent me a log with warnings he was getting on his machine. This commit attempts to address them. Note: I'm not getting warnings when running unit tests here.
2020-05-14Power Sequencer: update to version 1.5, fix for Blender 2.83Nathan Lovato
This makes the add-on compatible with Blender 2.83 after renaming the cut operator to split. The update brings mainly bug fixes and quality of life improvements. Changelog: https://github.com/GDQuest/blender-power-sequencer/blob/master/CHANGELOG.md#power-sequencer-1 36 Commits: https://github.com/GDQuest/blender-power-sequencer/compare/1.4.0...fb55bc77cf31920ddfe6fd4342b11e53ac988c93
2019-09-05Add the VSE addon Power SequencerNathan Lovato