Files
test/source
Campbell Barton 884b724e08 UI: prevent relative path use in the file selector
It was possible to navigate to a CWD relative path if it was entered
in the directory and it happened to exist
(or entering relative paths: `./`, `../` etc).

After this, navigation in the file selector didn't work well, any paths
loaded would depend on the directory Blender was started in.

While CWD relative paths aren't prevented & can even be useful when
using paths passed in by scripts - there is no need for the file
selector to expose them to the user - potentially forwarding CWD
relative paths to operators where they can cause further problems.
2024-10-05 23:46:07 +10:00
..