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-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
2020-07-13LibOverride: Cleanup: Remove option to disable library overrides.Bastien Montagne
2020-07-11Docs: remove reference to PYTHONHOMECampbell Barton
2020-07-10Cleanup: spellingCampbell Barton
2020-05-29Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-19Cleanup: Creator Args SpellingAaron Carlisle
2020-05-14Fix T59089: --engine command line option does not affect 3D viewport renderBrecht Van Lommel
2020-04-16Fix T73977, T73825: ignore Python user site-packages directory by defaultBrecht Van Lommel
2020-04-08Cleanup: rename to BLI_path_cwd to BLI_path_abs_from_cwdCampbell Barton
2020-04-02Fix: Build error when building with python offRay Molenkamp
2020-03-30Fix help message misc argument groupingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-16Python: disable environment variables by defaultCampbell Barton
2019-11-18GHOST: Only spam about X11 errors when using --debug-ghostSergey Sharybin
2019-09-19Cleanup: spellingCampbell Barton
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-11LibOverride: Enable them in UI by default.Bastien Montagne
2019-08-02Cleanup: doxy sectionsCampbell Barton
2019-07-14Cleanup: Do not use camel case for "Freestyle"Aaron Carlisle
2019-06-28Creator: Clarify verbosity command line argumentSergey Sharybin
2019-06-18Fix --help text outputCampbell Barton
2019-06-18Docs: correct --help textCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne