diff options
author | zinefer <zinefer@gmail.com> | 2023-11-24 21:00:35 -0700 |
---|---|---|
committer | zinefer <zinefer@gmail.com> | 2023-12-07 15:23:11 -0700 |
commit | 72d18d50a47ecb07f372fec80bf166a6abd0a756 (patch) | |
tree | 1a4c38878ac1825288b0922a22bdcb6f9d2a7032 /platform/linuxbsd/wayland/wayland_thread.cpp | |
parent | a311a4b162364d032b03ddf2a0e603ba40615ad7 (diff) | |
download | redot-engine-72d18d50a47ecb07f372fec80bf166a6abd0a756.tar.gz |
Bugfix: Replace // with \\ before sending path to Blender
On Windows, Blender treats //fileshare/assets/model.blend as a relative
path which will not be found. Instead, replace the first two chars with
`\\` which when escaped becomes `\\\\`.
Diffstat (limited to 'platform/linuxbsd/wayland/wayland_thread.cpp')
0 files changed, 0 insertions, 0 deletions