View Single Post
  #2  
Old 01-04-2017, 04:37 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Try using the following code to load the FBX model with animation in Vizard. Replace 'model.fbx' with the name of your model in both lines of code:

Code:
model = viz.addChild('model.fbx') 
model.setAnimationState(0, node='model.fbx::Take 001')
Reply With Quote