(03-23-2013, 11:54 PM)oort Wrote: Yes spaces in file names is a problem just as it is for folders. I guess I should add a note about that as well. Maybe the YafaRay team will fix that one day.Oort, I think your code must have it fixed.
![Smile Smile](https://www.wings3d.com/forum/images/smilies/smile.png)
This is the command line you code displayed in the Erlang console:
c:/Temp/yafaray/bin/YAFARA~1.EXE -f png -dp -pp c:/temp/yafaray/bin/plugins "Chess Table.xml" c:/Temp/Chess Table
I copied the command line generated by your code - that resulted in that error - and then I edited it after pasting in the DOS prompt by surround the image output name with double-quotes:
C:\Users\Micheus>YAFARA~1.EXE -f png -dp -pp c:/temp/yafaray/bin/plugins "c:/temp/Chess Table.xml" "c:/Temp/Chess Table"
and it worked. I got the rendered image.
![Smile Smile](https://www.wings3d.com/forum/images/smilies/smile.png)
I still need to check if this can work on Linux.
I download the pre-compiled install but it seems to be necessary to use Blender to use the render.
At this moment I building the yafaray from sources on my VM in order to get a command line version of it. (news soon)