Hello I am trying to make a movie from saved scenes using the
template posted by Seth :
mset 1 x180
scene 001, animate=0
mview store, 1
scene 002, animate=0
mview store, 60
mview interpolate
mdo 1: scene 001, view=0
mdo 2: scene 002, view=0
Basically the scenes that I have show some rotations and then hide
and show objects and maps. It appears that the hiding and showing of
objects is proceeding faster then the transitions and so the frames
dont always correspond to the scene I have stored. basically I was
wondering if one must use a wait command to allow the scene
transitions to occur before showing/hiding objects??? If so what is
this command?
sean