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
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in cyclesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-11-09Merge branch 'master' into blender2.8Sergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-11-08Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-08Cycles: Write Cryptomatte metadata according to the specificationLukas Stockner
2018-07-06Merge branch 'master' into blender2.8Campbell Barton
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-06-26Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-06-26Revert "Turned off clang warnings in third party includes."Stefan Werner
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26Turned off clang warnings in third party includes.Stefan Werner
2018-06-14Merge remote-tracking branch 'origin/master' into blender2.8Lukas Stockner
2018-06-14Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assumi...Lukas Stockner
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
2018-02-23Code refactor: improve attribute handling for optional volume attributes.Brecht Van Lommel
2018-01-29Fix Cycles viewport render not updating when tweaking displacement shader.Brecht Van Lommel
2017-10-06Cycles: Fix possible race condition when generating Beckmann tableSergey Sharybin
2017-08-20Code cleanup: remove copy of shader graph for bump, no longer needed.Brecht Van Lommel
2017-05-19Fix T51553: Cycles Volume Emission turns black when strength is 0 or color is...Lukas Stockner
2017-04-10Cycles: Fix race condition in shader attribute for real nowSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-06Cycles: Fix strict -Wpedantic warnings with GCCSergey Sharybin
2016-09-09Cycles: Don't run full shader evaluation for constant emission lampsLukas Stockner
2016-09-02Cycles: remove duplicate shader storageMai Lavelle
2016-08-07Cycles microdisplacement: Move displacement options from mesh to material set...Mai Lavelle
2016-05-22Code refactor: nodify Cycles shader and lights.Brecht Van Lommel
2016-05-17Code refactor: use shader pointers rather than shader indexes.Brecht Van Lommel
2016-02-12Cycles: Always use guarded allocator of vectorsSergey Sharybin
2016-02-12Cycles: Make Blender importer more forward compatibleSergey Sharybin
2016-02-06Cycles: Re-implement some utilities to avoid use of boostSergey Sharybin
2016-02-06Cycles: Auto disable World MIS, if we only use a simple color.Thomas Dinges
2016-02-05Cleanup: Rename has_heterogeneous_volume variable.Thomas Dinges
2016-01-07Cycles: Update some types used form OSLSergey Sharybin
2015-11-21Cycles: Make requested features struct aware of subsurface BSDFSergey Sharybin
2015-11-20Cycles: Fix filter glossy being broken after recent changesSergey Sharybin
2015-06-01Cycles: Fix missing features gathering from the bump graphSergey Sharybin
2015-05-09Cycles: Initial work towards selective nodes support compilationSergey Sharybin
2015-05-05Cycles: Use curve approximation for blackbody instead of lookup tableSv. Lockal
2015-04-06Cycles: Experiment with making previews more interactiveSergey Sharybin
2015-01-27Cycles: Support texture coordinate from another objectSergey Sharybin
2015-01-23Cycles: Don't re-generate blackbody/beckmann tables on every shaders updateSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-08Cleanup: spellingCampbell Barton
2014-12-04Cycles: Fix compilation error after recent logging changesSergey Sharybin
2014-10-22Cycles: Get rid of hardcoded enum values in the codeSergey Sharybin
2014-10-22Cycles: Expose volume voxel data interpolation to the interfaceSergey Sharybin
2014-10-06Cycles: Move system headers include to the top of the filesSergey Sharybin
2014-06-22Cycles: improved Beckmann sampling using precomputed dataBrecht Van Lommel