|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I lost power last night 7 days into a rendering job (MegaPov 7). The image
is intact up to the point the PC stopped so I added the
Continue_Trace = +C
line to the povray.ini file I am using but immediately upon restarting the
job, the Message window announced it was rendering line 0 - 4800, i.e.,
starting over. I did make a backup of the work so far, but why doesn;t the
Continue command do the job?
Thanks,
D.
--
dhm### [at] attbicom
http://www.dennismiller.neu.edu
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi!
> Continue_Trace = +C
I think, this should be
"Continue_Trace = on"
or
"+c" ( short version for the above)
Strange, that it did work this way - there should be a boolean value behind
the '=', and "+C" isn't a value... (ok, a string, but...)
If this doesn't help, I don't know the answer.
Kalle
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Okay, thanks. I tried Continue_Trace = on" and two things happened:
It did not erase the existing TGA file, which is good, but the Message
Window says Rendering Line 0 of 0
so I am not really sure what is happening!
Best,
D.
"KalleK" <kal### [at] gmxde> wrote in message news:3e85e183@news.povray.org...
> Hi!
>
> > Continue_Trace = +C
>
> I think, this should be
>
> "Continue_Trace = on"
>
> or
>
> "+c" ( short version for the above)
>
> Strange, that it did work this way - there should be a boolean value
behind
> the '=', and "+C" isn't a value... (ok, a string, but...)
>
> If this doesn't help, I don't know the answer.
>
> Kalle
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dennis Miller <dhm### [at] attbicom> wrote:
> the Message
> Window says Rendering Line 0 of 0
> so I am not really sure what is happening!
It's working ok. Just wait a moment until povray calculates the extra
line for antialiasing. Then that line should show the correct number
of lines left (it will say "line 1 of x" where x is the number of lines
still to be rendered).
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|