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
path: root/intern
AgeCommit message (Expand)Author
2021-04-21Merge branch 'blender-v2.93-release'Brecht Van Lommel
2021-04-21Fix some Cycles random walk SSS precision issues with small radiusBrecht Van Lommel
2021-04-20Add support for building on Linux aarch64Patrick Mours
2021-04-19Cycles: include more transparency and emission in fast GI approximationBrecht Van Lommel
2021-04-19Cleanup: move BVH utility functions into own fileBrecht Van Lommel
2021-04-16Remove unneeded code from previous commit.Jeroen Bakker
2021-04-16Fix OCIO Shader Compilation Error.Jeroen Bakker
2021-04-13Cycles: Initialize all OptiX structs to zero before usePatrick Mours
2021-04-12Fix Cycles broken motion blur pass after recent bugfixBrecht Van Lommel
2021-04-12Fix T86880: Cycles bevel shader not working after editing worldBrecht Van Lommel
2021-04-12Fix T87283: crash with persistent data and motion blurBrecht Van Lommel
2021-04-12Fix T87324: incorrect parametric coordinates with light spreadBrecht Van Lommel
2021-04-12Win32: Fix fullscreen errors using Taskbar system menuHarley Acheson
2021-04-11Cleanup: clang-formatCampbell Barton
2021-04-11Cleanup: spellingCampbell Barton
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-08Cleanup: Use const arguments for volume codeHans Goudey
2021-04-08Cleanup: spellingCampbell Barton
2021-04-06Fix Cycles rendering files with Simplify wrong after recent changesBrecht Van Lommel
2021-04-05Render: faster animation and re-rendering with Persistent DataBrecht Van Lommel
2021-04-05Cycles: update Light Paths presetBrecht Van Lommel
2021-04-04Cycles: make AO bounces settings more discoverableBrecht Van Lommel
2021-04-01Cleanup: spellingCampbell Barton
2021-04-01Fix "unused variable" warning when compiling without nanovdbSebastian Parborg
2021-04-01Cycles: light spread importance sampling for rectangular area lightsBrecht Van Lommel
2021-04-01Cycles: add a spread setting for area lightsMatteo Falduto
2021-04-01Fix Cycles build error with "make developer" on some CPUsNikita Sirgienko
2021-04-01Libmv: Add clang-format for third party sourcesSergey Sharybin
2021-03-31Alembic procedural: fix missing update when editing shadersKévin Dietrich
2021-03-31Alembic procedural: comment, speficy the behavior of a functionKévin Dietrich
2021-03-31Alembic procedural: cleanup, make add_object privateKévin Dietrich
2021-03-31Alembic procedural: fix out of bound access when editing object properties or...Kévin Dietrich
2021-03-30Fix T87007: Cycles Background not updated if strength is initially nullKévin Dietrich
2021-03-30Cycles: Do not allocate tile buffers on all devices when peer memory is activ...Patrick Mours
2021-03-30Cycles: disable NanoVDB for AMD OpenCLBrecht Van Lommel
2021-03-27Win32: Allow return from fullscreen to maximizedVincent Blankfield
2021-03-26Fix T86859: Allow covering of Taskbar when Fullscreen from MaximizedVincent Blankfield
2021-03-26Cleanup: redundant expressionKévin Dietrich
2021-03-26Fix T86939: Cycles objects bounds not updated when transforming objectsKévin Dietrich
2021-03-26Cleanup: use code doxy command for Python snippetCampbell Barton
2021-03-26Cleanup: clang-formatCampbell Barton
2021-03-25Geometry Nodes: rename attribute domainsJacques Lucke
2021-03-24Alembic procedural: deduplicate cached data accross framesKévin Dietrich
2021-03-24Cleanup: clang-tidy errors.Jeroen Bakker
2021-03-24Cleanup: unused variableKévin Dietrich
2021-03-24Fix T86601: Cycles accumulates displacement when transforming an ObjectKévin Dietrich
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-23Fix T86567: Cycles crashes when playing back animated volumesKévin Dietrich
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2021-03-22Fix T86591: Tracking backwards is slowerSergey Sharybin