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-02-05GPU: Enable CLOG for gpu when `--debug-gpu` option is setClément Foucault
2021-12-16Remove G.relbase_validCampbell Barton
2021-12-14Remove G.save_overCampbell Barton
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-11-13Fix splash screen showing on startup with files loaded by scriptsCampbell Barton
2021-09-10Update command line argument description for --addonsJon Denning
2021-08-09Fix invalid helps and description of session UUID verificationSergey Sharybin
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-14UI: Windows Blend File AssociationHarley Acheson
2021-06-10Fix T86544: better cleanup of path given as command line argument.Bastien Montagne
2021-06-01Docs: Limit the OCIO env vars that we documentAaron Carlisle
2021-05-29Docs: Add relevant OCIO envvars to Blender's help messageAaron Carlisle
2021-05-10Cleanup: correct/clarify PlayAnim commentsCampbell Barton
2021-05-06PlayAnim: support limiting the cache by memory instead of framesCampbell Barton
2021-04-21Fix logging "bke.appdir" messagesCampbell Barton
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-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-08Docs: Remove CLI arguments removed in recent commitAaron Carlisle
2021-02-05Cleanup: correct spelling in commentsCampbell 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-09creator: remove reference to SDL_AUDIODRIVER from --help textCampbell Barton
2020-11-07Cleanup: Clang-tidy, readability-else-after-returnAnkit Meel
2020-11-07Cleanup: Clang-tidy else-after-returnAnkit Meel
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: use snake case for BLI_args APICampbell Barton
2020-10-30Cleanup: parse '--thread' as part of ARG_PASS_ENVIRONMENTCampbell Barton
2020-10-28Cleanup: use enum for command line argument passesCampbell Barton
2020-10-28BLI_args: refactor argument passesCampbell Barton
2020-10-27Cleanup: simplify order of initialization with argument parsingCampbell Barton
2020-10-22Fix animation player initializationCampbell Barton
2020-09-04Docs: Fix typo in creator args formattingAaron Carlisle
2020-08-26Tests: fail automated tests on memory leaks and other internal errorsJacques Lucke
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
2020-08-17Cleanup: split BPY_run_string_ex into two functionsCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-17Cleanup: split BPY_extern_python into it's own headerCampbell Barton
2020-07-31Depsgraph: Add command line argument to debug UUIDsSergey Sharybin