Skip to content
Snippets Groups Projects
Commit f803896d authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Windows-specific fix for BlenderRenderCommand

We should always pass POSIX-style paths to the CLI, it makes life much
easier.
parent ca72d92c
No related branches found
No related tags found
No related merge requests found
......@@ -775,7 +775,7 @@ class BlenderRenderCommand(AbstractSubprocessCommand):
cmd.extend([
'--python-exit-code', '42',
'--python', override_filename,
'--python', override_filepath.as_posix(),
])
if settings.get('python_expr'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment