132 "Duplicate curve and move",
140 "Extrude Curve and Move",
141 "Extrude curve and move result",
bool ED_operator_editsurfcurve(bContext *C)
bool ED_operator_editfont(bContext *C)
void CURVE_OT_select_random(wmOperatorType *ot)
void FONT_OT_textbox_add(wmOperatorType *ot)
void FONT_OT_style_toggle(wmOperatorType *ot)
void CURVE_OT_select_less(wmOperatorType *ot)
void CURVE_OT_select_similar(wmOperatorType *ot)
void CURVE_OT_dissolve_verts(wmOperatorType *ot)
void FONT_OT_text_copy(wmOperatorType *ot)
void CURVE_OT_select_previous(wmOperatorType *ot)
void CURVE_OT_match_texture_space(wmOperatorType *ot)
void CURVE_OT_switch_direction(wmOperatorType *ot)
void FONT_OT_line_break(wmOperatorType *ot)
void FONT_OT_select_word(wmOperatorType *ot)
void FONT_OT_unlink(wmOperatorType *ot)
void CURVE_OT_shortest_path_pick(wmOperatorType *ot)
void CURVE_OT_primitive_nurbs_path_add(wmOperatorType *ot)
void CURVE_OT_spline_weight_set(wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_sphere_add(wmOperatorType *ot)
void CURVE_OT_select_linked(wmOperatorType *ot)
void CURVE_OT_extrude(wmOperatorType *ot)
void CURVE_OT_make_segment(wmOperatorType *ot)
void FONT_OT_select_all(wmOperatorType *ot)
void CURVE_OT_primitive_bezier_curve_add(wmOperatorType *ot)
void CURVE_OT_hide(wmOperatorType *ot)
void CURVE_OT_normals_make_consistent(wmOperatorType *ot)
void FONT_OT_move(wmOperatorType *ot)
void CURVE_OT_select_next(wmOperatorType *ot)
void CURVE_OT_shade_smooth(wmOperatorType *ot)
void CURVE_OT_primitive_bezier_circle_add(wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_torus_add(wmOperatorType *ot)
void CURVE_OT_delete(wmOperatorType *ot)
void FONT_OT_text_cut(wmOperatorType *ot)
void CURVE_OT_primitive_nurbs_circle_add(wmOperatorType *ot)
void CURVE_OT_spin(wmOperatorType *ot)
void FONT_OT_change_spacing(wmOperatorType *ot)
void CURVE_OT_spline_type_set(wmOperatorType *ot)
void CURVE_OT_shade_flat(wmOperatorType *ot)
void FONT_OT_text_insert_unicode(wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_surface_add(wmOperatorType *ot)
void FONT_OT_change_character(wmOperatorType *ot)
void CURVE_OT_vertex_add(wmOperatorType *ot)
void FONT_OT_delete(wmOperatorType *ot)
void FONT_OT_textbox_remove(wmOperatorType *ot)
void CURVE_OT_select_all(wmOperatorType *ot)
void CURVE_OT_draw(wmOperatorType *ot)
void CURVE_OT_primitive_nurbs_curve_add(wmOperatorType *ot)
void FONT_OT_open(wmOperatorType *ot)
void CURVE_OT_select_nth(wmOperatorType *ot)
void FONT_OT_text_paste_from_file(wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_cylinder_add(wmOperatorType *ot)
void CURVE_OT_pen(wmOperatorType *ot)
void FONT_OT_move_select(wmOperatorType *ot)
wmKeyMap * curve_pen_modal_keymap(wmKeyConfig *keyconf)
void CURVE_OT_de_select_first(wmOperatorType *ot)
void CURVE_OT_select_more(wmOperatorType *ot)
void CURVE_OT_separate(wmOperatorType *ot)
void CURVE_OT_smooth_tilt(wmOperatorType *ot)
void CURVE_OT_reveal(wmOperatorType *ot)
void CURVE_OT_cyclic_toggle(wmOperatorType *ot)
void FONT_OT_case_set(wmOperatorType *ot)
void CURVE_OT_duplicate(wmOperatorType *ot)
void FONT_OT_case_toggle(wmOperatorType *ot)
void CURVE_OT_select_row(wmOperatorType *ot)
void CURVE_OT_de_select_last(wmOperatorType *ot)
void CURVE_OT_smooth_radius(wmOperatorType *ot)
void FONT_OT_selection_set(wmOperatorType *ot)
void FONT_OT_text_paste(wmOperatorType *ot)
void CURVE_OT_select_linked_pick(wmOperatorType *ot)
void CURVE_OT_smooth(wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_curve_add(wmOperatorType *ot)
void CURVE_OT_split(wmOperatorType *ot)
void FONT_OT_text_insert(wmOperatorType *ot)
void CURVE_OT_smooth_weight(wmOperatorType *ot)
void CURVE_OT_radius_set(wmOperatorType *ot)
void CURVE_OT_decimate(wmOperatorType *ot)
void CURVE_OT_handle_type_set(wmOperatorType *ot)
void CURVE_OT_subdivide(wmOperatorType *ot)
void FONT_OT_style_set(wmOperatorType *ot)
void CURVE_OT_tilt_clear(wmOperatorType *ot)
void SURFACE_OT_primitive_nurbs_surface_circle_add(wmOperatorType *ot)
void ED_operatortypes_curve()
void ED_operatormacros_curve()
void ED_keymap_curve(wmKeyConfig *keyconf)
void RNA_boolean_set(PointerRNA *ptr, const char *name, bool value)
bool(* poll)(struct bContext *)
wmKeyMap * WM_keymap_ensure(wmKeyConfig *keyconf, const char *idname, int spaceid, int regionid)
wmOperatorTypeMacro * WM_operatortype_macro_define(wmOperatorType *ot, const char *idname)
void WM_operatortype_append(void(*opfunc)(wmOperatorType *))
wmOperatorType * WM_operatortype_append_macro(const char *idname, const char *name, const char *description, int flag)