M_Mesh:AddLonePoint(pos, frame)

Version added: before 9.5

Adds a lone, unconnected point to the mesh

ArgumentTypeDescriptionDefaultVer
posVector2Location of the new point< 9.5
frameint32Frame number< 9.5

Return type : none

Adds a lone, unconnected point to the mesh. Lone points are not normally allowed in Moho, so this function must be followed by one or more calls to the AppendPoint function.
String "AddLonePoint" is found in the following scripts:

MR Path (by eugenebabich)

HS Shape (by hayasidist)

Create Limb 2 (by Danfield)

SS - SVG Import (by simplsam)

Spirograph (by hayasidist)

See all...