Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/curve/editcurve_paint.c
| Context not available. | |||||
| cdd->draw_handle_view = ED_region_draw_cb_activate( | cdd->draw_handle_view = ED_region_draw_cb_activate( | ||||
| cdd->vc.ar->type, curve_draw_stroke_3d, op, REGION_DRAW_POST_VIEW); | cdd->vc.ar->type, curve_draw_stroke_3d, op, REGION_DRAW_POST_VIEW); | ||||
| WM_cursor_modal_set(cdd->vc.win, WM_CURSOR_PAINT_BRUSH); | WM_cursor_modal_set(cdd->vc.win, U.annotate_cursor); | ||||
| { | { | ||||
| View3D *v3d = cdd->vc.v3d; | View3D *v3d = cdd->vc.v3d; | ||||
| Context not available. | |||||