Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sculpt_paint/paint_cursor.c
| Context not available. | |||||
| } | } | ||||
| /* Use special paint crosshair cursor in all paint modes*/ | /* Use special paint crosshair cursor in all paint modes*/ | ||||
| wmWindow *win = CTX_wm_window(C); | wmWindow *win = CTX_wm_window(C); | ||||
| WM_cursor_set(win, WM_CURSOR_PAINT); | WM_cursor_set(win, U.sculpt_cursor); | ||||
| if ((mode == PAINT_MODE_SCULPT) && ss && | if ((mode == PAINT_MODE_SCULPT) && ss && | ||||
| (brush->falloff_shape == PAINT_FALLOFF_SHAPE_SPHERE)) { | (brush->falloff_shape == PAINT_FALLOFF_SHAPE_SPHERE)) { | ||||
| Context not available. | |||||