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
2020-11-20Cleanup: spellingCampbell Barton
2020-11-20Cycles: Fixed zero sized normals when certain attributes were missing.Stefan Werner
2020-11-19Atomic: Cover with unit testsSergey Sharybin
2020-11-19Guarded allocator: Fix lock-free allocator testsSergey Sharybin
2020-11-19Guarded allocator: Add safety around type changeSergey Sharybin
2020-11-19Guarded allocator: Add explicit switch to the lockfree implementationSergey Sharybin
2020-11-19Fix T82445: Wintab packets being discarded.Nicholas Rishel
2020-11-18Merge branch 'blender-v2.91-release'Sebastián Barschkis
2020-11-18Fluid: Revert changes from T82488Sebastián Barschkis
2020-11-17Merge branch 'blender-v2.91-release'Richard Antalik
2020-11-17Cycles: Fix compilation error and warning without OPENVDBClément Foucault
2020-11-16Fix T76699: Support macOS inbetween mouse/tablet.Nicholas Rishel
2020-11-16Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-16Fix T82673: Cycles crash with zero emission strength and linked emission colorBrecht Van Lommel
2020-11-16Fix T81983: volume tiles missing in Cycles rendersKévin Dietrich
2020-11-16Cleanup: spellingCampbell Barton
2020-11-12Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-12Fix T82607: crash cancelling Cycles render during adaptive subdivision updateBrecht Van Lommel
2020-11-12Cleanup: remove accidentally committed merge filesBrecht Van Lommel
2020-11-12Cleanup: compiler warningBrecht Van Lommel
2020-11-12Fix T82516: Cycles crash updateding animated volumes after NanoVDBBrecht Van Lommel
2020-11-12Fix T82617: artifacts in Cycles viewport when changing subdivision attributesKévin Dietrich
2020-11-11Cleanup: clang-formatCampbell Barton
2020-11-10Cycles: fix compilation of OSL shaders following API changeKévin Dietrich
2020-11-10Fix NanoVDB compile errors with recent NanoVDB versionsPatrick Mours
2020-11-10Fix T82561: shader compilation crashes in OSLKévin Dietrich
2020-11-10Animation: Expand unit tests for `BKE_fcurve_active_keyframe_index()`Sybren A. Stüvel
2020-11-10Cleanup: clang-formatCampbell Barton
2020-11-09Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-09Fix T78956: banding artifacts of vertex colors in CyclesBrecht Van Lommel
2020-11-09Cycles: fix Node::tag_modified not setting modified flag's upper bitsKévin Dietrich
2020-11-09Cycles: Fix function inline attributesSergey Sharybin
2020-11-09macOS: follow system preference for natural trackpad scroll directionYevgeny Makarov
2020-11-09Merge branch 'blender-v2.91-release'Sebastián Barschkis
2020-11-09Fix T82488: Mantaflow - force fields have very low influence compare to 2.90.1Sebastián Barschkis
2020-11-09Cycles: Fix tricubic sampling with NanoVDBPatrick Mours
2020-11-09Libmv: Fix warning about unused parameter in CeresSergey Sharybin
2020-11-09Cleanup: clang-formatCampbell Barton
2020-11-07Cleanup: Clang-tidy, readability-non-const-parameter.Ankit Meel
2020-11-07Cleanup: Clang-tidy else-after-returnAnkit Meel
2020-11-06UI: Improved macOS Application Icon Progress BarYevgeny Makarov
2020-11-06Cleanup: Fluid engine API return typesSebastián Barschkis
2020-11-06Fix compilation error in GHOSTJeroen Bakker
2020-11-06Cleanup: doxygen commentsCampbell Barton
2020-11-06Cleanup: doxygen comments in ghostCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-05Merge branch 'blender-v2.91-release'Robert Guetzkow