|
|
Program ended abnormally on 12/03/2004 08:00, Due to a catastrophic Phil Cook error:
> I was wary of posting this to p.programming as although it is to do with
> POV-Ray the program it's something that may already exist that I've missed.
p.programming is for discussing the actual source code. Feature requests should
go here.
>
> I have two files open File1 and File2 I render them both in that order,
> I switch to edit File1 and hit show and of course the File2 image
> appears, is there any way that POV-Ray can retain a memory that File1
> has been rendered and display *that* image as opposed to the last one. I
> wouldn't expect it to last beyond the session, but a temporary memory
> would be nice IMHO instead of having to open an external imager to see
> the image or re-render.
>
> I'm well prepared to be slapped down on this if the implementation is
> horrendous or if it's some switch I've missed, but it was just a thought.
>
No it isn't a switch you've missed. The "show" button will only display the
last image you've rendered.
I agree with you that having a more versatile "show" button (or having a menu
item that allowed to display recently rendered images) could be a nice addition
that wouldn't be too hard too implement, but having an image viewing app loaded
on your pc alongside POV isn't too hard for the user to implement, either. ;-)
--
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/* flabreque */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/* @ */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/* videotron.ca */}camera{orthographic location<6,1.25,-6>look_at a }
Post a reply to this message
|
|