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
2021-10-04Fix Cycles render time pass being available in UI, but it was removedBrecht Van Lommel
2021-09-24Hair Info Length AttributeJeroen Bakker
2021-09-22Cleanup: spelling in commentsCampbell Barton
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-08-04Cycles: More flexible GI Approximation AO distance controlSergey Sharybin
2021-07-28Cycles: remove WITH_CYCLES_DEBUG, add WITH_CYCLES_DEBUG_NANBrecht Van Lommel
2021-06-29Fix Cycles hair render error on GPU after recent changesBrecht Van Lommel
2021-06-28Fix T87194: custom attributes not accessible with Cycles VolumeKévin Dietrich
2021-06-28Cycles: reduce shadow terminator artifactsMikhail Matrosov
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-20Merge remote-tracking branch 'origin/blender-v2.93-release'Sybren A. Stüvel
2021-05-19Cycles OpenCL: disable AO preview kernelsBrecht Van Lommel
2021-04-19Cycles: include more transparency and emission in fast GI approximationBrecht Van Lommel
2021-04-01Cycles: add a spread setting for area lightsMatteo Falduto
2021-02-13Cleanup: macro hygiene, use parenthesis around operatorsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-24Cycles: remove surface area computation for meshes with OSLBrecht Van Lommel
2020-12-11Cycles: Add CPU+GPU rendering support with OptiXPatrick Mours
2020-12-04Cycles: Add support for shader raytracing in OptiXPatrick Mours
2020-10-28Cycles: refactor to make attribute lookup slightly more efficientBrecht Van Lommel
2020-09-22Cleanup: use float3 instead of float4 for shadow, since w is never usedBrecht Van Lommel
2020-06-22Cycles: enable Embree by default for CPU renderingBrecht Van Lommel
2020-06-22Cycles: internal refactoring to make thick/ribbon curve separate primitivesBrecht Van Lommel
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-06-22Cycles: remove __UV__ and __INSTANCING__ as kernel optionsBrecht Van Lommel
2020-06-22Cycles: always perform backface culling for curve, remove optionBrecht Van Lommel
2020-06-22Cycles: remove support for rendering hair as triangle and linesBrecht Van Lommel
2020-06-17Cycles: Add new Sky Texture method including direct sunlightLukas Stockner
2020-06-04Cleanup: remove unused flagBrecht Van Lommel
2020-06-02Cycles: Added shadow terminator offset parameter.Stefan Werner
2020-05-15Cycles: code refactor to bake using regular render session and tilesBrecht Van Lommel
2020-04-07Cleanup: refactor adaptive sampling to more easily change some parametersBrecht Van Lommel
2020-04-07Fix T74572: adaptive sampling not scaling AOVs correctlyBrecht Van Lommel
2020-03-24Cleanup: remove unused Cycles kernel feature flags, replace by node levelsBrecht Van Lommel
2020-03-18Cycles: change volume step size controls, auto adjust based on voxel sizeBrecht Van Lommel
2020-03-05Adaptive Sampling for Cycles.Stefan Werner
2020-03-02Cycles: add Progressive Multi-Jitter sampling patternStefan Werner
2020-02-27Fix unreported crash/assert in Cycles with volume render pass in viewportDalai Felinto
2020-02-25Cycles: move sss and diffuse transmission into diffuse passBrecht Van Lommel
2020-02-19Fix T73938: Cycles Vertex Color wrong if no layer is specifiedPhilipp Oeser
2020-02-07Cleanup: simplify Cycles primitive attribute map storageBrecht Van Lommel
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2020-02-06Cycles: Track specular throughput to account for reflection color in denoisin...Lukas Stockner
2019-12-10Cycles: support for custom shader AOVsLukas Stockner
2019-11-27Cycles: Add Random Per Island attribute.OmarSquircleArt
2019-09-25Cycles: Fix undefined behavior which can causes crashes with a misaligned add...Patrick Mours
2019-09-13Cycles: add Optix support in the kernelPatrick Mours
2019-09-11Cycles: Display RenderPass in ViewportJeroen Bakker
2019-08-26Cycles: remove workaround to pass ray by valuePatrick Mours
2019-08-26Cycles: fixes for building kernel without certain featuresPatrick Mours