Skip to content

Issues with Splines: Bug or Feature? #1681

Answered by OmarEmaraDev
dapa5900 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Tilt is stored per bezier point, so in order to get the tilt at any point on the spline segment, you need to interpolate the tilt of the two bezier points it lies between. The problem is for the last segment, the two bezier points are the first and last points of the spline. In accumulate mode, the first point will have a small tilt value while the last point will have a significantly higher value, so interpolating the two will yield a rapidly changing tilt, causing the the effect you see. I am not sure how this can be avoided. Adding an option to instead assign a lower equivalent angle tilt might be a good solution, but I will have to check how Blender treats equivalent angles in this c…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@OmarEmaraDev
Comment options

@dapa5900
Comment options

Answer selected by OmarEmaraDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants