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
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
2019-08-22Shading: Add object color to Object Info node.OmarSquircleArt
2019-08-17Cleanup: spellingCampbell Barton
2019-06-28Cycles: add back control to render first N bounces with path terminationBrecht Van Lommel
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-28Fix T65212: Cycles SSS failing on 32 bitBrecht Van Lommel
2019-05-14Fix T64515, T60434: crash in OSL and preview render after recent changesBrecht Van Lommel
2019-05-13Cycles/Eevee: unify light strength and colorBrecht Van Lommel
2019-05-03Cleanup: refactor passing of OSL kernel globals for upcoming changesBrecht Van Lommel
2019-04-24Cycles: remove hair minimum width support.Brecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-17Cleanup: simplify kernel features definition.Brecht Van Lommel
2019-03-17Cleanup: remove Cycles advanced shading features toggle.Brecht Van Lommel
2019-03-15Cycles/OpenCL: Compile Kernels During Scene UpdateJeroen Bakker
2019-02-06Cycles: prefilter feature passes separate from denoising.Lukas Stockner
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-11-08Fix build on 32bit after Embree changes.Brecht Van Lommel
2018-11-07Cycles: Rearranged macros in kernel_types.h to fix Embree build.Stefan Werner
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-10-30Fix build error on Windows 32bit, alignment was wrong.Brecht Van Lommel
2018-10-28Cycles: Added Cryptomatte output.Stefan Werner
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2018-08-25Cycles: Add Denoising Clean to the debugging denoising passesLukas Stockner
2018-07-18Cycles: increase volume stack to support 32 overlapping volumes.Brecht Van Lommel
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-06-15Cycles: change Ambient Occlusion shader to output colors.Lukas Stockner
2018-06-15Fix more Cycles CUDA errors after recent changes.Brecht Van Lommel
2018-06-15Fix Cycles CUDA error after recent changes.Brecht Van Lommel
2018-06-14Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assumi...Lukas Stockner
2018-06-14Cycles: Automatically detect HDRI resolution by default and use non-square sa...Lukas Stockner
2018-04-29Cycles: Cleanup: Remove double semicolonsLukas Stockner
2018-03-27Fix T54420: too much volume render noise with multiple volume objects.Brecht Van Lommel
2018-03-20Fix build error on Windows 32 bit.Brecht Van Lommel
2018-03-10Cycles: add roughness baking support, using squared roughness convention.Brecht Van Lommel
2018-03-10Cycles: support arbitrary number of motion blur steps for objects.Brecht Van Lommel
2018-03-10Cycles: support arbitrary number of motion blur steps for cameras.Brecht Van Lommel
2018-03-10Code refactor: motion blur cleanups, preparing for next commit.Brecht Van Lommel
2018-03-10Code refactor: make Transform always affine, dropping last row.Brecht Van Lommel
2018-03-10Code refactor: add DecomposedTransform.Brecht Van Lommel
2018-03-10Code refactor: add ProjectionTransform separate from regular Transform.Brecht Van Lommel
2018-03-10Code refactor: use KernelShader and KernelParticle instead of float arrays.Stefan Werner
2018-03-10Code refactor: use KernelLight instead of float4 arrays.Stefan Werner
2018-03-10Code refactor: use KernelOject struct instead of float4 array.Stefan Werner
2018-03-01Cycles: don't count volume boundaries as transparent bounces.Brecht Van Lommel