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
2021-05-06PlayAnim: support limiting the cache by memory instead of framesCampbell Barton
2021-04-21Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-21Fix logging "bke.appdir" messagesCampbell Barton
2021-04-16Fix various Blender 3.0 versioning issuesRay Molenkamp
2021-04-10Cleanup: minor improvements & type hints for man-page generatorCampbell Barton
2021-03-30MSVC: ASAN support for VS 16.9Ray Molenkamp
2021-03-29macOS/bpy: accommodate portable builds, and multi-config generators.Ankit Meel
2021-03-26macOS/bpy: install into site-packagesAnkit Meel
2021-03-26macOS/bpy: add support for OpenMPAnkit Meel
2021-03-17Bugfix: properly rename Null audio device to NoneJörg Müller
2021-03-17Audaspace: add support for CoreAudio on macOSJörg Müller
2021-03-17Audaspace: add support for WASAPI on WindowsJörg Müller
2021-03-17Audaspace: add support for PulseAudio on LinuxJörg Müller
2021-03-17Audaspace: porting minor improvements from upstreamJörg Müller
2021-03-12CLOG: add support for substring matching.Bastien Montagne
2021-03-06Cleanup: commentsCampbell Barton
2021-03-05Cleanup: spellingCampbell Barton
2021-03-04Cleanup: include '--open-last' in "Misc Options"Campbell Barton
2021-03-01Add `--open-last` CLI argument that opens the most recent fileSybren A. Stüvel
2021-02-24Cmake/deps: Update OSL to 1.11.10.0Ray Molenkamp
2021-02-13Cleanup: macro hygiene, use parenthesis around operatorsCampbell Barton
2021-02-12CMake: update MSVC PDB path referenceCampbell Barton
2021-02-11CMake: update python to 3.9.1Campbell Barton
2021-02-08Docs: Remove CLI arguments removed in recent commitAaron Carlisle
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-05Cleanup: cmake indentation, white-spaceCampbell Barton
2021-02-02Merge branch 'blender-v2.92-release'Campbell Barton
2021-02-02creator: add missing '--debug-*' arguments under debugging optionsCampbell Barton
2021-01-31Docs: Remove wrong debug flag infoJulian Eisel
2021-01-29GPU: Remove unused GPU debugging command line optionsJulian Eisel
2021-01-29Fix wrong command line argument description for --debug--gpu-force-workaroundsJulian Eisel
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-11Cleanup: sort cmake file listsCampbell Barton
2020-12-09creator: remove reference to SDL_AUDIODRIVER from --help textCampbell Barton
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-11-07Cleanup: Clang-tidy, readability-else-after-returnAnkit Meel
2020-11-07Cleanup: Clang-tidy else-after-returnAnkit Meel
2020-11-06Cleanup: Render Module: move header files to main directoryAaron Carlisle
2020-11-06CMake: configue_file() to pass strings for build-infoCampbell Barton
2020-11-06Cleanup: use 'BKE_' prefix for initialization functionsCampbell Barton
2020-11-06Cleanup: replace STREQLEN with STRPREFIX for constant stringsCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: use snake case for BLI_args APICampbell Barton
2020-11-04CMake: remove -fmacro-prefix-map from build-infoCampbell Barton
2020-10-30Cleanup: parse '--thread' as part of ARG_PASS_ENVIRONMENTCampbell Barton
2020-10-28Cleanup: update commentsCampbell Barton
2020-10-28Cleanup: move WM_init & arg parsing out of if/else branchCampbell Barton
2020-10-28BLI_args: disallow zero to be used as a pass valueCampbell Barton
2020-10-28Cleanup: use enum for command line argument passesCampbell Barton