M_Point:Curve(id, where)

Version added: before 9.5

Returns a curve that passes through the point

ArgumentTypeDescriptionDefaultVer
idint32The curve's id (0 is the first curve passing through the point)< 9.5
whereint32The point id in the relevant M_Curve - see M_Curve:Point< 9.5

Return type (M_Curve, int32): a curve that passes through the point and the point sequence number in that curve

Returns a curve that passes through the point and the point id in that curve

To call this it is necessary to define and assign any value to "where" - the value will be overwritten by the call

where = -1
curve, where = M_Point:Curve (id, where)
String "Curve" is found in the following scripts:

Paint Bucket + (by Danfield)

SS - Multi Layer Transform Points (by simplsam)

MR Tween Machine (by eugenebabich)

MR Key Motion (by eugenebabich)

Create Limb 2 (by Danfield)

See all...