Fix #104842: Incorrect cyclic curve parameter node factor #105079

Closed
Hans Goudey wants to merge 3 commits from HooglyBoogly:fix-curve-parameter-cyclic into blender-v3.5-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

3 Commits

Author SHA1 Message Date
Hans Goudey 431fca4773 Name changes, move lambda to separate function 2023-02-22 13:14:10 -05:00
Hans Goudey a8f5f6c8e8 Merge branch 'blender-v3.5-release' into fix-curve-parameter-cyclic 2023-02-22 13:10:53 -05:00
Hans Goudey 580ba88a66 Fix #104842: Incorrect cyclic curve parameter node factor
66dda2b902 made an incorrect change to account for the special
case for NURBS. Instead, make the step that turns the lengths into
parameters more explicit, and pass the correct total length for each
curve, even in the cyclic case.
2023-02-22 10:47:16 -05:00