POV-Ray : Newsgroups : povray.beta-test : Post_Scene_Command problems : Re: Post_Scene_Command problems Server Time
29 Jul 2024 20:25:50 EDT (-0400)
  Re: Post_Scene_Command problems  
From: Stephen Dartnall
Date: 20 Mar 2002 07:10:09
Message: <3c987c21@news.povray.org>
Win98SE 512MB POV3.5.beta.13.icl.win32

I've just been testing a bit more and have found that the Post_Scene_Command
DOES work, but only if the INI file *doesnt* have a Post_Scene_Return
statement *after* the Post_Scene_Command. For example:

This INI file works:

Input_File_Name=F:\Scene.POV
Output_File_Name=F:\Scene.TGA
Post_Scene_Return=I
Post_Scene_Command=C:\Windows\NotePad.exe

This INI file doesn't work:

Input_File_Name=F:\Scene.POV
Output_File_Name=F:\Scene.TGA
Post_Scene_Command=C:\Windows\NotePad.exe
Post_Scene_Return=I

Furthermore, if the top INI file has the 'Create_INI' option set, then the
new INI file has the Post_Scene_Return statement after the
Post_Scene_Command, and hence will then not work properly!


Post a reply to this message

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