View Single Post
  #1  
Old 01-04-2017, 01:54 AM
rajnishv rajnishv is offline
Member
 
Join Date: Jan 2016
Location: Kalina,Sanatcruz(East),Mumbai,Maharashtra,India
Posts: 94
Regarding .FBX exported model with animation not played in Vizard

Hi Jeff,
I am preparing a demo,which i am loading a 3D model(Heart with cardiovascular) with animations having extension .FBX.

But when i load the 3D Model,the model gets loaded in the inspector and when i select state 1 of the model in the animation tab ,the animation gets played in the inspector but the animation doesnt play in Vizard(Renderer).

I also followed the link in the post,but no breakthrough.
link:
http://forum.worldviz.com/showthread.php?t=5548

Also i tested with the a simple code by loading .FBX exported animated model,here also no breakthrough:

Code:
import viz
viz.go()

male2 = viz.addChild('Heart_new_Anim.fbx')
joint=male2.getChild('heart_piece')



I also applied "node3D.state(1)",but there is no animation played in Vizard.

PFA the screenshot of the inspector view and the vizard (renderer) view.

Pls do check the hierarchy in the .FBX model screenshot and if any issues pls do reply.

Note:The RED circled marked(Heart) only have animation in the .FBX exported 3D Model.

Thanx&Regards

Mr.Rajnish Vishwakarma
Attached Thumbnails
Click image for larger version

Name:	screenshotInspector.png
Views:	1008
Size:	123.9 KB
ID:	885   Click image for larger version

Name:	screenshotVizard.png
Views:	980
Size:	80.0 KB
ID:	886  

Last edited by rajnishv; 01-04-2017 at 01:59 AM.
Reply With Quote