POV-Ray : Newsgroups : povray.unix : Pyvon - Multilanguage : Re: Pyvon - Multilanguage Server Time
28 Jul 2024 08:19:44 EDT (-0400)
  Re: Pyvon - Multilanguage  
From: Roz
Date: 6 Sep 2002 23:58:17
Message: <3D7979B2.2080709@netscape.net>
Fabien HENON wrote:
> Does povray deal correctly with spaces in the name of the scenes when 
> you start it from a console ?
> 
> As far as I am concerned, the problem does not come from Pyvon.
> 
> 
> Fabien

I found a fix for this problem. Instead of passing a space containing
filename on the command line with the +i switch, use Input_File_Name=...

For example, instead of a line like this:

povray +i"test file.pov" +a0.2 +w800 +h600

Use a line like this:

povray Input_File_Name="test file.pov" +a0.2 +w800 +h600


Hope this helps you guys out!

-Roz


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.