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
2019-06-01Fix: Trailing directory separator missing in default font path on windows.Ray Molenkamp
2019-05-19Cleanup: rename BLI_appdir_fonts_* -> fontCampbell Barton
2019-05-19UI: Default Directory for Windows FontsHarley Acheson
2019-05-10Cleanup: move preference saving logic into blendfile.cCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-20Fix T62736: Inconsistent behavior bpy.utils.user_resource()Philipp Oeser
2019-03-19Cleanup: comment blocksCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-05Fix T58104: Duplicated previews for Matcaps/HDRIs in portable installsPhilipp Oeser
2018-09-18Application Templates: make templates more prominent in the UI.Brecht Van Lommel
2018-09-05Merge branch 'master' into blender2.8Campbell Barton
2018-09-05Fix T54152: --env-system-scripts fails on win32Ray Molenkamp
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-13Fix compiler warnings.Brecht Van Lommel
2018-04-25Remove developer exception hackCampbell Barton
2018-04-25Revert "Fix (unreported) broken 'get system path' in some cases."Campbell Barton
2018-04-25Fix (unreported) broken 'get system path' in some cases.Bastien Montagne
2017-11-19Swap priority of system path overrides for dev buildsJulian Eisel
2017-09-14Fix T52442: bl_app_templates_system not workingCampbell Barton
2017-09-14Fix bpy.utils.resource_path('SYSTEM') outputCampbell Barton
2017-08-12Cleanup: whitespaceCampbell Barton
2017-08-11Fix crash checking for Blender version 10+Campbell Barton
2017-08-11Cleanup: redundant 'static' variableCampbell Barton
2017-08-11Fix OSX duplicate path in Python's sys.pathCampbell Barton
2017-03-25WM: Application TemplatesCampbell Barton
2017-03-24Add: BKE_appdir_folder_id_exCampbell Barton
2017-03-24Cleanup: line-lengthCampbell Barton
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2017-02-15Comments: notes on polyfill2d, minor correctionsCampbell Barton
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-02-15Fix for Python executable not being found on LinuxCampbell Barton
2015-10-30Python: check version binary name firstCampbell Barton
2015-10-08BLI_path api, minor changes to CWD handlingCampbell Barton
2015-06-28Cleanup: remove BLI prefix from BKE funcsCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-02Fix own mistake searching python binaryCampbell Barton
2015-05-19Python: search for 'python' and 'python#.#'Campbell Barton
2015-05-13Cleanup: reduce scope for win32, Linux varsCampbell Barton
2015-05-06Add bpy.app.binary_path_pythonCampbell Barton