When rendering from a blend file which contains spaces in it´s filepath I get the following debug error:
The same scene renders fine when I put it in a directory with no containing spaces.
I tried to fix this in the render.py file by putting the scenefile (line 1750) and imgfile (line 1762 + 1831) in double quotes. This is recommended by the command line docs from the V-Ray help page. But it still doesn´t work. Any ideas?
Thomas
Code:
V-Ray/Blender: Recieve image error: V-Ray is not running
I tried to fix this in the render.py file by putting the scenefile (line 1750) and imgfile (line 1762 + 1831) in double quotes. This is recommended by the command line docs from the V-Ray help page. But it still doesn´t work. Any ideas?
Thomas
Comment