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-11-07Cycles: Re-added runtime checks for the correct Embree build.cycles_embreeStefan Werner
2018-11-07Merge branch 'master' of git.blender.org:blender into cycles_embreeStefan Werner
2018-11-07Cycles: Set the preprocessor flag to tell Embree it's using a static library.Stefan Werner
2018-11-07Cycles: Some cleanup for Embree integration.Stefan Werner
2018-11-07Cleanup: use STRPREFIX for mount point checksCampbell Barton
2018-11-07Cleanup: use BLI_compiler_compat.h for BLI_INLINECampbell Barton
2018-11-07Cleanup: renmae ePaintTexture(Projective) -> 3DCampbell Barton
2018-11-06Cycles: Embree option is now only visible when Cycles was compiled with Embree.Stefan Werner
2018-11-06Fix T56055: color discrepancy between viewport and render for Filmic transforms.Troy Sobotka
2018-11-06build_deps: Made sure Embree is being found on case sensitive file systems.Stefan Werner
2018-11-06Embree: Set max ISA to AVX2 to get consistent builds across compilers.Stefan Werner
2018-11-06Cycles: Added Embree to `make deps` script and changed CMake build files to f...Stefan Werner
2018-11-04Fix T57388: Blender Internal + Freestyle viewport render wrongly using FSAA.Irie Shinsuke
2018-11-04Fix assert rendering hair tests on some systems.Brecht Van Lommel
2018-11-04Fix assert rendering with denoising, after recent changes.Brecht Van Lommel
2018-11-04Fix ghash masking out upper bits on 64bit systemsCampbell Barton
2018-11-01Fix T57529: 2D image paint fill tool not taking into account alpha.Brecht Van Lommel
2018-11-01Cleanup: move progress utility module into bpy_extrasCampbell Barton
2018-10-31Cycles: Fix wrong BVH used when disabling AVX2 in debug settingsSergey Sharybin
2018-10-31make.bat: fix unquoted variables.Ray Molenkamp
2018-10-30Cycles: Made things compile with Embree disabled.Stefan Werner
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: Turn the Embree build setting off by default.Stefan Werner
2018-10-29Merge branch 'master' of git.blender.org:blender into cycles_embreeStefan Werner
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