[Bf-python] povanim

jms jmsoler at free.fr
Sat Jun 28 23:52:47 CEST 2003


Jacques Guignot wrote:

> jms wrote:
>
> >And do not forget to use the ini file to make
> >the render : ./povray inimyfile.ini
> >
>
> Yep, but I think that if I can get a render without leavig blender, it
> is sufficient ?
>
> (don't forget to fix the bug about povray executable location! windows
> --> povengine.exe  linux --> povray)
>

In the launcher, you have to change 2 lines:

prf.megapov10Path="G:\\stock_logiciel_et_plugin\\3d\\povray\\megapov\\bin"
prf.mlpov08Path="G:\\stock_logiciel_et_plugin\\3d\\povray\\mlpov\\bin"
prf.povray35Path="F:\\Program Files\\POV-Ray for Windows 3.5\\bin"#<<<===this one:"/home/3d/povray/bin"
prf.megapov07Path="F:\\Program Files\\POV-Ray for Windows v3.1\\bin"

# correction du 05/24
povpath=['megapov10Path','mlpov08Path','povray35Path','megapov07Path']
for n in range(len(povpath)):
      exec '%s=prf.%s'%(povpath[n],povpath[n])
# correction du 05/24 /fin >

prf.megapov10Name="megapov.exe"
prf.megapov07Name="megapov.exe"
prf.mlpov08Name="mlpov.exe"
prf.povray35Name="pvengine.exe" #<<<=== this one too : "povray"

Regards,
jms





More information about the Bf-python mailing list