Malcolm Mods
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.
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.
Re: Malcolm Mods
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?
Re: Malcolm Mods
Hi. Sorry about that! Now fixed.
Re: Malcolm Mods
Thanks a lot Dave for such a amazing rig!
Re: Malcolm Mods
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
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
Re: Malcolm Mods
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");
}
Re: Malcolm Mods
awesome,
Thanks for the quick reply. I'll give it a go.
Cheers,
Alex
Thanks for the quick reply. I'll give it a go.
Cheers,
Alex
Re: Malcolm Mods
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!
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!
Re: Malcolm Mods
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.
Here is another, better workflow I think (shown on another character, but it should work for Malcolm):
I have NOT tried this.
-
- Posts:1
- Joined:Wed Mar 06, 2013 6:29 pm
Re: Malcolm Mods
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? 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?
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? 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?
Re: Malcolm Mods
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.
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.
Who is online
Users browsing this forum: No registered users and 20 guests