Insert a point in a curve knowing its uvw

   2580   2   2
User Avatar
Member
4 posts
Joined: July 2020
Offline
Hi all,

What is the best way to insert a point in a curve, when I know the uvw (well, only u as it's a curve) position of the point I want to create.

Thank you!
User Avatar
Member
1731 posts
Joined: May 2006
Online
carve sop? it's not hugely procedural (its a pain to control it from attributes, drive different curves with different cut points), but at a basic level does what you're asking.
http://www.tokeru.com/cgwiki [www.tokeru.com]
https://www.patreon.com/mattestela [www.patreon.com]
User Avatar
Member
900 posts
Joined: Feb. 2016
Offline
If you don't want to venture in vex, just merge the points in a single geo, then use the Sort Sop to sort their index by attribute ("u" in your case), finally use the add sop to connect them together again by index.

I use this trick all the time to connect scattered point on a line.
  • Quick Links