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-12-11macOS: add tilde-based path expanderAnkit Meel
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-01Fix errors in BKE_appdir_font_folder_defaultCampbell Barton
2021-11-01Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-01Fix crash when "HOME" environment variable isn't definedCampbell Barton
2021-10-30UI: Default Fonts Folder for Mac and LinuxHarley Acheson
2021-10-14Cleanup: use dot-points for appdir platform specific pathsCampbell Barton
2021-10-12Fix incorrect commet in appdir.c about cache locations.Jeroen Bakker
2021-10-12Cleanup: quiet undefined warningCampbell Barton
2021-10-12GHOST: Add option to request (user) cache folder.Jeroen Bakker
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-04-16Fix various Blender 3.0 versioning issuesRay Molenkamp
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-01-04Fix early exit check in BKE_appdir_app_template_has_userprefCampbell Barton
2021-01-04Cleanup: use ARRAY_SIZE when when looping over the array indiciesCampbell Barton
2020-12-16Fix: Python warning in windows debug buildsRay Molenkamp
2020-12-11Refactor/extend BKE API to get special user directoriesJulian Eisel
2020-12-04EEVEE: Arbitrary Output VariablesJeroen Bakker
2020-10-22Fix animation player initializationCampbell Barton
2020-10-22Fix T81925: incorrectly skipped string copy in test_env_pathRobert Guetzkow
2020-10-05Cleanup: simplify tempdir_session_createCampbell Barton
2020-10-05Correct last commit (where_is_temp refactor)Campbell Barton
2020-10-04Cleanup: refactor where_is_tempCampbell Barton
2020-10-04Cleanup: BKE_appdir store static values in a struct, clarify namesCampbell Barton
2020-10-04Fix error in last commit printing NULL stringsCampbell Barton
2020-10-04BKE_appdir: log details about path lookupsCampbell Barton
2020-10-04Fix color-management ignoring the data-path command line valueCampbell Barton
2020-10-04Cleanup: clarify names in appdirCampbell Barton
2020-10-04Cleanup: BKE_appdir left paths set even when not foundCampbell Barton
2020-10-03Cleanup: use BLI_path_join in appdir.c to simplify logicCampbell Barton
2020-10-03Cleanup: use doxy sections for appdir.cCampbell Barton
2020-10-03Cleanup: comments for appdirCampbell Barton
2020-10-03Cleanup: move temp directory environment checks into a loopCampbell Barton
2020-10-03Preferences: remove temp directory initialization for WIN32Campbell Barton
2020-10-03Cleanup: remove unused temp directory initializationCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-07-14Cleanup: spellingCampbell Barton
2020-07-13Cleanup: remove some incorrectly placed constsJacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-03Cleanup: Blendkernel, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-04-08Cleanup: rename to BLI_path_cwd to BLI_path_abs_from_cwdCampbell Barton
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-30Cleanup: spellingCampbell Barton
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