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-05-15Cycles: code refactor to bake using regular render session and tilesBrecht Van Lommel
2020-03-05Addons: deprecate 'wiki_url'Aaron Carlisle
2019-07-05Use latest/version number for manual linksAaron Carlisle
2019-06-06Python API: allow external render engines to use Eevee for LookDev shadingBrecht Van Lommel
2019-06-02Fix T65416: outdated location description for Cycles add-onBrecht Van Lommel
2019-05-16Cycles: Fix missing viewport updates after recent changesSergey Sharybin
2019-05-16Dependency graph API changesSergey Sharybin
2019-02-11Merge branch 'blender2.7'Brecht Van Lommel
2019-02-11Cycles: add animation denoising Python operator.Lukas Stockner
2018-07-12Merge branch 'master' into blender2.8Campbell Barton
2018-07-12Cleanup: pep8, cyclesCampbell Barton
2018-05-30Render API: rename some API functions back to earlier names.Brecht Van Lommel
2018-05-23Cycles/Render API: changes for better copy-on-write support.Sergey Sharybin
2018-04-22Cycles: rename engine to just "Cycles" instead of "Cycles Render" in the UI.Brecht Van Lommel
2018-02-28Fix Cycles to mostly work with render layer / depsgraph changes.Brecht Van Lommel
2018-02-28Refactor depsgraph/render logic to serve evaluated depsgraph to enginesDalai Felinto
2017-05-03Merge branch 'master' into blender2.8Lukas Stockner
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-04-25Render API: Rename render > render_to_image; view_draw > render_to_viewDalai Felinto
2017-04-25Cycles: Use depsgraph instead of layersDalai Felinto
2017-03-20Remove register_module use in CyclesCampbell Barton
2017-01-24Use new manual URLAaron Carlisle
2017-01-22Fix T50491: Cycles UI breaks when pushing F8.Bastien Montagne
2016-03-10Multi-View: Cycles - Spherical Stereo support (VR Panoramas)Dalai Felinto
2016-02-16Cleanup: Typo.Thomas Dinges
2016-02-16Cycles: Fix crash when trying to render after re-enabling the addonSergey Sharybin
2016-02-12Cycles: Always use guarded allocator of vectorsSergey Sharybin
2016-02-10Update link to avoid redirectAaron Carlisle
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2015-05-17Cleanup: pep8Campbell Barton
2015-04-17Bake-API: reduce memory footprint when baking more than one object (Fix T41092)Dalai Felinto
2015-02-21Cycles: Make it survive if preview_cycles.blend uses persistent dataSergey Sharybin
2015-02-18Cycles: Initialize "headless" flags on engine initializationSergey Sharybin
2015-02-17Cycles: Make blender session aware of rendering from command lineSergey Sharybin
2015-02-10Cycles: Fallback to bottom-top tile order when rendering from the command lineSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-09-17Cleanup: pep8Campbell Barton
2014-08-28Fix T41473: Cycles volume rendering is too darkSergey Sharybin
2014-05-03Cycles BakeDalai Felinto
2014-04-14Fix cycles standalone not saving renders in background mode.Brecht Van Lommel
2014-01-14Fix T38192: OSL got incorrectly enabled in preview render when GPU was selectedBrecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-07-11Fix #36091: external render engines like Luxrender don't work well with the saveBrecht Van Lommel
2013-06-19Cycles / UI:Thomas Dinges
2013-06-10Fix #35681: cycles excluded layers still got evaluated before and afterBrecht Van Lommel
2013-02-21Cycles Addon:Thomas Dinges
2013-01-28Cycles: preview rendering support for world/material/lamp.Brecht Van Lommel
2013-01-16code cleanup:Campbell Barton
2013-01-14Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check forSergey Sharybin
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton