Home
last modified time | relevance | path

Searched refs:paint_stroke_modal (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_intern.h82 int paint_stroke_modal(struct bContext *C, struct wmOperator *op, const struct wmEvent *event);
H A Dpaint_stroke.c1361 int paint_stroke_modal(bContext *C, wmOperator *op, const wmEvent *event) in paint_stroke_modal() function
H A Dpaint_image.c756 ot->modal = paint_stroke_modal; in PAINT_OT_image_paint()
H A Dpaint_vertex.c2554 ot->modal = paint_stroke_modal; in PAINT_OT_weight_paint()
3499 ot->modal = paint_stroke_modal; in PAINT_OT_vertex_paint()
H A Dsculpt.c7923 ot->modal = paint_stroke_modal; in SCULPT_OT_brush_stroke()