Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 `\\\\`.
- Loading branch information