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
2018-05-18Merge branch 'master' into blender2.8Campbell Barton
2018-05-18Color: Assume Rec 709 in remaining comp nodesAaron Carlisle
2018-05-03Cleanup: fix warnings, removed unused code.Brecht Van Lommel
2018-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-01-08Merge branch 'master' into blender2.8Bastien Montagne
2018-01-06Fix T47212: incorrect luma coefficients for Luminance Key node.Brecht Van Lommel
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-10-02Fix T52927: Compositor wrong scale when scale size input is connected to comp...Sergey Sharybin
2017-09-14Fix T52653: Render output of linked scenes conflicts with other scenes with t...Sergey Sharybin
2017-09-13Fix T52113: Compositor doesnt mix unrendered render layers wellSergey Sharybin
2017-09-13Compositor: Cleanup, get rid of nested ternary operatorsSergey Sharybin
2017-09-13Compositor: Cleanup, de-duplicate some codeSergey Sharybin
2017-09-13Compositor: Cleanup, reduce indentation level in render layer nodeSergey Sharybin
2017-06-04Fix T51587: Blender fails to interpret a specific layer in OpenEXR multilayer...Lukas Stockner
2017-05-22Fix T51308: Bright/Contrast Doesn't respect Pre-multiplied AlphaSergey Sharybin
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-01-31Silence unused var warnings after rBac58a7faDalai Felinto
2017-01-26Compositor: Make HSV node inputs a real socketsSergey Sharybin
2016-12-07Remove unused include statementSergey Sharybin
2016-08-16Rework 2D stabilizatorIchthyostega
2016-08-02Fix T47520: Compositor Node "Filter" Outputs clear imageKévin Dietrich
2016-05-04Compositor: negative color support for ASC-CDL offsetCampbell Barton
2016-02-15Compositor: Re-consider the way how track speed worksSergey Sharybin
2016-01-14Compositor: Add option to extend image bounds when blurringSergey Sharybin
2015-12-15Compositor: Expose track velocity via the Track Position nodeSergey Sharybin
2015-10-27Compositor: Add Invert option to the movie clip stabilization nodeSergey Sharybin
2015-09-09Fix T45839 : Regression - Multi-layer image issues when using non-standard namesDalai Felinto
2015-09-03Fix T45959: DistanceKey preview used wrong colorsCampbell Barton
2015-09-02Fix second part of T45987: Node preview was still using wrong color spaceSergey Sharybin
2015-08-31Fix T45959: DistanceKey output incorrectCampbell Barton
2015-08-31Fix uninitialized vars in DistanceKey nodeCampbell Barton
2015-08-31Fix incorrect castCampbell Barton
2015-08-28Fix T45736: Channel key error: color spaces modesSergey Sharybin
2015-08-26Fix T45711: Color spill average algorithm brokenCampbell Barton
2015-07-25Compositor: Fixes for the debug passSergey Sharybin
2015-07-24Compositor: Allow using debug pass output in the compositorSergey Sharybin
2015-06-19Support half float file format storage for Multilayer EXRSergey Sharybin
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-04-29Fix T44132: Crash after open EXR formatSergey Sharybin
2015-04-14Multiview: compositor openexr multiview images fully workingDalai Felinto
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-02-24T43771: FixJeroen Bakker
2015-02-11Compositor: Expose Alpha socket for multilayer EXR nodeSergey Sharybin
2015-02-03Compositor: Implement sampled motion blur for plane track deform nodeSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-19D627: Memory usage optimization for the compositor.Jeroen Bakker
2015-01-07Fix for bool flag useCampbell Barton