Home
last modified time | relevance | path

Searched refs:ED_operator_editcurve (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/curve/
H A Deditcurve_select.c511 ot->poll = ED_operator_editcurve; in CURVE_OT_de_select_first()
545 ot->poll = ED_operator_editcurve; in CURVE_OT_de_select_last()
842 ot->poll = ED_operator_editcurve; in CURVE_OT_select_next()
879 ot->poll = ED_operator_editcurve; in CURVE_OT_select_previous()
H A Deditcurve.c3996 ot->poll = ED_operator_editcurve; in CURVE_OT_spline_type_set()
4063 ot->poll = ED_operator_editcurve; in CURVE_OT_handle_type_set()
4115 ot->poll = ED_operator_editcurve; in CURVE_OT_normals_make_consistent()
5721 ot->poll = ED_operator_editcurve; in CURVE_OT_vertex_add()
6724 ot->poll = ED_operator_editcurve; in CURVE_OT_dissolve_verts()
6820 ot->poll = ED_operator_editcurve; in CURVE_OT_decimate()
7082 ot->poll = ED_operator_editcurve; in CURVE_OT_tilt_clear()
H A Deditcurve_paint.c1191 ot->poll = ED_operator_editcurve; in CURVE_OT_draw()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_screen.h366 bool ED_operator_editcurve(struct bContext *C);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/screen/
H A Dscreen_ops.c552 bool ED_operator_editcurve(bContext *C) in ED_operator_editcurve() function