|
Blender V4.3
|
#include <GEO_set_curve_type.hh>
Public Attributes | |
| bool | convert_bezier_handles_to_poly_points = false |
| bool | convert_bezier_handles_to_catmull_rom_points = false |
| bool | keep_bezier_shape_as_nurbs = true |
| bool | keep_catmull_rom_shape_as_nurbs = true |
Definition at line 14 of file GEO_set_curve_type.hh.
| bool blender::geometry::ConvertCurvesOptions::convert_bezier_handles_to_catmull_rom_points = false |
Definition at line 16 of file GEO_set_curve_type.hh.
| bool blender::geometry::ConvertCurvesOptions::convert_bezier_handles_to_poly_points = false |
Definition at line 15 of file GEO_set_curve_type.hh.
| bool blender::geometry::ConvertCurvesOptions::keep_bezier_shape_as_nurbs = true |
Make the NURB curve behave like a bezier curve and also keep the handle positions as control points.
Definition at line 21 of file GEO_set_curve_type.hh.
| bool blender::geometry::ConvertCurvesOptions::keep_catmull_rom_shape_as_nurbs = true |
Keep the exact shape of the catmull rom curve by inserting extra handle control points in the nurbs curve.
Definition at line 26 of file GEO_set_curve_type.hh.