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-26Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-08-25Fix T77298: Cycles multiple object making not working with multiple samplesBrecht Van Lommel
2020-08-18Cycles: add a Pass NodeKévin Dietrich
2020-05-15Cycles: code refactor to bake using regular render session and tilesBrecht Van Lommel
2020-04-08Fix T74572: adaptive sampling still not working correct with shader AOVsBrecht Van Lommel
2020-04-07Fix T74572: adaptive sampling not scaling AOVs correctlyBrecht Van Lommel
2020-04-07Revert "Fix T74572: adaptive sampling not scaling render passes correctly"Brecht Van Lommel
2020-04-03Fix T74572: adaptive sampling not scaling render passes correctlyBrecht Van Lommel
2020-03-20Fix T68370, T74973: Cycles cryptomatte not working when other passes are enabledBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-05Adaptive Sampling for Cycles.Stefan Werner
2020-02-25Cycles: move sss and diffuse transmission into diffuse passBrecht Van Lommel
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2020-01-31Fix issues in Cycles standalone, particularly related to render displayBrecht Van Lommel
2019-12-20Fix T72471: Cycles AOV support breaks passes with divide_typeLukas Stockner
2019-12-12Cycles: perform clamping per light contribution instead of whole pathLukas Stockner
2019-12-10Cycles: support for custom shader AOVsLukas Stockner
2019-09-17Cycles: Viewport Rendering Memory ImprovementJeroen Bakker
2019-09-11Cycles: Display RenderPass in ViewportJeroen Bakker
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-06Merge branch 'blender2.7'Brecht Van Lommel
2019-02-06Cycles: prefilter feature passes separate from denoising.Lukas Stockner
2019-01-02Fix T59792: Cycles crash rendering motion pass with motion blur enabled.Brecht Van Lommel
2018-10-28Cycles: Added Cryptomatte output.Stefan Werner
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-01-29Fix Cycles viewport render not updating when tweaking displacement shader.Brecht Van Lommel
2018-01-24Fix T53878: Cycles bug rendering multiple render layers with different passes.Brecht Van Lommel
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2017-11-17Cycles: Add per-tile render time debug passLukas Stockner
2017-11-17Cycles: Add Volume Direct and Volume Indirect passes for volume-scattered lightLukas Stockner
2017-11-17Cycles: Refactor PassType from bitflag to index in order to allow for more pa...Lukas Stockner
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-01-12Cycles: Use dedicated debug passes for traversed nodes and intersection testsSergey Sharybin
2017-01-12Cycles: Remove more duplicated code in debug passes logicSergey Sharybin
2016-05-29Code refactor: minor node and node type utility functions and changes.Brecht Van Lommel
2016-05-22Code refactor: nodify Cycles background and film.Brecht Van Lommel
2016-05-08Cycles: Fix two small memory leaks and deduplicate table freeingLukas Stockner
2015-11-18Cycles: Add Blackman-Harris filter, fix Gaussian filterLukas Stockner
2015-10-28Cycles: Use new CDF evaluation utility for the pixel filterSergey Sharybin
2015-09-03Cycles: Fix nondeterministic pass ordering when using bakerSergey Sharybin
2015-06-12Cycles: Add debug pass which shows number of instance pushes during camera ra...Sergey Sharybin
2015-06-11Cycles: Add debug pass showing average number of ray bounces per pixelSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-10-22Revert "Cycles: Implement Mitchell-Netravali pixel filter"Sergey Sharybin
2014-10-22Cycles: Implement Mitchell-Netravali pixel filterSergey Sharybin
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-09-04Cleanup: Code deduplication for similar passes.Thomas Dinges
2014-05-03Cycles BakeDalai Felinto