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-06Fix T91922: Cycles artifacts with high volume nested levelSergey Sharybin
2021-08-17Fix T82336: Cycles standard attributes missing in displacement shadersKévin Dietrich
2021-02-17Cycles: add utility functions for zero float2/float3/float4/transformBrecht Van Lommel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-11-05Merge branch 'blender-v2.91-release'Robert Guetzkow
2020-11-05Fix T80043: missing Cycles displacement update when relinking output socketsBrecht Van Lommel
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-27Revert "Cycles API: encapsulate Node socket members"Brecht Van Lommel
2020-10-27Cycles API: encapsulate Node socket membersKévin Dietrich
2020-09-01Cycles: Followup fixes for node ownership refactor.Stefan Werner
2020-08-31Cycles: introduce an ownership system to protect nodes from unwanted deletions.Kévin Dietrich
2020-08-05Cleanup: spellingCampbell Barton
2020-07-02Cleanup: spellingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-12-10Cycles: support for custom shader AOVsLukas Stockner
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-06-21Fix small memory leak in Cycles principled BSDFBrecht Van Lommel
2019-05-13Cycles/Eevee: add Emission and Alpha inputs to Principled BSDFBrecht Van Lommel
2019-04-21Fix T63415: no Cycles displacement update when updating OSL codeBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-08-24Cycles: Cleanup, styleSergey Sharybin
2018-07-18Cycles: add Principled Hair BSDF.L. E. Segovia
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-06-14Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assumi...Lukas Stockner
2018-06-14Cycles: Connect value inputs to Strength instead of Color when inserting an E...Lukas Stockner
2018-06-13Cycles: auto insert emission node when linking color to closure.Brecht Van Lommel
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-01-29Fix Cycles viewport render not updating when tweaking displacement shader.Brecht Van Lommel
2018-01-23Cycles: change material output displacement to vector.Brecht Van Lommel
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2017-08-23Fix T51805: Overlapping volumes renders incorrect on AMD GPUSergey Sharybin
2017-08-20Code cleanup: remove copy of shader graph for bump, no longer needed.Brecht Van Lommel
2017-04-18Squashed commit of the following:Pascal Schoen
2017-04-18Cycles: Remove meaningless volume shadersSergey Sharybin
2017-04-03Fix T51115: Bump node is broken when the displacement socket is usedSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: Optimize shaders earlier to skip unneccessary attributes for noninter...Lukas Stockner
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-10-12Fix T49640: Cycles constant folding incorrect for texture coordinates.Brecht Van Lommel
2016-09-11Cycles: Fix shading and crashes resulting from constant folding on displacementMai Lavelle
2016-09-11Cycles: Fix bump mapping to use object space when used with true displacementMai Lavelle
2016-09-02Cycles microdisplacement: Improved automatic bump mappingMai Lavelle
2016-08-02Cycles: log how many nodes were deduplicated for use in tests.Alexander Gavrilov
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-07-21Fix another Cycles OSL script node issue with shaders using bump.Brecht Van Lommel
2016-07-18Cycles: add ConstantFolder class for constant folding boilerplate.Alexander Gavrilov
2016-06-19Fix issues with node deduplication in Cycles shader graph.Alexander Gavrilov
2016-06-19Code refactor: small code simplification for Cycles constant folding.Brecht Van Lommel
2016-06-11Cycles: nodify shader nodesBrecht Van Lommel
2016-05-29Code refactor: pass ShaderInput to constant_fold, so it supports arbitrary ty...Brecht Van Lommel