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-10-30Fix potential buffer overflow with BLI_path_slash_ensure useCampbell Barton
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-04Cleanup: rename BKE_appdir_folder_id_version, improve doc-stringsCampbell Barton
2022-10-04Support environment variables to override USER & SYSTEM resource pathsCampbell Barton
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-12Cleanup: replace BLI_snprintf with BLI_path_joinCampbell Barton
2022-09-10Cleanup: early return when directories can't be foundCampbell Barton
2022-09-09Correct error building on WIN32Campbell Barton
2022-09-09Python: change bpy.app.binary_path behavior WITH_PYTHON_MODULECampbell Barton
2022-09-09Cleanup: check for Python module in BKE_appdir_program_path_initCampbell Barton
2022-09-09Python: install "bpy" as a package WITH_PYTHON_MODULECampbell Barton
2022-09-08Fix Blender as a Python module for WIN32Campbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
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