03-30-2013, 04:24 PM
(03-30-2013, 02:42 PM)oort Wrote: If the space issue is fixed, do you still think there is a real need for defining a default directory for rendering files?No.
Quote:When someone is working on a project, wouldn't they keep the renders in the same folder as the .wings file???Maybe not. That's why I suggested to add an option for.
Quote:wings_job:render(ExportTS, Renderer,AlphaChannel++"-f "++format(RenderFormat)++" "++ArgStr++" "++filename:rootname(Filename)++" ", PortOpts, Handler)replace it with:
Code:
wings_job:render(ExportTS, Renderer,AlphaChannel++"-f "++format(RenderFormat)++" "++ArgStr++" "++wings_job:quote(filename:rootname(Filename))++" ", PortOpts, Handler)
++ArgStr++" """++filename:rootname(Filename)++""" ", PortOpts,
the extra double-quotes are removed, so I used the quote function and worked!
Quote:If you are interested and have the time, I would not be offended in any way if you were to take over the polishing work on the plug-in.No, thanks. Just help you with some major problems. You know I have my own project "walking".