You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to visualize the plastic extrusion of a 3D printer for educational purpose.
Describe the problem or limitation you are having in your project
I'm trying to have a Path3D built by code, following the extrusion head.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
First step, just add a scale property in each point of the curve.
Then scale (and interpolate) each segment built from the CGS polygon using this property.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
This could be follow blender's workflow
scale_along_curve.mp4
If this enhancement will not be used often, can it be worked around with a few lines of script?
I don't know any workaroud. It would be nice if there is any.
Is there a reason why this should be core and not an add-on in the asset library?
Even if the use of this transformation is done in an addon, just adding scale in all path points, could be used for any addon using a path.
The text was updated successfully, but these errors were encountered:
Describe the project you are working on
I'm trying to visualize the plastic extrusion of a 3D printer for educational purpose.
Describe the problem or limitation you are having in your project
I'm trying to have a Path3D built by code, following the extrusion head.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
First step, just add a scale property in each point of the curve.
Then scale (and interpolate) each segment built from the CGS polygon using this property.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
This could be follow blender's workflow
scale_along_curve.mp4
If this enhancement will not be used often, can it be worked around with a few lines of script?
I don't know any workaroud. It would be nice if there is any.
Is there a reason why this should be core and not an add-on in the asset library?
Even if the use of this transformation is done in an addon, just adding scale in all path points, could be used for any addon using a path.
The text was updated successfully, but these errors were encountered: