Martin Thoma wrote:
>
> Hello!
>
> I want to make an animation with different objects- and
> camera-positions. Whats the best way to test siglne pictures out of the
> animation? Okay, you could edit povray.ini and then redeclare the
> animation-variables:
> Initial_Frame = 10
> Final_Frame = 10
> Initial_Clock = 0.5
> Final_Clock = 0.5
>
> Is there a more comfortable way to do this?
>
> Martin
I usually replace the clock variable in various places in my script.
#declare Camera_Clock = 0; // or any value, or clock
then I can render any moment in time of my animation without turning
animation on.
SInce I tend to manipulate the clock variable a lot in an animation,
this works best for me.
Josh English
Post a reply to this message
|