M_Mesh:WeldPoints(movingID, solidID, frame)

Version added: before 9.5

Welds two points together

ArgumentTypeDescriptionDefaultVer
movingIDint32Point identifier< 9.5
solidIDint32Point identifier< 9.5
frameint32Frame number< 9.5

Return type (bool): true if successful, otherwise false

Welds two points together. The point identified by movingID will move if necessary to line up with solidID. Not all welding operations are allowed, so this function will return the status of the weld.
String "WeldPoints" is found in the following scripts:

Paint Bucket + (by Danfield)

SS - Multi Layer Transform Points (by simplsam)

HS Shape (by hayasidist)

Create Limb 2 (by Danfield)

SS - SVG Import (by simplsam)

See all...