I have also wondered about this. I see there is a bindPose node but altering 
the contents of that appears to make little difference, and having to re-skin 
to change the bind pose seems like a very heavy handed approach to what 
*should* simply be a data change. Does anyone know if this is something that is 
by design or just a very old bug that has never been high enough priority to 
fix?

Mike.

From: [email protected] 
[mailto:[email protected]] On Behalf Of luiz elias
Sent: 12 February 2013 10:22
To: [email protected]
Subject: Re: [Maya-Python] BindPose Management

Hi Christopher,

you can:
export the skin weights,
delete history
put the joints in the pose you want
create new skin
load the weights again

I found that the native maya export weights are not very precise,
you can use this one:
http://www.creativecrash.com/maya/downloads/scripts-plugins/utility-external/export/c/dora-skinweight-import-export

its based on point order, it saves a list of ids and weights, so its 100% 
precise if you donst change your mesh point order..

cheers

luiz


On Mon, Feb 11, 2013 at 8:47 PM, Christopher Evans 
<[email protected]<mailto:[email protected]>> wrote:
Hi guys,
Anyone have any tips/tricks when dealing with files from other people that have 
multiple or messy bind poses? If I know there's a frame that has all the joints 
in the pose I want, is there a good way to blow away all dagposes and make a 
new bindpose for all joints in a hierarchy?
What are the ramifications of this?

--
CE
--
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
[email protected]<mailto:python_inside_maya%[email protected]>.
To post to this group, send email to 
[email protected]<mailto:[email protected]>.
For more options, visit https://groups.google.com/groups/opt_out.



--
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
[email protected]<mailto:[email protected]>.
To post to this group, send email to 
[email protected]<mailto:[email protected]>.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to