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
2018-07-26Intial commit for volume motion blur.Geraldine Chua
2018-07-16Cleanup and bug fixes.Geraldine Chua
2018-07-10Initial commit for Cycles OpenVDB import.Geraldine Chua
2018-07-10Revert "Morton ordering for sparse grids."Geraldine Chua
2018-06-16Morton ordering for sparse grids.Geraldine Chua
2018-06-11Minor sparse tile fixes.Geraldine Chua
2018-06-10Updates to volume kernel tiling function.Geraldine Chua
2018-06-08Reduce sparse grid memory usage and minor fixes.Geraldine Chua
2018-06-07Remove SparseTile; support CPU tricubic interp.Geraldine Chua
2018-06-05Updates to tiling function.Geraldine Chua
2018-05-31Initial working implementation of tiling for sparse grids.Geraldine Chua
2018-05-31Fix OpenCL compilation error - BPT without SSS.Hristo Gueorguiev
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-05-24Cycles: Cleanup: Remove duplicated atan2f definition for OpenCLLukas Stockner
2018-05-24Cycles Denoising: Don't use atomics in the accumulation kernel on CPUsLukas Stockner
2018-05-24Cycles/Compositor: Add arctan2 operation to the Math nodeLukas Stockner
2018-05-06Fix T54801: incorrect render with zero weight transparent BSDFs.Brecht Van Lommel
2018-04-29Cycles: Cleanup: Remove double semicolonsLukas Stockner
2018-03-29Fix T54455: OpenCL build error after recent changes.Brecht Van Lommel
2018-03-29Cycles: take into account diffuse roughness for roughness baking.Matt Heimlich
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-19Fix T54317: overlapping volume render bug after recent changes.Brecht Van Lommel
2018-03-19Fix T54356: volume rendering bug using just color attribute.Brecht Van Lommel
2018-03-10Cycles: add roughness baking support, using squared roughness convention.Brecht Van Lommel
2018-03-10Cycles: switch to squared roughness convention for all nodes.Brecht Van Lommel
2018-03-10Fix T54278: volume artifacts with small density and color after recent changes.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: avoid motion transform copy, remove unused curved code.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-06Cycles: Fix crash when building with no shading systemsSergey Sharybin
2018-03-06Cycles: Cleanup, indentationSergey Sharybin
2018-03-01Cycles: don't count volume boundaries as transparent bounces.Brecht Van Lommel
2018-02-28Cycles: principled absorption color now has more effect at lower values.Brecht Van Lommel
2018-02-23Cycles: add Principled Volume shader.Brecht Van Lommel
2018-02-23Cycles: change smoke color grid to not include density multiplied in.Brecht Van Lommel
2018-02-23Code refactor: improve attribute handling for optional volume attributes.Brecht Van Lommel
2018-02-23Smoke: add temperature grid, with values 0..1 corresponding to 0..1000K.Brecht Van Lommel
2018-02-22Cycles: add Russian roulette termination for volume multiple scattering.Brecht Van Lommel
2018-02-22Cycles: better path termination for transparency.Brecht Van Lommel
2018-02-21Fix incorrect OSL raytype bits and add some comments.Brecht Van Lommel
2018-02-21Fix T54105: random walk SSS missing in branched indirect paths.Brecht Van Lommel