Useful tool

I have not been able to get my scenes to render directly from yable and since the guis screw up my textures I use the command prompt to do my rendering from. Of course, I get sick of typing things over and over so I decided to write a VERY small VERY simple batch file that I use quite often. Maybe someone could use this…

Just copy and past the following to a new file in your text editor and save it at ‘render.bat’ in your root directory

@echo off
echo rendering now…
cd yafray
yafray c:\yfexport%1%1.xml

This batch file assumes that yafray is in c:\yafray and that your xml is in yfexport/yourscene/yourscene.xml (where yourscene is, the name of your scene) You can change it accordingly.

dante