Posts: 12
Threads: 5
Joined: Apr 2016
Sorry in advance for asking such a noob question, but is there a way to insert a control point (between two existing control points) into a CurvySpline? I understand how to add additional control points to the end of the spline, but I haven't found a way yet to insert. Thanks.
Posts: 690
Threads: 71
Joined: Jan 2015
By code or in the editor? From scripts just use CurvySpline.InsertAfter() or CurvySpline.InsertBefore().
In the editor you have multiple options:
- In "Draw Spline" mode, select a CP where you want to insert after, then Ctrl+Click anywhere to insert
- Having a CP range selected (at least 2 CP's), use the CP tools to subdivide a part of the spline, i.e. adding additional CP's