Malcolm Mods

Discuss anything related to user mods of the Malcolm Rig
Post Reply
User avatar
admin
Site Admin
Posts:507
Joined:Thu Jul 21, 2011 12:51 pm
Malcolm Mods

Post by admin » Mon Oct 24, 2011 4:13 pm

Post any questions or topics about Malcolm Mods here.

A "mod" is a modified version of a character, made by a user. They should be sent to the "charactermods" address at animschool for any redistribution. AnimSchool does not support modified characters, but the author may provide support here on this forum, or elsewhere.

pnarse20
Posts:2
Joined:Thu Feb 02, 2012 6:19 pm

Re: Malcolm Mods

Post by pnarse20 » Thu Feb 02, 2012 6:21 pm

I was trying to download the MOD version of Malcolm from Josh Sobel, but when I follow the download link it didn't show the link. Can you check the problem?

User avatar
admin
Site Admin
Posts:507
Joined:Thu Jul 21, 2011 12:51 pm

Re: Malcolm Mods

Post by admin » Fri Feb 03, 2012 10:56 am

Hi. Sorry about that! Now fixed.

pnarse20
Posts:2
Joined:Thu Feb 02, 2012 6:19 pm

Re: Malcolm Mods

Post by pnarse20 » Fri Feb 03, 2012 11:55 am

Thanks a lot Dave for such a amazing rig!

AlexKS
Posts:3
Joined:Fri Mar 09, 2012 4:43 am

Re: Malcolm Mods

Post by AlexKS » Fri Mar 09, 2012 5:09 am

Hi Dave,

I'm looking to use the Malcom rig with a new 'mod' tuxedo outfit for the 11 second club competition. Looks great and can't wait to start so thanks!

I'm using Maya and have finished modelling up his new getup.

Is there a easy way to identify the joints I need to skin to?

I notice there is a quick selection set called 'armSkinning1' which looks to contain the joints for the hands arms and possibly upper body?

If there something similar for the legs? or a someway of easily getting to the relevant joints I should be skinning to?

Many Thanks,
Alex

User avatar
admin
Site Admin
Posts:507
Joined:Thu Jul 21, 2011 12:51 pm

Re: Malcolm Mods

Post by admin » Sat Mar 10, 2012 12:41 am

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");
}

AlexKS
Posts:3
Joined:Fri Mar 09, 2012 4:43 am

Re: Malcolm Mods

Post by AlexKS » Sat Mar 10, 2012 7:36 am

awesome,
Thanks for the quick reply. I'll give it a go.
Cheers,

Alex

matiuste
Posts:2
Joined:Tue Jun 05, 2012 11:48 am

Re: Malcolm Mods

Post by matiuste » Tue Jun 05, 2012 10:30 pm

Hi,

I've been trying to skin a new shirt for Malcolm rig.
I tried the Script but it isn't really accurate.

Do I need to bind the mesh to specifics joint or just binding it to any would do it?

Basicly I would need a bit more information for this method.

thanks!

User avatar
admin
Site Admin
Posts:507
Joined:Thu Jul 21, 2011 12:51 pm

Re: Malcolm Mods

Post by admin » Tue Jun 05, 2012 11:12 pm

That script just *finds* what joints are in the skin cluster. You can skin your new object to those same joints.

Here is another, better workflow I think (shown on another character, but it should work for Malcolm):
I have NOT tried this.

kevinpworth
Posts:1
Joined:Wed Mar 06, 2013 6:29 pm

Re: Malcolm Mods

Post by kevinpworth » Wed Mar 06, 2013 7:09 pm

So I've been trying Jason's method (above) on a mod for Malcolm, and came across a couple issues so far.

After extruding the geometry on Malcolms UpperBody I noticed that the polygons I created had hard edges. I've been trying everything I can in order to soften thse edges but nothing seems to be working. Does anyone have any idea what could be causing this? And how to fix it?
Malcolm_Normals.jpg
Also, it looks as though changing the low res Geometry does not translate well when switching to the smoothed. I'm not sure if smoothing Malcolm would be an option with this method, but I could be wrong?

I am by no means a modeler/rigger so most of the stuff happening under the hood here is beyond my expertise. Has anyone else tried adjusting Malcolms geometry yet; or is everyone just playing with UV Maps; and adding props for their mods?

User avatar
admin
Site Admin
Posts:507
Joined:Thu Jul 21, 2011 12:51 pm

Re: Malcolm Mods

Post by admin » Fri Mar 08, 2013 5:30 pm

Did you try Normals>Average Normals?

Or, if this method doesn't work for you, you can just make a collar and use a wrap deformer to attach it to the shirt.

Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests