View Single Post
# 5 27-09-2006 , 02:56 PM
publicFunction's Avatar
Senior Software Developer
Join Date: Jan 2005
Location: Livingston, Scotland
Posts: 1,701
You could adjust the tolerance via the history. Also you could create a MEL script for each one from 0.1 to 1 using:

$selected = `ls -sl`;
for( $vert in $selected ) {
//Merge the Selected Vertices
polyMergeVertex -d 0.1 $vert;
};

$selected = `ls -sl`;
for( $vert in $selected ) {
//Merge the Selected Vertices
polyMergeVertex -d 0.2 $vert;
};

etc...

Hope this helps...


Chris (formerly R@nSiD)
Twitter
When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)