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
2019-10-10Fix build error on Windows after recent changesBrecht Van Lommel
2019-10-10Build: add WITH_TBB option, in preparation of sculpt using itBrecht Van Lommel
2019-10-09GPU: show more descriptive labels on unsupported GPU dialogBrecht Van Lommel
2019-10-07CMake: Add support for building with OpenMP support for clang on windows.Ray Molenkamp
2019-08-22Cmake/MSVC: Enable Edit and Continue for debug builds.Lazydodo
2019-08-15Fix T56843 : fix case sensitive filenames on win10Lazydodo
2019-08-15msvc: Enable /bigobj on all object files.Lazydodo
2019-08-14Compositor: Added denoising nodeBrecht Van Lommel
2019-08-14deps: python 3.7.4 for windows.Lazydodo
2019-08-05Cleanup/windows: Remove 32 bit support from make.bat helper scriptLazydodo
2019-07-30cleanup: Fix typo in last commitLazydodo
2019-07-30CMake/Windows: Enable JMC on compilers that support it.Lazydodo
2019-06-19Cleanup: style, indentationCampbell Barton
2019-06-15Cmake: rename `WINDOWS_USE_VISUAL_STUDIO_FOLDERS` option to `WINDOWS_USE_VISU...mano-wii
2019-05-27cmake: Fix building with clang on windows.Ray Molenkamp
2019-05-26Fix building with ninja on windowsRay Molenkamp
2019-05-25CMake/MSVC: Mark headers in the libdir as system headers.Ray Molenkamp
2019-04-17cmake: Fix python linker issues on windows.Ray Molenkamp
2019-04-17Cleanup: use 2 space indentation for CMakeCampbell Barton
2019-03-08cmake/windows: Set LLVM_INCLUDE_DIRS variable.Ray Molenkamp
2019-02-23make.bat: Preliminary Visual Studio 2019 support.Ray Molenkamp
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2018-12-12Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-12-12dependencies windows: Replace pthreads-win32 2.9.1 with pthreads4w 3.0.0Ray Molenkamp
2018-11-26Merge branch 'master' into blender2.8Sergey Sharybin
2018-11-26CMake: Remove Cycles specific OpenSubdiv optionsSergey Sharybin
2018-11-08Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-08build: add proper embree support to platform_win32.cmakeRay Molenkamp
2018-11-07Merge branch 'master' into blender2.8Stefan Werner
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-10-22Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-10-22Windows: Enable python debugging in Visual Studio.Ray Molenkamp
2018-08-29Cleanup: trailing spaceCampbell Barton
2018-08-29Cleanup: trailing spaceCampbell Barton
2018-08-29CMake: Comply with include path reported by FindOpenGL.cmakeSergey Sharybin
2018-08-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-28cmake: adjustments required for lib-upgrade on windows.Ray Molenkamp
2018-07-30Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-30Build: require C11/C++11 for all operating systems in master.Brecht Van Lommel
2018-06-10Merge branch 'master' into blender2.8Campbell Barton
2018-06-10Cleanup: trailing space in CMake filesCampbell Barton
2018-06-05Merge branch 'master' into 28Campbell Barton
2018-06-05make.bat: cache the vcredist directory.Ray Molenkamp
2018-06-01Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Add Asan support for clang on windows.Ray Molenkamp
2018-05-29Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-05-29make.bat : improve error message while detecting the msvc runtime when using ...Ray Molenkamp
2018-05-28Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2018-05-27Merge branch 'master' into blender2.8Campbell Barton