Bforartists / Manual

The Bforartists Manual
17 stars 4 forks source link

3D View - Curves Object - Set Type "handle" last operator toggle #601

Closed Draise14 closed 3 months ago

Draise14 commented 5 months ago

image In the last operator after setting Curves type.

This adds a new Handles checkbox to the conversion operator that affects how the conversion works in the following cases: Bezier -> Catmull Rom / Poly / Nurbs and Catmull Rom -> Nurbs. If enabled, three control points are added for each original control point, otherwise only one.

Details SHA-1: 3f2c4db95105a1abbbcdcfdd6d5895c22afaddb0 * Curves: support more curve type conversion options in edit mode This adds a new `Handles` checkbox to the conversion operator that affects how the conversion works in the following cases: `Bezier -> Catmull Rom / Poly / Nurbs` and `Catmull Rom -> Nurbs`. If enabled, three control points are added for each original control point, otherwise only one. ----- The images show the effect of the toggle. The top result is always the one with handles and the bottom one without. * `Bezier -> Poly` ![image](/attachments/c4833568-fb8a-415e-b4fc-a8af2002ded8) * `Bezier -> Catmull Rom` ![image](/attachments/df62e4c0-1a88-4f04-aa82-506bc40765a2) * `Bezier -> Nurbs` ![image](/attachments/3b78d49d-c840-4c15-a342-050fb1f5c3f5) * `Catmull Rom -> Nurbs` ![image](/attachments/de9a4c08-d442-4f97-a0e0-6393b0f0e6de) Pull Request: https://projects.blender.org/blender/blender/pulls/120423