View Single Post
  #2  
Old 10-01-2009, 10:42 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can freeze an animation on the last frame, for example.
Code:
female = viz.add('vcc_female.cfg', pos = [0,0,5], euler = [180,0,0])
female.execute(5, freeze = True)
Then if the second animation starts at that same point the first one stopped it should work.
Reply With Quote