POV-Ray : Newsgroups : povray.macintosh : Is there any way to make a custom pattern? : Re: Setting animation parameters in file Server Time
1 Jun 2024 15:43:18 EDT (-0400)
  Re: Setting animation parameters in file  
From: David
Date: 18 Apr 2001 16:12:46
Message: <B703434F.5BFC%mccabesoftware@yahoo.com>
I tried to make a Folder Actions version of this script, but couldn't get it
to work. Perhaps I should try it agian.
______
David McCabe
mcc### [at] yahoocom
http://homepage.mac.com/davidmccabe/
Jesus loves you! 

> 
> Example Applescript from the official Mac distribution--
> 
> -- Simple example of using POV-Ray's hidden batch-scripting feature
> -- Using the Finder "print" AppleScript
> --
> tell application "Finder"
> -- Start up the POV-Ray application.
> -- NOTE: Only do this if it isn't already running
> -- run application "POV-Ray PPC"
> --
> -- Loop through all ".pov" files on top level of your HD
> --
> set fileList to every file in startup disk whose name ends with ".pov"
> -- convert files to pathname string
> repeat with f in fileList
> tell application "POV-Ray PPC"
> print f
> end tell
> end repeat
> end tell
> 
> I've never tried it. :-)
> 
> RJay
> 
> -- 
> http://www.2540dpi.f2s.com


Post a reply to this message

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