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-11-12BLI: improve CPPType systemJacques Lucke
2022-11-01Command line: Tweaked doc of --gpu-backend.Jeroen Bakker
2022-10-31Fix bpy wheel on buildbot being incomplete on WindowsBrecht Van Lommel
2022-10-31GPU: Add placeholder for Vulkan backend.Jeroen Bakker
2022-10-19Blender: Add command line argument to switch gpu backends.Jeroen Bakker
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-10Fix building WITH_HEADLESSSebastian Parborg
2022-10-07Cycles: use direct linking for oneAPI backendXavier Hallade
2022-10-04Support environment variables to override USER & SYSTEM resource pathsCampbell Barton
2022-09-29Cleanup: cmake indentationCampbell Barton
2022-09-26GPU: Disable SSBO support from commandline.Jeroen Bakker
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-18Build: fix gtest build flags affecting actual libraryBrecht Van Lommel
2022-09-15BLO: move blenloader to C++Jacques Lucke
2022-09-15Python: fix failing bpy build with full release config on WindowsBrecht Van Lommel
2022-09-15CMake: exclude '.github' from addons in the install targetCampbell Barton
2022-09-14Cleanup: skip argument freeing when built as a Python moduleCampbell Barton
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-12Fix macOS incomplete Python install after recent changesBrecht Van Lommel
2022-09-10Python: on macOS, stop requiring framework for building bpy moduleBrecht Van Lommel
2022-09-09Cleanup: cmake line length, wrappingCampbell Barton
2022-09-09CMake: exclude Python libs & batch scripts WITH_PYTHON_MODULE for WIN32Campbell Barton
2022-09-09Cleanup: check for Python module in BKE_appdir_program_path_initCampbell Barton
2022-09-09Cleanup: comments, spelling, line length for creator's CMake fileCampbell Barton
2022-09-09Python: install "bpy" as a package WITH_PYTHON_MODULECampbell Barton
2022-09-08Fix Blender as a Python module for WIN32Campbell Barton
2022-08-26Cleanup: reduce variable scopeCampbell Barton
2022-08-23Build: add system for shipping with dynamic libraries on Linux and macOSBrecht Van Lommel
2022-08-23Cleanup: consistent variable names for install target directoriesBrecht Van Lommel
2022-08-18CMake: support building with musl libclistout
2022-08-16Support Ctrl-C to cancel rendering with headless buildsCampbell Barton
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-09Cleanup: CMake file indentationCampbell Barton
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-28Cleanup: unused headerCampbell Barton
2022-07-08Linux: Move Mesa software OpenGL libraries to sub-directorySergey Sharybin
2022-06-29Cycles: Add support for rendering on Intel GPUs using oneAPIXavier Hallade
2022-04-20Build: updates for Blender to build against new 3.2 librariesBrecht Van Lommel
2022-04-18Add debugging info for Wintab activated by argument `--debug-wintab`.Nicholas Rishel
2022-04-05Cleanup: fix various typosBrecht Van Lommel
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-25Docs: include WEBP in --help textCampbell Barton
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-18EEVEE: Add new experimental "EEVEE Next" optionClément Foucault
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-03-02Cmake: Re-enable Amaranth add-onAaron Carlisle