|
Hi,guys.I’m yusaku.
I made simple Mirror Weight tool “yk_MirrorWeight”.
If you’re interestead in this ,plaes try it.
http://community.softimage.com/downloads.php?do=file&id=282
yk_MirrorWeight is MirrorWeight tool for XSI6.02 and higher.
It no need SymmetryMap and Symmetry Mapping Templete.
So,It’s easier to use than XSI Mirror Weight command.
But This command is too slow.
Because It makes list of Symmetry vertex for each vertex selected.
Install:
Just put this file into Plug-in folder.
ex)C:\users\xxx\Softimage\XSI_xxx\Application\Plugins
How to use:
1:Select vertex has envelope weight as source.
yk_MirrorWeight
3:Set parameters,"Symmetry Plane” and “Point tolerance”.
4:Then push OK.
5:Just Wait! Plese be patient waiting if Skin object has many vertex.
Note:
Flip weight for Bone name includes “L_” and “R_” , “Left” and “Right” as default.
If you want change the target characters.
Open this script file,then rewrite line 118 - 122 as you like.
//######################################################################
//Set flip target character.
//You can change these characters if you using another rule of bone name.
var CHA_L1 = “L_” ; <----here!! > var CHA_R1 = “R_” ; <----here!! > var CHA_L2 = “Left” ; <----here!! > var CHA_R2 = “Right” ; <----here!! >
//######################################################################
thanks,yusaku.
|
|
|