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-26Cleanup; fix some bugs causing crashes.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-07Threshold sparse grid with volume mesh isovalueGeraldine Chua
2018-06-07Remove SparseTile; support CPU tricubic interp.Geraldine Chua
2018-06-06Added sparse grid lookup to mesh volume generator.Geraldine Chua
2018-06-05Updates to tiling function.Geraldine Chua
2018-05-31Initial working implementation of tiling for sparse grids.Geraldine Chua
2018-05-28Fix Cycles + OSL build error, pass main to node editing functions.Brecht Van Lommel
2018-05-27Cycles: Fix problems in the IES loader when rendering with no file selectedLukas Stockner
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-05-24Cycles/Compositor: Add arctan2 operation to the Math nodeLukas Stockner
2018-05-21Fix too much memory usage for Cycles attribute map.Brecht Van Lommel
2018-04-29Cycles: Cleanup: Remove double semicolonsLukas Stockner
2018-04-04Proper fix for T54337Mai Lavelle
2018-04-04Fix T54337: Cycles crash with simple subd object in debug buildMai Lavelle
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-16Code refactor: move OIIO image buffer writing outside session, into callback.Guillaume Chereau
2018-03-12Cycles: add constant folding to displacement nodes.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-10Code cleanup: fix compiler warning.Brecht Van Lommel
2018-03-10Fix T54279: viewport update bug with volume meshes.Brecht Van Lommel
2018-03-10Code refactor: reduce number of loops over meshes.Brecht Van Lommel
2018-03-10Code cleanup: use spaces for aligned indentation.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: don't expose UpdateObjectTransformState in header.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-03Fix T54202: Cycles crash rendering empty mesh volume after recent optimization.Brecht Van Lommel
2018-03-01Cycles volume: fast empty space optimization by generating a tight meshKévin Dietrich
2018-02-28Code cleanup: refactor Cycles image metadata retrieval to use a struct.Brecht Van Lommel
2018-02-23Cycles: add Principled Volume shader.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: better path termination for transparency.Brecht Van Lommel
2018-02-22Code cleanup: fix incorrect socket names in hair and particle info nodes.Brecht Van Lommel