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-09-08Merge branch 'master' into xr-devxr-devPeter Kim
2022-09-07Cleanup: sort cmake file listsCampbell Barton
2022-09-07Cleanup: GHOST/Win32 dropCampbell Barton
2022-09-07Cleanup: rename internal types for GHOST/WaylandCampbell Barton
2022-09-07GHOST/Wayland: correct logging IDCampbell Barton
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-07Mikktspace: Optimized port to C++Lukas Stockner
2022-09-06Fix T100824: Cycles GPU render broken on macOS 13 Beta and Apple siliconBrecht Van Lommel
2022-09-06Fix T100845: wrong Cycles OptiX runtime compilation include pathJosh Whelchel
2022-09-06Merge branch 'blender-v3.3-release'Nikita Sirgienko
2022-09-06Cycles: Fix crashes in oneAPI backend for scenes not fitting in dGPU memoryNikita Sirgienko
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-06MacOS: Resolve purple rendering artifacts in EEVEE materials by increasing sa...Jason Fielder
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-05Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-09-05Fix T100814: Cycles wrong area light parametric texture coordinatesBrecht Van Lommel
2022-09-05Fix Cycles not rendering hair without radius attributesBrecht Van Lommel
2022-09-02Cleanup: fix compiler warningBrecht Van Lommel
2022-09-02Cycles: enable adaptive sampling for Sobol-BurleyNathan Vegdahl
2022-09-02Fix Cycles scrambling distance incorrectly showing as enabled for Sobol-BurleyBrecht Van Lommel
2022-09-02Cleanup: split surface/displacement/volume shader eval into separate filesBrecht Van Lommel
2022-09-02Cleanup: remove some unnecessary kernel feature definesBrecht Van Lommel
2022-09-02Cleanup: refactoring of kernel film function names and organizationBrecht Van Lommel
2022-09-01Cleanup: minor cleanups for sample pattern codeBrecht Van Lommel
2022-09-01Cycles: remove old Sobol pattern, simplify sampling dimensionsBrecht Van Lommel
2022-09-01Cycles: improve Progressive Multi-Jittered samplingNathan Vegdahl
2022-09-01Tweak cryptomatte channels naming to improve interoperabilitySergey Sharybin
2022-09-01Fix cryptomatte passes saved lossy into multilayer EXRSergey Sharybin
2022-09-01Fix: Build error in Cycles with OpenVDB turned offHans Goudey
2022-08-31Fix T100708: Cycles bake of diffuse/glossy color not outputting alphaBrecht Van Lommel
2022-08-31Fix part of T100626: Cycles not using tiles for bakingBrecht Van Lommel
2022-08-31Fix T100714: Cycles volume render artifacts with negative value gridsBrecht Van Lommel
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Merge branch 'blender-v3.3-release'Xavier Hallade
2022-08-31Cycles: Enforce Windows driver version requirements for syclXavier Hallade
2022-08-31Fix resource leak dropping files in GHOST/Win32Campbell Barton
2022-08-31Cleanup: remove pointless strcpy return value checkCampbell Barton
2022-08-31Fix returning a freed context when initialization fails for GHOST/Win32Campbell Barton
2022-08-31Fix uninitialized variable use for ID3D11RenderTargetViewCampbell Barton
2022-08-31Cleanup: check GetKeyboardState succeeds before using it's valuesCampbell Barton
2022-08-31Cleanup: tablet press could fall through to release on GHOST/Win32Campbell Barton
2022-08-31Cleanup: remove 'else' after returnCampbell Barton
2022-08-31Cleanup: use bool for GHOST_SystemWin32::setConsoleWindowState returnCampbell Barton
2022-08-31Node: Mix nodeCharlie Jolly
2022-08-30Cleanup: simplify comparison, clarify commentCampbell Barton
2022-08-30Cleanup: spelling in commentsCampbell Barton
2022-08-30Cleanup: formatCampbell Barton
2022-08-29Build: automatically disable WITH_GHOST_WAYLAND if missing librariesBrecht Van Lommel
2022-08-29Cycles: add option to specify OptiX runtime root directoryBrecht Van Lommel
2022-08-29Cycles: disable Scrambling Distance UI when using Sobol BurleyBrecht Van Lommel