home *** CD-ROM | disk | FTP | other *** search
/ Freelog 38 / Freelog038.iso / Graphisme3D / Pov / Dos / povmsdos.exe / POVMSDOS.ZIP / ZIPFLI.INI < prev   
Text File  |  1996-03-12  |  1KB  |  31 lines

  1. ;; Persistence Of Vision raytracer version 3.0 sample INI file.
  2. ;; ZIPFLI.INI
  3. ;;
  4. ;; Assuming Input_File=myfile.pov
  5. ;;  this INI creates a myfile.zip to hold all output files
  6. ;;  and then creates myfile.fli from it.
  7. ;;
  8. ;; Requires pkzip.exe to zip/unzip
  9. ;; Requires dta.exe to create fli
  10. ;; Requires exists.exe which is included in POV-Ray distribution.
  11. ;; If exists.exe is not available, comment out both Pre_Scene_... lines.
  12. ;;
  13.  
  14. Pre_Scene_Command=exists %s.fli     ;;If myfile.fli already exists
  15. Pre_Scene_Return=-q                 ;;  skip entire scene
  16. Pre_Frame_Command=pkzip -vb %s %o   ;;Test if myfile.tga in myfile.zip
  17. Pre_Frame_Return=-s                 ;;  if no error, skip this frame
  18. Post_Frame_Command=pkzip -mu %s %o  ;;Move myfile.tga to myfile.zip
  19.                                     ;;  This removes tga from disk
  20. Post_Frame_Return=f                 ;;If error, crash
  21. ;;
  22. ;; There is an unsolved problem when running dta directly.
  23. ;; Preliminary results show that calling it via command.com fixes
  24. ;; the problem but as yet, we don't know why.
  25. ;;
  26. Post_Scene_Command=command /C dta /o%s.fli /R1 %s.zip  ;;make myfile.fli
  27. Post_Scene_Return=f                 ;;If error, crash
  28. Pause_When_Done=Off
  29. Continue_Trace=On                ;;Lets you resume
  30. Test_Abort=On                    ;;Lets you interrupt
  31.