anthonymcgrath
02-13-2009, 09:22 AM
hey all,
I've got a skinned character with a bindpose but after a bit of faffing with mel I've found that I can create new dagposes of selected items. So using a simple script, I select just the joints I want and the ik handles and I save off a dagpose in effect having the ability to create a simple full body pose of the character.
using this line in mel...
dagPose -save -selection -name TPOSE;
so I would have
TPOSE
and I use the same command to create...
BENTOVER
my question is tho - is it possible to apply my BENTOVER pose to just the arm joints of the character? or maybe just to the selected item. At the moment I can only apply the dagpose to the full character
I know there's a poselib script online which is very good and I could always use character sets but I just wanna see if I can suss this out as I'm trying to write this ability into a simple mel script for the guys at work :)
I've got a skinned character with a bindpose but after a bit of faffing with mel I've found that I can create new dagposes of selected items. So using a simple script, I select just the joints I want and the ik handles and I save off a dagpose in effect having the ability to create a simple full body pose of the character.
using this line in mel...
dagPose -save -selection -name TPOSE;
so I would have
TPOSE
and I use the same command to create...
BENTOVER
my question is tho - is it possible to apply my BENTOVER pose to just the arm joints of the character? or maybe just to the selected item. At the moment I can only apply the dagpose to the full character
I know there's a poselib script online which is very good and I could always use character sets but I just wanna see if I can suss this out as I'm trying to write this ability into a simple mel script for the guys at work :)
