Home
last modified time | relevance | path

Searched refs:paint_poll (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_intern.h91 bool paint_poll(struct bContext *C);
H A Dpaint_stroke.c1419 SPACE_TYPE_ANY, RGN_TYPE_ANY, paint_poll, paint_draw_smooth_cursor, stroke); in paint_stroke_modal()
1446 SPACE_TYPE_ANY, RGN_TYPE_ANY, paint_poll, paint_draw_line_cursor, stroke); in paint_stroke_modal()
1616 bool paint_poll(bContext *C) in paint_poll() function
H A Dsculpt.c6420 return SCULPT_mode_poll(C) && paint_poll(C); in SCULPT_poll()