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
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
2019-06-14Docs: minor improvements to --app-template help textCampbell Barton
2019-06-14Cleanup: minor adjustments to --help text formattingCampbell Barton
2019-06-12Cleanup: --help doc string formattingCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-16Preference: don't autosave preferences when running with --factory-startupBrecht Van Lommel
2019-05-07Cleanup: More clear naming for rendering functionsSergey Sharybin
2019-04-20Cleanup: comment line length (tests)Campbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Docs: group debug/disable args in --help outputCampbell Barton
2019-03-12Use the same string for DNA enum and CLI argument for EXR image format settingSybren A. Stüvel
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-23Cleanup: use function instead of extern variableCampbell Barton
2019-02-22Merge branch 'blender2.7'Sergey Sharybin
2019-02-22Fix previous commitSergey Sharybin
2019-02-22Merge branch 'blender2.7'Sergey Sharybin
2019-02-22Always show version when running in background modeSergey Sharybin
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11WM: command line args to start blender maximizedCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02WM: Event simulation support for PythonCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-16Logging: add '--log-show-timestamp' option.Campbell Barton
2019-01-15Cleanup: comment line length (creator)Campbell Barton
2019-01-15Cleanup: comment line length (creator)Campbell Barton
2019-01-08Properly clean up Python when exiting due to --python-exit-codeSybren A. Stüvel
2018-12-05BKE: Add "--debug-gpu-force-workarounds" to force gpu workaroundsClément Foucault
2018-11-10Merge branch 'master' into blender2.8Campbell Barton
2018-11-10PyAPI: add imports arg to BPY_execute_stringCampbell Barton
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-10-19Make Static Override optional/hidden by default.Bastien Montagne
2018-10-16Fix T57247: Render animation does not respect render single view layerPhilipp Oeser
2018-09-27Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-27Tests: add --no-window-focus to open window without focus.Brecht Van Lommel