Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_curve.h
| Context not available. | |||||
| void ED_curve_editnurb_free(struct Object *obedit); | void ED_curve_editnurb_free(struct Object *obedit); | ||||
| bool ED_curve_editnurb_select_pick( | bool ED_curve_editnurb_select_pick( | ||||
| struct bContext *C, const int mval[2], bool extend, bool deselect, bool toggle); | struct bContext *C, const int mval[2], bool extend, bool deselect, bool toggle, bool alt); | ||||
| struct Nurb *ED_curve_add_nurbs_primitive( | struct Nurb *ED_curve_add_nurbs_primitive( | ||||
| struct bContext *C, struct Object *obedit, float mat[4][4], int type, int newob); | struct bContext *C, struct Object *obedit, float mat[4][4], int type, int newob); | ||||
| Context not available. | |||||
| bool ED_curve_select_all(struct EditNurb *editnurb); | bool ED_curve_select_all(struct EditNurb *editnurb); | ||||
| bool ED_curve_select_swap(struct EditNurb *editnurb, bool hide_handles); | bool ED_curve_select_swap(struct EditNurb *editnurb, bool hide_handles); | ||||
| int ED_curve_select_count(struct View3D *v3d, struct EditNurb *editnurb); | int ED_curve_select_count(struct View3D *v3d, struct EditNurb *editnurb); | ||||
| void ED_curve_propagate_selected_pts_to_flag2(struct Curve *cu); | |||||
| /* editcurve_undo.c */ | /* editcurve_undo.c */ | ||||
| void ED_curve_undosys_type(struct UndoType *ut); | void ED_curve_undosys_type(struct UndoType *ut); | ||||
| Context not available. | |||||