exporting Maya complex rigging (animan etc... )
Posted: Fri Jan 28, 2005 11:45 am
hi,
I'm currently working as programer on a school project using Ogre for a videogame.
One of my artists used the "animan" plugin (for Maya) for the rigging of the character and well i've noticed the exporter was just unable to export the skeleton (by compiling the exporter in debug mode, i guess it comes from the transform groups or such kind of Maya things that the exporter is not able to deal with). Anyway i wrote a MEL script that builds a new skeleton, baking the position of the bones independenlty from the hierarchy and that then reskins, the mesh on that new skeleton.
In fact the script is cleaning the skeleton (it also deletes unused joints that were just built for the setup) so that it's ready to be exported.
I think my script is able to work with "hand made" complex rigging, not only with animan's ones so i thought maybe some of you could be interested by it ?
If it's the case, i would just write a simple MEL interface to make it user friendly and then simply upload it somewhere.
I'm currently working as programer on a school project using Ogre for a videogame.
One of my artists used the "animan" plugin (for Maya) for the rigging of the character and well i've noticed the exporter was just unable to export the skeleton (by compiling the exporter in debug mode, i guess it comes from the transform groups or such kind of Maya things that the exporter is not able to deal with). Anyway i wrote a MEL script that builds a new skeleton, baking the position of the bones independenlty from the hierarchy and that then reskins, the mesh on that new skeleton.
In fact the script is cleaning the skeleton (it also deletes unused joints that were just built for the setup) so that it's ready to be exported.
I think my script is able to work with "hand made" complex rigging, not only with animan's ones so i thought maybe some of you could be interested by it ?
If it's the case, i would just write a simple MEL interface to make it user friendly and then simply upload it somewhere.