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
2017-08-07Merge branch 'master' into blender2.8Bastien Montagne
2017-08-07Cycles: remove option to disable transparent shadows globally.Brecht Van Lommel
2017-08-05Merge branch 'master' into blender2.8Campbell Barton
2017-08-05Cycles: remove min bounces, modify RR to terminate less.Brecht Van Lommel
2017-08-02Cleanup: prefer tuples over listsCampbell Barton
2017-08-01Render: make Cycles and Evee support each other's output material nodes.Brecht Van Lommel
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-21Fix a few harmless maybe uninitialized warnings with GCC 5.4.Brecht Van Lommel
2017-07-21Fix T52135: Cycles should not keep generated/packed images in memory after re...Brecht Van Lommel
2017-07-21Fix potential memory leak in Cycles loading of packed/generated images.Brecht Van Lommel
2017-07-08Cycles: recognize Eevee material output.Brecht Van Lommel
2017-07-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-06Cycles: Add artificial memory limit debug option for OpenCLMai Lavelle
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-10Cycles: Fix denoising passes being written when they're not actually generatedLukas Stockner
2017-06-06Cycles: Fix infinite update when using duplisSergey Sharybin
2017-06-06Cycles: Support rendering objects from dupli-listSergey Sharybin
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-30Bpy Extras: Port cycles node functions to new node_utils.pyClément Foucault
2017-05-30Cycles: Cleanup, trailing whitespaceSergey Sharybin
2017-05-26Merge branch 'master' into blender2.8Campbell Barton
2017-05-26Cycles: Cleanup: Remove semicolons from line endings in Python codeLukas Stockner
2017-05-26Cycles: Update compositor when debug or denoising passes are changedLukas Stockner
2017-05-26Cycles: Cleanup: b_srlay is always used now, no more need to silence warningLukas Stockner
2017-05-25TexFace removal part 3Campbell Barton
2017-05-23Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-05-23Fix T51592: Simplify AO Cycles setting remains active while Simplify is disabledSergey Sharybin
2017-05-13Merge branch 'master' into blender2.8Julian Eisel
2017-05-13Fix T51314: crash cancelling Cycles bake during scene sync and update.Brecht Van Lommel
2017-05-11Merge branch 'master' into blender2.8Campbell Barton
2017-05-11Cycles: Fix occasional black pixels from denoising with excessive radiiLukas Stockner
2017-05-09Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-05-09Fix denoiser tooltipJens Verwiebe
2017-05-08Merge branch 'master' into blender2.8Julian Eisel
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-04Cycles: Remove "Preview active layer"Dalai Felinto
2017-05-04Merge branch 'master' into blender2.8Bastien Montagne
2017-05-04Cycles: Fix unused argument warning when building without debug passesSergey Sharybin
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-05-03Cycles: Fix OpenCL compilation failure after recent color changesSergey Sharybin
2017-05-03Cycles: Use render visibility for duplis when Render Layer option in viewport...Sergey Sharybin
2017-05-02Cycles: Branched path tracing for the split kernelMai Lavelle
2017-05-02Cycles integration with Draw ManagerDalai Felinto
2017-04-26Cycles: Change OpenCL split kernel to use single program by defaultMai Lavelle
2017-04-26Cycles: Enable Correlated Multi Jitter for OpenCL and split kernelMai Lavelle
2017-04-26Merge branch 'master' into 28Campbell Barton