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-07-20Python API: option to use OpenGL context in RenderEngine.renderMiguel Pozo
2020-07-20Fix T78321 Eevee: Motion blur crash rendering animation with high steps countClément Foucault
2020-06-26Fix T78295: reload scripts disables Cycles render passes in the compositorBrecht Van Lommel
2020-06-02Cleanup: GPU: Remove GPU_shaderinterface_uniform_ensureClément Foucault
2020-05-15Cycles: code refactor to bake using regular render session and tilesBrecht Van Lommel
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-03-20Python API: add bl_use_stereo_viewport for RenderEngineBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17Cleanup: Fix warnings about function signature of register passRay Molenkamp
2020-03-04Cleanup: replace unnecessary MEM_callocN callsCampbell Barton
2020-02-27Fix T74119: Cycles Viewport Render TintJeroen Bakker
2020-02-25Cycles: move sss and diffuse transmission into diffuse passBrecht Van Lommel
2020-02-11DRW: Color Management improvementClément Foucault
2019-06-06Python API: allow external render engines to use Eevee for LookDev shadingBrecht Van Lommel
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-16Cycles: Fix missing viewport updates after recent changesSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Render: new material previewWilliam Reynish
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-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-29Cleanup: use bool, styleCampbell Barton
2018-12-27cleanup: remove unused passesPhilipp Oeser
2018-11-09Cycles: Free Blender side data as soon as we don't need itSergey Sharybin
2018-11-08Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-08Render API: Support arbitrary length for custom image metadata fieldsLukas Stockner
2018-11-01UI: Rename AO to Ambient Occlusion in tooltips and labels when possible.Pablo Vazquez
2018-09-03Fix T56667: missing sockets with Cycles render layer nodes in compositing.Brecht Van Lommel
2018-08-17Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-17Fix engine.camera_model_matrix() not working in the Python API.Brecht Van Lommel
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell 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-05-17Remove ViewLayer settings - cleanup 1/2Dalai Felinto
2018-03-10Merge branch 'master' into blender2.8Brecht Van Lommel
2018-03-10Cycles: add roughness baking support, using squared roughness convention.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-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-10-31Merge branch 'master' into blender2.8Bastien Montagne
2017-10-31Add ability for render engines to report extra meta data to pipelineSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-09-18Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto