• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

wmv-combine-anim

Status
Not open for further replies.
Level 7
Joined
Apr 18, 2007
Messages
247
wmv-combine-anim
Combine FBX files exported form WOW Model Viewer 0.8.5 containing one animation each into a single FBX file containing all animations.

From the description, it said the after you have done your animation and model in the WOW Model Viewer, you will need this program to export all of the animations of the model into one FBX file instead of separate one.

FbxScene* CreateSceneFromFile(const char* fileName, FbxManager* fbxManager);

From the code, this method used to read filename and using the FBXManager to perform the animations reading and export it. This is what I understand from the codings. So meaning I think there is an executable files for this program to run and you will need to specify the filename of the WOW Model Viewer and pass the value into this program to export all the animations.

Hope it helps. *Correct me if im wrong.
 
Status
Not open for further replies.
Top