hebdemnobad opened this issue on Mar 09, 2005 ยท 6 posts
hebdemnobad posted Wed, 09 March 2005 at 11:55 AM
is it possible for poser python to get bone weight values on a per vertex basis?
nruddock posted Wed, 09 March 2005 at 12:28 PM
Yes, search for "VertexWeight" in the Python documentation.
ockham posted Thu, 10 March 2005 at 10:00 AM
Here's a previous thread that includes some work on visualizing vertex weights. http://www.renderosity.com/messages.ez?ForumID=12390&Form.ShowMessage=2003620
hebdemnobad posted Thu, 10 March 2005 at 10:15 AM
thanks. i'm trying to help a project that will export poser files to ogre3d .mesh and .skeleton format.
ockham posted Thu, 10 March 2005 at 10:17 AM
Oh. In that case the visualizing code probably won't help you much, but it will at least show an example of getting the weights.
hebdemnobad posted Thu, 10 March 2005 at 10:21 AM
it may help in that it could get the weights into ogre .xml format.