-
-
Notifications
You must be signed in to change notification settings - Fork 579
Make the Spline tool non-destructive #1125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of adding points to a temporary list stored in the Spline tool, which gets destructively committed when the user is done and turned into a Bezier curve, move that spline -> Bezier logic into a node and make the Spline tool draw a polyline which gets fed into the spline interpolator node.
The text was updated successfully, but these errors were encountered: