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-02-10Rebase on mastertemp-license-header-spdxCampbell 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
2018-06-17Cleanup: remove unused BLI_rebase_pathCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2017-04-17BLI: make BLI_make_existing_file() return true on success, and false on failu...Bastien Montagne
2017-03-24BLI_path_util: Add BLI_path_joinCampbell Barton
2017-03-23BLI_path_util: Add string versions of SEP, ALTSEPCampbell Barton
2017-03-22Cleanup: remove BLI_getlastdirCampbell Barton
2017-03-22BLI_path_util: add BLI_path_name_at_indexCampbell Barton
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-16Cleanup: remove unused & unimplemented `BLI_newname`.Bastien Montagne
2015-10-17Cleanup: BLI_path commentsCampbell Barton
2015-10-17Cleanup: remove unused BLI_string_to_utf8Campbell Barton
2015-10-08BLI_path api, minor changes to CWD handlingCampbell Barton
2015-07-14BLI_path_utils: fix/enhance BLI_filename_make_safe(), add BLI_path_make_safe().Bastien Montagne