View Single Post
  #4  
Old 11-10-2015, 04:50 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Try getting a handle to the animation as a child object and apply the commands to that:

Code:
animation = drone.getChild('Take 001')
Does this work for you?
Reply With Quote