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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-23Fix T79874: VSE - error clearing fades without animation dataPhilipp Oeser
2020-07-04Fix T78433: Adding Fade Generates Python ExceptionRichard Antalik
2020-07-01UI: use term 'Current Frame' instead of 'Playhead'Campbell Barton
2020-06-26Cleanup: use percentage formattingCampbell Barton
2020-06-18Fix T73056: Cache not invalidated in fade operatorRichard Antalik
2020-06-01UI: use term current frame instead of playheadCampbell Barton
2020-02-16Rename Sequencer 'Cut' to 'Split'William Reynish
2019-10-31Cleanup: import functions from bpy.propsCampbell Barton
2019-09-23Cleanup: quote useCampbell Barton
2019-09-23Sequencer: correct fcurve map usageCampbell Barton
2019-09-22VSE: Remove the use of eval in Fades operatorsNathan Lovato
2019-09-15Sequencer: disable fades add/remove until eval() use is removedCampbell Barton
2019-09-14Cleanup: redundant code from recent sequence fade operatorCampbell Barton
2019-09-14Cleanup: remove duplicate information in docstringCampbell Barton
2019-09-14Cleanup: pep8, unused args, indentationCampbell Barton
2019-09-14VSE: Add operators to add and remove fadestemp-npr-smooth-contourRichard Antalik
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-06-04Cleanup: newlines at EOF for Python modulesCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2013-04-20code cleanup: minor improvements to scripts.Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-02-29Reverting poll changes of last commit.Joerg Mueller
2012-02-29Making crossfading sounds accessible in the sequencer menu.Joerg Mueller
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2011-12-22picky edits - use "" for non enum strings.Campbell Barton
2011-09-22Fix warnings about operator descriptions ending with "."Brecht Van Lommel
2011-09-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton