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-28Power Sequencer: replace deprecated bgl moduleGermano Cavalcante
Part of T80730
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-10-16update bl_infoCampbell Barton
Correct version number and use doc_url.
2020-10-16quiet prints on startupCampbell Barton
Add-ons shouldn't be printing information at startup.
2020-05-15Power Sequencer: rename tool, remove print statementsNathan Lovato
The tool builtin.cut was renamed into builtin.blade
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
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-02-13power_sequencer: update to the latest masterNathan Lovato
This commit brings Power Sequencer to the current rolling version, that is commit 9562eb58d164e234f61225250d6ac5ca858ada7b on https://github.com/GDQuest/blender-power-sequencer/. I had already made an intermediate commit that added new features and fixed some bugs. This commit brings bug fixes and many quality of life improvements. - Human-readable changelog: https://github.com/GDQuest/blender-power-sequencer/blob/master/CHANGELOG.md - 1.4.0 release post: https://github.com/GDQuest/blender-power-sequencer/releases/tag/1.4.0 - All the commits since v1.3.0 (previous update + this one in this repository): https://github.com/GDQuest/blender-power-sequencer/compare/1.3.0...master
2019-09-23addons change categories: T70017meta-androcto
2019-09-05Add the VSE addon Power SequencerNathan Lovato