-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Allow Tube Geometry to be serialized and loaded #15789
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
Allow Tube Geometry to be serialized and loaded #15789
Conversation
|
Have you considered to implement |
|
It seems you have removed the changes to |
|
Ups, seems I was too fast^^. In situations where you produce a lot of commits, it's a good idea to perform a "git reset", a new commit and then a force-push in order to keep the commit history more clean. |
|
The change is okay but it's important to highlight that serialization/deserialization is only possible with built-in curves (e.g. |
|
Thanks! |
Changes were also done in #15772.