We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently support sending regular Bézier curves.
But blender Nurbs curves have the use_bezier_u bool (CU_NURB_BEZIER flag)
use_bezier_u
CU_NURB_BEZIER
These types of nurbs don't correctly send.
Needs some more scoping to understand what these types of curves are, and if our current Objects.Geometry.Curve can represent them.
Objects.Geometry.Curve
The text was updated successfully, but these errors were encountered:
Closing this ticket as we are moving to Jira to reduce noise. You can access it there.
Sorry, something went wrong.
JR-Morgan
No branches or pull requests
We currently support sending regular Bézier curves.
But blender Nurbs curves have the
use_bezier_u
bool (CU_NURB_BEZIER
flag)These types of nurbs don't correctly send.
Needs some more scoping to understand what these types of curves are, and if our current
Objects.Geometry.Curve
can represent them.The text was updated successfully, but these errors were encountered: