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-11-01Fix BLI_path_parent_dir failing on paths ending with ".."Campbell Barton
2022-10-30BLI_path: add BLI_path_append_dir (appends and ensures trailing slash)Campbell Barton
2022-10-30Fix potential buffer overflow with BLI_path_slash_ensure useCampbell Barton
2022-10-17Cleanup: correct doc-string & remove unused defineCampbell 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-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-12Tests: add tests for leading (relative) slashes for BLI_path_joinCampbell Barton
2022-09-09Cleanup: remove BLI_make_file_stringCampbell Barton
2022-09-09Cleanup: remove paranoid NULL checksCampbell Barton
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-28Cleanup: add compiler attributes to BLI_path functionsCampbell Barton
2022-01-28Cleanup: rename BLI_paths_equal to BLI_path_cmp_normalizedCampbell Barton
2022-01-27USD Preview Surface material export.Michael Kowalski
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Fix BKE_image_ensure_tile_token being called with a full pathCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-03UDIM: Support virtual filenamesJesse Yurkovich
2021-12-16Docs: add doc-strings for BLI_path functionsCampbell Barton
2021-12-16WM: various changes to file writing behaviorCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-09-27BLI Path: add function `BLI_path_contains()`Sybren A. Stüvel
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-08Cleanup: rename to BLI_path_cwd to BLI_path_abs_from_cwdCampbell Barton
2020-04-08Cleanup: missed renaming BLI_cleanup_unc_16 in recent refactorCampbell Barton
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-03-06Cleanup: remove BLI_cleanup_fileCampbell Barton
2020-02-15Cleanup: make BLI_make_exist local to the file selectorCampbell Barton
2019-12-25Cleanup: Remove BLI_stringenc_pathLukas Stockner
2019-12-18Image Editor: Load UDIMs even if secondary tile is selectedLukas Stockner
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-14Text editor: syntax highlighting + line numbers on by defaultSybren A. Stüvel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-20Fix BLI_path_frame_stripSybren A. Stüvel
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
2018-09-18Application Templates: make templates more prominent in the UI.Brecht Van Lommel
2018-09-05Fix T54152: --env-system-scripts fails on win32Ray Molenkamp
2018-06-18Fix T55503: File browser filter not working correctly.Bastien Montagne