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
AgeCommit message (Expand)Author
2018-10-30Fix build error on Windows 32bit, alignment was wrong.Brecht Van Lommel
2018-10-30UI: add uiItemMenuFN which frees it's argumentCampbell Barton
2018-10-29Cycles: Support generating Denoising passes without actually denoisingLukas Stockner
2018-10-29Cycles: more detailed tooltips for cryptomatte options.Brecht Van Lommel
2018-10-29Fix assert weight painting after undoCampbell Barton
2018-10-29Modifier: mask threshold optionCampbell Barton
2018-10-28Fix snaps appearing in system bookmarks on Linux.Roel Koster
2018-10-28Fix Linux build after Cryptomatte commit.Brecht Van Lommel
2018-10-28Cycles: Added Cryptomatte output.Stefan Werner
2018-10-27Fix T57393: Cycles OSL bevel and AO not working after OSL upgrade.Brecht Van Lommel
2018-10-26Cycles: Expose noisy image pass by default when rendering with denoiserLukas Stockner
2018-10-25Cycles: Overhaul ensure_valid_reflection to fix issues with normal- and bumpm...Lukas Stockner
2018-10-25WM: minor changes to cursor APICampbell Barton
2018-10-25Cleanup: unused vars, correct bad (unused) logicCampbell Barton
2018-10-24Fix (unreported) bad halding of ID usercounts when fully copying a scene.Bastien Montagne
2018-10-24I18n: tweak/fix exception catching code of pgettex() wrapper.Bastien Montagne
2018-10-24BMesh: inline index lookupsCampbell Barton
2018-10-22Windows: Enable python debugging in Visual Studio.Ray Molenkamp
2018-10-22Tentative fix for T57066: Daily build of Blend 2.79 crashes on OSX Mojave.Bastien Montagne
2018-10-22Prevent G.fileflags changes when WM_OT_save_mainfile() is called from scriptCampbell Barton
2018-10-22Fix T57328: 'Save As Copy' prints warningCampbell Barton
2018-10-22Cycles: Enable shadow information in requested features when denoising is usedLukas Stockner
2018-10-19build_depenencies: Fix url for openal.Ray Molenkamp
2018-10-19Fix T57284: poor result UV unwrapping concave n-gon.Brecht Van Lommel
2018-10-19Fix error disabling all addonsCampbell Barton
2018-10-18Fix Copy Selection to Buffer breaking library paths.Brecht Van Lommel
2018-10-17DEBUG_IO: add sanity check on libdata in undo step as well.Bastien Montagne
2018-10-17Expose 'debug_io' flag in bpy.appBastien Montagne
2018-10-17Minor style cleanup.Bastien Montagne
2018-10-17Fix cmake not triggering rebuild on .glsl changesDalai Felinto
2018-10-11Fix incorrect strncpy useCampbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-10-09Cleanup: spellingCampbell Barton
2018-10-09Cycles: Fix NLM denoising kernels zeroing the wrong buffer on OpenCLLukas Stockner
2018-10-08Cleanup: styleCampbell Barton
2018-10-08Fix T57103: Subdivide smooth results in NAN vertsCampbell Barton
2018-10-08Cycles: Clean up extra minus in previous commitLukas Stockner
2018-10-08Cycles: Reuse existing buffer in the NLM denoising kernels on CPULukas Stockner
2018-10-08Cycles: Use existing shared temporary memory in reconstruction step of the de...Lukas Stockner
2018-10-06Tests: Support parallel execution of render testsLukas Stockner
2018-10-06Cycles: Implement vectorized NLM kernels for faster CPU denoisingLukas Stockner
2018-10-04Fix T57059: "make deps" build error when sndio library is present.Jorge Bernal
2018-10-03cycles: Support building with cuda 10 on windows.Ray Molenkamp
2018-10-03Fix build with older CMake versions that we still need to support.Brecht Van Lommel
2018-10-03Fix T54287: memory not freed after rendering on Linux.Brecht Van Lommel
2018-10-02Correct tooltipCampbell Barton
2018-10-01Fix T56909: wrong interface scale on macOS 10.14, when using 10.14 SDK.Brecht Van Lommel
2018-10-01BLI_math: add `isect_seg_seg_v3`mano-wii
2018-09-30Fix T56396: Cycles wrong object motion blur with deformation blur disabled.Brecht Van Lommel
2018-09-28Cycles: Fix compilation error of CUDA kernelSergey Sharybin