weld vertex just in elements - not elements together
Hi
Are there any script for velding vertex just in elements? For example... I modeled a big plant, but I have made a leaves with small gape (my mistake) And now, i would like just weld vertex in many elements, because leaves are editable poly elements, but i don't want to weld leaves with trunk together or leaves together. Leaves are very close together :(
I have tried ZORB script, but welding seems like doesn't work...welder modifier as well...:(
Are there any ideas ? Thx buddies.
Comments
if you use the listener
if you use the listener select the whole script and hit shift+enter
Raphael Steves
owesome :) works! THX
owesome :) works! THX
detaching elements will help
Hi Tomas,
as you say the leaves are very close together, I think detaching elements will help. You can detach quickly all elements using my Detach Elements script. You can process all leaves of the entire forest with it assistance. (btw I have a good reports by Xfrog about this script)
The next step would be to weld detached objects by loop through them. Here is a weld code snippets for poly and mesh objects:
my recent MAXScripts RSS (archive here)
Maybe call me a stupid, but
Maybe call me a stupid, but script witch you sent doesn't work. I have just puted the part of script for editable poly to the max listener,then selected 5 object in editable poly format and then ENTER in max script listener. Script writed this:
-- Syntax error: at ), expected
-- In line: )
so...I am sure, I am doing something wrong. But what?
THX Tomas
not afaik
but doing it by hand for 1 plant wont be a problem
-go into element subObjectLevel
-select an element
-hold ctrl
-go into vertex subObjectLevel (not per keyboard, use the mouse & keep holding ctrl)
-now weld the verts by threshold
-next element
Raphael Steves