Hi,
I'm looking to use the Malcom rig for the first time for this months 11 second club competition. It looks great and I can't wait to get started, so thanks for making it free!
I'm using Maya and I've modelled a new tuxedo mesh and was looking at what joints to skin it to.
Is there an easy way to select all these joints?
I noticed there is an 'armSkinning1' selection set which looks to contain the relevant joints for the hands,arms and possibly the whole upper body, is this correct? How about for the lower body. My modification is just clothing so I'm leaving the head alone.
Is there an easy way to select the joints I should be skinning to?
Thanks Again,
Alex
Skinning a new mod
Re: Skinning a new mod
You can select any piece of skinned geometery and run this script to get the influences:
string $skinClusterMesh[];
$skinClusterMesh = `ls -sl`;
string $skinCluster = findRelatedSkinCluster($skinClusterMesh[0]);
string $influence[] = `skinCluster -q -inf $skinCluster`;
for($i = 0; $i < size($influence);$i++) {
select -add $influence[$i];
print ($influence[$i]+",\n");
}
string $skinClusterMesh[];
$skinClusterMesh = `ls -sl`;
string $skinCluster = findRelatedSkinCluster($skinClusterMesh[0]);
string $influence[] = `skinCluster -q -inf $skinCluster`;
for($i = 0; $i < size($influence);$i++) {
select -add $influence[$i];
print ($influence[$i]+",\n");
}
-
- Posts:3
- Joined:Sat Dec 10, 2011 1:03 am
Re: Skinning a new mod
How about using a simple wrap deformer? Ive tried it and it works great...
Just duplicate the geo, then model your heart out.
Then select first your model, then the rigs geo go to "create deformers" - "wrap" bam... works perfectly... at least for me...
But it would be cool to see how someone actually adjusts the face...
Just duplicate the geo, then model your heart out.
Then select first your model, then the rigs geo go to "create deformers" - "wrap" bam... works perfectly... at least for me...

But it would be cool to see how someone actually adjusts the face...
Who is online
Users browsing this forum: No registered users and 2 guests