Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_curve.h
| Show First 20 Lines • Show All 67 Lines • ▼ Show 20 Lines | |||||
| int join_curve_exec(struct bContext *C, struct wmOperator *op); | int join_curve_exec(struct bContext *C, struct wmOperator *op); | ||||
| /* editcurve_select.c */ | /* editcurve_select.c */ | ||||
| bool ED_curve_select_check(struct View3D *v3d, struct EditNurb *editnurb); | bool ED_curve_select_check(struct View3D *v3d, struct EditNurb *editnurb); | ||||
| void ED_curve_deselect_all(struct EditNurb *editnurb); | void ED_curve_deselect_all(struct EditNurb *editnurb); | ||||
| void ED_curve_select_all(struct EditNurb *editnurb); | void ED_curve_select_all(struct EditNurb *editnurb); | ||||
| void ED_curve_select_swap(struct EditNurb *editnurb, bool hide_handles); | void ED_curve_select_swap(struct EditNurb *editnurb, bool hide_handles); | ||||
| int ED_curve_select_count(struct View3D *v3d, struct EditNurb *editnurb); | |||||
| /* editcurve_undo.c */ | /* editcurve_undo.c */ | ||||
| void ED_curve_undosys_type(struct UndoType *ut); | void ED_curve_undosys_type(struct UndoType *ut); | ||||
| /* editfont.c */ | /* editfont.c */ | ||||
| void ED_curve_editfont_load(struct Object *obedit); | void ED_curve_editfont_load(struct Object *obedit); | ||||
| void ED_curve_editfont_make(struct Object *obedit); | void ED_curve_editfont_make(struct Object *obedit); | ||||
| void ED_curve_editfont_free(struct Object *obedit); | void ED_curve_editfont_free(struct Object *obedit); | ||||
| Show All 22 Lines | |||||