#126539 - DiscoStew - Tue Apr 24, 2007 6:59 am
For the past few months (with a whole lot of procrastinating in between) , I have been working on a basic format for getting a simple model exported from Maya to the DS, via Mel. Not just like a Display List, but an actual model with bones that will hopefully result in animation for 3D models on the DS.
My problem is the lack of knowledge with Mel commands. The actual scripting really isn't bad (as it feels like C), but there are so many commands (and flags) entangled into the whole thing, that I'm not sure about what to do in certain situations. Anyways, onto the question at hand.
As far as getting information about meshes and joints via "skinCluster", I've got what I need from many a website. However, that is if I do a smooth bind of mesh(s) and joint(s), whereas with a rigid bind, I'm most likely working with "jointCluster", which for some odd reason, I'm having a difficult time finding information I need. I'm assuming that with a joinCluster, a joint is associated with it, along with the vertices on a mesh that joint will affect. At least, that is what I'm hoping, because that is all the information I need (for the moment). Being able to get, though the many jointClusters, the associated joints, the meshes they affect, and the vertices of those meshes. That pretty much how I got the data with skinCluster, but I don't expect it to work the same way.
Would anyone here with Maya Mel scripting knowledge be able to help me?
EDIT:
Perhaps I shouldn't say just Mel commands, as I have very little knowledge of Maya itself, other than a few things for making a basic model. Still have lots of tutorials to go through :(
_________________
DS - It's all about DiscoStew
My problem is the lack of knowledge with Mel commands. The actual scripting really isn't bad (as it feels like C), but there are so many commands (and flags) entangled into the whole thing, that I'm not sure about what to do in certain situations. Anyways, onto the question at hand.
As far as getting information about meshes and joints via "skinCluster", I've got what I need from many a website. However, that is if I do a smooth bind of mesh(s) and joint(s), whereas with a rigid bind, I'm most likely working with "jointCluster", which for some odd reason, I'm having a difficult time finding information I need. I'm assuming that with a joinCluster, a joint is associated with it, along with the vertices on a mesh that joint will affect. At least, that is what I'm hoping, because that is all the information I need (for the moment). Being able to get, though the many jointClusters, the associated joints, the meshes they affect, and the vertices of those meshes. That pretty much how I got the data with skinCluster, but I don't expect it to work the same way.
Would anyone here with Maya Mel scripting knowledge be able to help me?
EDIT:
Perhaps I shouldn't say just Mel commands, as I have very little knowledge of Maya itself, other than a few things for making a basic model. Still have lots of tutorials to go through :(
_________________
DS - It's all about DiscoStew