Relative paths using ../ to navigate up the directory tree (e.g. ../../output/meshes/) were not supported — only paths relative to or within the blend file's directory worked.
Fix: Added handling for upward relative path traversal in both the relative folder picker and the path resolution logic, allowing users to export to folders outside the blend file's directory.
Relative paths using
../to navigate up the directory tree (e.g.../../output/meshes/) were not supported — only paths relative to or within the blend file's directory worked.Fix: Added handling for upward relative path traversal in both the relative folder picker and the path resolution logic, allowing users to export to folders outside the blend file's directory.