Notifications
Clear all
[Closed] Can welding be automated?
Jul 22, 2014 9:06 am
fully or partially?
Maybe something silly since it should be visually inspected by
the designer. But can I help him/me with maxscript for jobs similiar to that?
Thanks
Jack
2 Replies
Jul 22, 2014 9:06 am
Sure,
it’s very easy (editable poly)
$.weldThreshold = 0.001
polyop.weldVertsByThreshold $ #all
For all objects
for ob in selection do(
ob.weldThreshold = 0.001
polyop.weldVertsByThreshold ob #all
)