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-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
2021-03-22Cleanup: clang-formatCampbell Barton
2021-03-22Revert "Disable clang-format for objective-C bits in GHOST."Campbell Barton
2021-03-22Cleanup: disable clang-format for 'intern/libmv/third_party' headersCampbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-21Fix T86643: Win32 Entering Full Screen While MaximizedHarley Acheson
2021-03-19Fix Cycles NaN assert in random walk SSS due to very small throughputBrecht Van Lommel
2021-03-18Cleanup: spellingCampbell Barton
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-16Revert removal of lambda usage for Python RNA callbacksCampbell Barton
2021-03-15Fix T86121: Cycles Attribute returning wrong results with OSLBrecht Van Lommel
2021-03-15Fix (apparently harmless) Cycles asan warningsBrecht Van Lommel
2021-03-15Cycles: optimize ensure_valid_reflection(), reduces render time by about 1%Mikhail
2021-03-15Fix T56925: Cycles banding artifacts in dense volumesMikhail Matrosov
2021-03-15Fix Cycles rendering crash on OpenBSDBrecht Van Lommel
2021-03-15Fix Libmv tests after recent fixSergey Sharybin
2021-03-15Fix T86262: Tracking backwards fails after gap in trackSergey Sharybin
2021-03-15Refactor Libmv C-API motion model conversionSergey Sharybin
2021-03-15Cleanup: Spelling in Libmv commentsSergey Sharybin
2021-03-14CMake/guardedalloc: add header file to TEST_SRCAnkit Meel
2021-03-12Fix T86332: setting Cycles dicing camera fails after recent changesBrecht Van Lommel
2021-03-12CLOG: add support for substring matching.Bastien Montagne
2021-03-12Fix compiler warning when building Cycles without EmbreeBrecht Van Lommel
2021-03-12Alembic procedural: specific result type for cache lookupsKévin Dietrich
2021-03-12Alembic procedural: add support for instancingKévin Dietrich
2021-03-12Alembic procedural: move cache building out of object update methodsKévin Dietrich
2021-03-12Alembic procedural: fix missing attribute updateKévin Dietrich
2021-03-12Cleanup: unused variableKévin Dietrich
2021-03-12Alembic procedural: fix potential zero scale matrix generationKévin Dietrich
2021-03-11Cleanup: spellingCampbell Barton
2021-03-11Cycles: Change device-only memory to actually only allocate on the devicePatrick Mours
2021-03-10Fix wrong white point of Linear ACES in config reading and the bundled configBrecht Van Lommel
2021-03-09macOS/Ghost: Simplify pasteboard and screen count codeCorbin Dunn
2021-03-09macOS/Ghost: Remove unnecessary nil checks.Corbin Dunn
2021-03-09macOS/Ghost: Replace NSAutoreleasePool with @autoreleasepoolCorbin Dunn
2021-03-08Fix Cycles CUDA build error with Visual Studio 2019 v16.9Brecht Van Lommel
2021-03-07Cleanup: do not pass class member to class methodsKévin Dietrich
2021-03-07Alembic procedural: fix missing update when only the transforms changeKévin Dietrich
2021-03-07Alembic procedural: fix infinite update loop when modifying Object level prop...Kévin Dietrich
2021-03-05Cleanup: Libmv, clang-formatSergey Sharybin
2021-03-05Cleanup: spellingCampbell Barton
2021-03-05Cleanup: maintain include order without disabling clang formatCampbell Barton
2021-03-05Fix T86185: Win32 Multiple Monitor Window PositionHarley Acheson