|
Blender V5.0
|
Functions | |
| static CurvesGeometry | generate_circle_primitive (const float radius) |
| static wmOperatorStatus | exec (bContext *C, wmOperator *op) |
|
static |
Definition at line 1642 of file curves_ops.cc.
References blender::ed::curves::append_primitive_curve(), C, CTX_data_edit_object(), DEG_id_tag_update(), generate_circle_primitive(), Curves::id, ID_RECALC_GEOMETRY, NC_GEOM, ND_DATA, OPERATOR_FINISHED, wmOperator::ptr, RNA_float_get(), and WM_event_add_notifier().
Referenced by blender::ed::curves::CURVES_OT_add_circle().
|
static |
Definition at line 1613 of file curves_ops.cc.
References BEZIER_HANDLE_AUTO, CURVE_TYPE_BEZIER, and generate_circle_primitive().
Referenced by exec(), and generate_circle_primitive().