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-08-04Cycles: More flexible GI Approximation AO distance controlSergey Sharybin
2021-06-28Cycles: reduce shadow terminator artifactsMikhail Matrosov
2021-05-14Fix T87929: Cycles, missing update when visibility is modifiedKévin Dietrich
2021-03-24Fix T86601: Cycles accumulates displacement when transforming an ObjectKévin Dietrich
2021-01-22Cycles: optimize device updatesKévin Dietrich
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-28Cycles: internal support for per-instance and per-geometry attributesAlexander Gavrilov
2020-10-27Revert "Cycles API: encapsulate Node socket members"Brecht Van Lommel
2020-10-27Cycles API: encapsulate Node socket membersKévin Dietrich
2020-06-02Cycles: Added shadow terminator offset parameter.Stefan Werner
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cycles: change volume step size controls, auto adjust based on voxel sizeBrecht Van Lommel
2020-02-18Fix Embree failing on objects with a very high number of motion stepsBrecht Van Lommel
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2019-08-22Shading: Add object color to Object Info node.OmarSquircleArt
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-11-29Cycles: Add sample-based runtime profiler that measures time spent in various...Lukas Stockner
2018-11-09Cycles: Cleanup, split array from vectorSergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-11-08Cycles: Write Cryptomatte metadata according to the specificationLukas Stockner
2018-10-28Cycles: Added Cryptomatte output.Stefan Werner
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-03-10Cycles: support arbitrary number of motion blur steps for objects.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: use KernelOject struct instead of float4 array.Stefan Werner
2018-02-05Fix typo in struct name obejct to object.Nathan Letwory
2018-01-15Cycles: CLeanup, remove unused function argumentSergey Sharybin
2017-11-05Cycles: fix inefficient attribute map storage, saves 615MB in victor scene.Brecht Van Lommel
2017-08-10Cycles: De-duplicate trace-time object visibility calculationSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-06Cycles: Fix strict -Wpedantic warnings with GCCSergey Sharybin
2016-08-28Fix T49163: let Cycles only hide particles with missing motion data, not regu...Brecht Van Lommel
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-06-06Cycles: Ignore zero size instances in BVHSergey Sharybin
2016-05-28Code refactor: nodify object and mesh, but not used for XML yet.Brecht Van Lommel
2016-04-20Cycles: Multi-thread object transform updateSergey Sharybin
2015-06-01Fix T44908: Blender crashes when trying to use cycles experimental displacementSergey Sharybin
2015-01-19Fix T43311: using displacement shader crashes blenderSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-10-03Cycles: Decouple object flags update to a separate update stepSergey Sharybin
2014-05-09Fix T39585: cycles motion vector pass problem with curves.Brecht Van Lommel
2014-03-29Cycles code refactor: improve vertex motion attribute storage and export.Brecht Van Lommel
2014-02-25Fix T38811: Cycles particle ids are inconsistent when using multiple particle...Lukas Tönne
2014-02-02Code cleanup / Cycles: Remove unused "curverender" variable from Object class...Thomas Dinges
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-04-18Cycles: code refactoring to deduplicate the various BVH traversal variations.Brecht Van Lommel
2012-12-28New featureStuart Broadfoot