|
From: Nils W. <nw...@ia...> - 2007-02-20 17:26:54
|
Hi there,
Is there a way to call povray from python ?
I found out that it works for single input files
import os
os.system("povray quickres.ini'[640x480, AA 0.3]'+iwoodexample.pov +fn")
but how can I apply povray to multiple files woodexample001.pov -
woodexample009.pov ?
Any pointer ?
Nils
|