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-10Cleanup: typos in comments, remove libnumaapi referenceCampbell Barton
2022-01-07Fix wrong shadow terminator geometry offset with deformation motion blurOlivier Maury
2022-01-07Fix wrong shadow terminator geometry offset for instancesOlivier Maury
2022-01-07Fix T93350: Cycles renders shows black during rendering huge resolutionsBrecht Van Lommel
2022-01-07Cycles: Fix Metal buildMichael Jones
2022-01-07Cleanup: Remove unused numapi librarySergey Sharybin
2022-01-07Cycles: Remove usage of libnumaapiSergey Sharybin
2022-01-07Fix T94310: Blender doesn't support with 128 threads well in Win11Jagannadhan Ravi
2022-01-06Fix Cycles updating display unnecessarily when stopping 3D viewportBrecht Van Lommel
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06Cleanup: remove declaration for removed functionCampbell Barton
2022-01-05Fix/workaround macOS Rosetta crash running Cycles AVX testsBrecht Van Lommel
2022-01-05Fix Cycles AVX test failure with x86_64 build running on ArmBrecht Van Lommel
2022-01-05Fix T94563: Cycles standalone build error on with strict float/double castingBrecht Van Lommel
2022-01-05Fix Cycles using Cancel semantic on final result writeSergey Sharybin
2022-01-05Cleanup: rename mesh -> geom in some places that now handle multiple geom typesBrecht Van Lommel
2022-01-05Cleanup: compiler warnings about unused codeBrecht Van Lommel
2022-01-05Cycles: Add OptiX temporal denoising supportPatrick Mours
2022-01-05Cleanup: fix typos in source code in intern/Brecht Van Lommel
2022-01-05Cycles: support rendering PointCloud motion blur from attributeKévin Dietrich
2022-01-04Fix: Build issue with MSVCRay Molenkamp
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