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-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-07-30Cleanup: quiet warnings for tooltips ending with '.'Campbell Barton
2021-01-25Cleanup: strip trailing spaceCampbell Barton
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-08-05Cleanup: trailing spaceCampbell Barton
2020-05-16Remove periods from docstrings, format code with blackNathan Lovato
2020-05-16Power Sequencer: fix wrong package name causing test errorNathan Lovato
2020-05-15Power Sequencer: rename tool, remove print statementsNathan Lovato
The tool builtin.cut was renamed into builtin.blade
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-15Power Sequencer: fix package name and import errorNathan Lovato
Fixes an error with not passing the python tests.
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-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Fix incorrect identity comparisons in power_sequencerCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-02-15Fix power sequencer test failuresBrecht Van Lommel
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
2020-01-29power_sequencer: use unix line endingsCampbell Barton
2020-01-29power_sequencer: fix invalid identity checksCampbell Barton
2019-10-01Fix typos in source comments and descriptionsBrecht Van Lommel
Patch contributed by luzpaz. Differential Revision: https://developer.blender.org/D5800
2019-09-23addons change categories: T70017meta-androcto
2019-09-08Fix script_load_modules test failures in power sequencerBrecht Van Lommel
2019-09-08Power Sequencer: update to avoid breaking python module testsNathan Lovato
Also fix minor bugs in the addon
2019-09-05Add the VSE addon Power SequencerNathan Lovato