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
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-09 16:10:28 +0300
committerCampbell Barton <campbell@blender.org>2022-09-09 16:21:00 +0300
commitcef1b9c30f9ac96143d31f81d23db60dcf526f5a (patch)
tree3ed4b940646d80b11472454f2495701f21437ab2 /source/blender/gpu
parent436f1b4dbe3c111be12289cea4fa58b6aa148fc2 (diff)
Cleanup: remove BLI_make_file_string
This function did multiple things making it difficult to know what was intended by the caller: - Directory & file join. - Expand relative '//' prefix to an optional directory. - Expand drive letters on windows (guessing with fall-backs). - Switch slashes to native direction. This functionality wasn't needed as the full directory was always passed in, so guessing the drive letter wasn't needed. If functionality to add drive letters onto paths is needed in the future a function that only does this can be added.
Diffstat (limited to 'source/blender/gpu')
0 files changed, 0 insertions, 0 deletions