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
2019-11-29Refactor: Add C++ guard code to headersSergey Sharybin
2019-09-14VSE: prefetchingRichard Antalik
2019-08-23UI: use consistent "Color Burn" name for blend modeEitanSomething
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-03Depsgraph: Store original sequencer strip pointerSergey Sharybin
2019-05-02Cleanup: CommentsSergey Sharybin
2019-04-29VSE: Cache rewriteRichard Antalik
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-17Cleanup: rename DEPRECATED to UNUSEDCampbell Barton
2019-02-27Cleanup: use '_pad' convention for padding in all DNA structsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: comment line length (DNA)Campbell Barton
2019-01-14Add font selection to VSE text stripsRichard Antalik
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-12-17DNA: clear / remove deprecated flagsCampbell Barton
2018-11-28UI: Reduce amount of padding between VSE channels.Pablo Vazquez
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-17Cleanup: trailing space for DNA headersCampbell Barton
2017-11-29Sequencer: add many more color blend modes, and a new color mix strip.Maikon Araujo
2017-07-29Cleanup: quiet picky ubsan warningsCampbell Barton
2016-04-27Sequencer text strip color optionsCampbell Barton
2016-02-15Fix white balance, was doing unnecessary linear conversionsCampbell Barton
2016-01-25Sequencer: Add option to use absolute mask animation timeSergey Sharybin
2016-01-19Sequencer: Implement Tone Map strip modifierSergey Sharybin
2015-12-28White Balance modifier for the VSEThomas Beck
2015-11-25Sequencer: nested scene strip support (like metas)Campbell Barton
2015-09-18Sequencer: word-wrap support for sequencer textCampbell Barton
2015-07-10Sequencer: changes to text effect stripCampbell Barton
2015-07-10DNA: replace GCC poison with ifdef for enumsCampbell Barton
2015-07-02Text effect strip for sequencer.Antony Riakiotakis
2015-07-01Cleanup: Make select grouped effect code a bit more readableAntony Riakiotakis
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-02Add custom properties to sequence stripsCampbell Barton
2015-03-26New option proxy placement, project directory.Antony Riakiotakis
2015-03-25Allow multiple strips to use the same directory when custom proxyAntony Riakiotakis
2015-03-24Cleanup - move proxy storage options to the proxy itself - also willAntony Riakiotakis
2015-01-28Sequencer: Option to skip strip proxy generation if they already existsSergey Sharybin
2014-12-05Amendment to previous commit: Add an option to scene strips to disable GPencilJoshua Leung
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-10-16Sequencer: maintain start/end when exiting a metaCampbell Barton
2014-07-19Sequencer: Add gaussian blur effectSergey Sharybin
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton