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
2022-09-16make_source_archive: exclude hidden git filesCampbell Barton
2022-09-16Cleanup: formatCampbell Barton
2022-09-16Cleanup: typos in 427d669f625e1408e3b4509ab5aae19fc8b0bbc1Campbell Barton
2022-09-16make_bpy_wheel: various minor improvementsCampbell Barton
2022-09-16Cleanup: suppress type warnings for make_bpy_wheel & make_utilsCampbell Barton
2022-09-15Python: script for packing bpy module as wheelBrecht Van Lommel
2022-09-15Python: fix failing bpy build with full release config on WindowsBrecht Van Lommel
2022-09-15Python: fix failing tests when building bpy moduleBrecht Van Lommel
2022-09-15Cleanup: move Blender version parsing to make_utils.pyBrecht Van Lommel
2022-09-14CMake: warn when "bpy" installs into the site-packages from LIBDIRCampbell Barton
2022-09-13Fix broken Cycles Metal build after recent changesBrecht Van Lommel
2022-09-13Fix compilation on Linux, glibc 2.34, and CentOS librariesSergey Sharybin
2022-09-13Cleanup: improve titles for CMake sections, line lengthCampbell Barton
2022-09-13CMake: omit WITH_INSTALL_PORTABLE from bpy_module.cmakeCampbell Barton
2022-09-13CMake: omit WITH_INSTALL_PORTABLE from the 'lite' configurationCampbell Barton
2022-09-13Python: update defaults for "make bpy"Campbell Barton
2022-09-10Python: on macOS, stop requiring framework for building bpy moduleBrecht Van Lommel
2022-09-09install_deps: update OpenVDB for Blender 3.4.Bastien Montagne
2022-09-09install_deps: update OIIO/Boost/Python/NumPy versions.Bastien Montagne
2022-09-09Fix error extracting arguments from project_source_infoLoren Osborn
2022-08-30Merge branch 'blender-v3.3-release'Sergey Sharybin
2022-08-30Update DPC++ to 20220812Sergey Sharybin
2022-08-29Build: automatically disable WITH_GHOST_WAYLAND if missing librariesBrecht Van Lommel
2022-08-26CMake: disable IME for lite configurationCampbell Barton
2022-08-24Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-24Fix WITH_CYCLES_ONEAPI_BINARIES issues with make releaseBrecht Van Lommel
2022-08-23Build: add system for shipping with dynamic libraries on Linux and macOSBrecht Van Lommel
2022-08-23Build: use package instead of git repo for sse2neonBrecht Van Lommel
2022-08-23check_cppcheck: skip files that hang, minor improvementsCampbell Barton
2022-08-22Enable oneAPI AoT binaries on WindowsSergey Sharybin
2022-08-22Enable oneAPI AoT binaries on WindowsSergey Sharybin
2022-08-22check_cppcheck: update 'glew' exclusion since it's removalCampbell Barton
2022-08-18Merge branch 'blender-v3.3-release'Sergey Sharybin
2022-08-18Enable oneAPI AoT kernels for Release on LinuxSergey Sharybin
2022-08-18Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-18CMake: always unset CMAKE_REQUIRED_* variables after useCampbell Barton
2022-08-18CMake: support building with musl libclistout
2022-08-17deps/windows: bzip2 1.0.8 for pythonRay Molenkamp
2022-08-17install_deps: replace `libglew` by `libepoxy`.Bastien Montagne
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-10make_update: quiet warning when SVN lib/ contains hidden filesCampbell Barton
2022-08-09Compositor: Rename compositor build optionOmar Emara
2022-08-09Cleanup: CMake file indentationCampbell Barton
2022-08-02CMake: Check if freetype is compiled with brotli supportSebastian Parborg
2022-07-29Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-07-29Build: hide all symbols except a few required ones on LinuxBrecht Van Lommel
2022-07-29Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-29install_deps: Add handling of libaom, update ffmpeg build for it.Bastien Montagne
2022-07-29Merge branch 'blender-v3.3-release'Bastien Montagne