View Single Post
  #2  
Old 05-12-2014, 03:53 AM
fabioped fabioped is offline
Member
 
Join Date: Feb 2013
Posts: 21
What I expected from vizard was the ability to:
- play the animation from start, whatever the current state is
- stop the animation to frame 0, whatever the current state is

Even doing this:
Quote:
def update(e):
print model.getAnimationFrame(), model.getAnimationTime()
viz.callback(viz.UPDATE_EVENT, update)
get's me nothing more than 0's during the animation

Last edited by fabioped; 05-12-2014 at 03:58 AM.
Reply With Quote