|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
is it possible to pause a render and than restart it at the same position
like it is possible in the Win9x-version of PovRay?
Thanks,
Jan
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>
> Hi,
>
> is it possible to pause a render and than restart it at the same position
> like it is possible in the Win9x-version of PovRay?
>
If like W9x you mean keeping the memory allocated and the process present
(and no reboot!), any decent shell should be able to do it.
Assuming Ctrl-Z is set to susp, and that the render is run in foreground,
then hitting Ctrl-Z on the shell should put povray in a suspended state.
restart in ksh (and some other shells) is usually done with 'fg',
see your shell man page.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
You can stop povray with ctrl-c and later continue the same render by
giving the +C command line option.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |