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
2022-01-03Cleanup: Silence "integer conversion resulted in a change of sign" warning in...Patrick Mours
2022-01-03Cleanup: Unused variable in Cycles codeSergey Sharybin
2022-01-03UDIM: Support virtual filenamesJesse Yurkovich
2021-12-28Fix compile error when building without OpenSubDivKévin Dietrich
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-12-27Allocator: add missing includeJacques Lucke
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-20Fix T94251: Cycles wrong pointcloud normal for instanced objectsBrecht Van Lommel
2021-12-20Fix Cycles OptiX crash with 3D curves after point cloud changesBrecht Van Lommel
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-17Fix error in Cycles geometry update tagging after pointcloud additionBrecht Van Lommel
2021-12-17Fix T94142, T94182: Cycles metal broken after pointcloud changesMichael
2021-12-17Cleanup: spelling in commentsCampbell Barton
2021-12-16Cycles: pointcloud renderingBrecht Van Lommel
2021-12-16Revert "Cycles-X: Add hysteresis to resolution divider algorithm"Brecht Van Lommel
2021-12-15Fix T93995: Cycles camera motion blur not working in right stereo viewBrecht Van Lommel
2021-12-14Fix Cycles compilation with CUDA / Optix after recent Map Range additions.Thomas Dinges
2021-12-14Nodes: Add vector support to Map Range nodeCharlie Jolly
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-14Cleanup: clang-formatCampbell Barton
2021-12-14Fix T94022: Both options GPU/CPU checked under preferences cause viewport ren...Michael Jones
2021-12-13Cycles: add text explaining minimum requirements for Metal when no device foundBrecht Van Lommel
2021-12-13Cycles: enable Metal GPU renderingBrecht Van Lommel
2021-12-13Cleanup: clang-formatCampbell Barton
2021-12-11Cleanup: const, autoreleasepool, remove unneeded cast.Ankit Meel
2021-12-11Sky: Use Gauss-Laguerre quadrature for optical depth calculationLukas Stockner
2021-12-10Added support for large texture to OCIO.Jeroen Bakker
2021-12-10Fix T92036: `Magic Texture` in Volumetric World Shaders render differently wi...William Leeson
2021-12-09Fix Cycles wrong adaptive sampling render when using sample offsetAndrii
2021-12-09Cycles: support merging images rendered with adaptive samplingAndrii
2021-12-09Cleanup: use more modern C++ in Cycles merge operatorAndrii
2021-12-09Fix T93498: Cycles fast GI add method affected by bounces settingsBrecht Van Lommel
2021-12-09Fix T93890: Cycles error with shadow catcher + OptiX denoise without passesBrecht Van Lommel
2021-12-09Fix T93874: Cycles crash with fast GI approximationBrecht Van Lommel
2021-12-09Cleanup: spelling in commentsCampbell Barton
2021-12-09Cycles-X: Add hysteresis to resolution divider algorithmAlaska
2021-12-08Cycles: Fix OS version warningsMichael Jones
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-12-08Cleanup: Missing braces in array declarationAaron Carlisle
2021-12-08Cleanup: clang-formatAaron Carlisle
2021-12-08Cleanup: spelling in commentsCampbell Barton
2021-12-08Cycles: Fix Metal BVH crash caused by missing `WITH_METAL` defineMichael Jones
2021-12-07Revert "Fix T93350: Cycles renders shows black during rendering huge resoluti...Brecht Van Lommel
2021-12-07Cycles: add Fisheye Lens Polynomial camera modelHåkan Ardö
2021-12-07Cleanup: fix compiler warningBrecht Van Lommel
2021-12-07Fix T93350: Cycles renders shows black during rendering huge resolutionsSergey Sharybin
2021-12-07Fix T93418: Cycles shadow terminator Geometry Offset artifacts with translucencyMikhail Matrosov
2021-12-07Cycles: Reintroduce device-only memory handling that got lost in Cycles X mergePatrick Mours