thibh Posted August 16, 2015 Share Posted August 16, 2015 Hi guys, I'm trying to create a path from different cameras. I manage to create points in Python from each camera's position and then create a linear curve between those points. Now I would like to smooth the curve to use it as a path for another camera which will be my main cam. I am using a convert sop to convert my linear curve to a nurbs curve but it's smoothing the curve way too much. Is there a way to smooth my linear curve and have a result similar to the "Wanted result" curve on the picture ? Thanks a lot! 1 Quote Link to comment Share on other sites More sharing options...
anim Posted August 16, 2015 Share Posted August 16, 2015 instead of convert use either Fit SOP in Interpolation mode, and sope Breakpoints, or play with UV Order or PolySpline SOP set to Cardinal and First/Last CV Count set to 2 1 Quote Link to comment Share on other sites More sharing options...
thibh Posted August 16, 2015 Author Share Posted August 16, 2015 Awesome! Exactly what I needed.Thanks a lot for your help =) ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.