From 4302342287b56e6b47930eec7db55625c3589327 Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Fri, 8 Mar 2019 15:53:38 +0100 Subject: Fix T62359: Flip colors for Fill Tool missing Reviewers: brecht Maniphest Tasks: T62359 Differential Revision: https://developer.blender.org/D4486 --- source/blender/editors/sculpt_paint/paint_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/sculpt_paint/paint_intern.h') diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h index 8363145ee07..5b86fc02979 100644 --- a/source/blender/editors/sculpt_paint/paint_intern.h +++ b/source/blender/editors/sculpt_paint/paint_intern.h @@ -81,6 +81,7 @@ int paint_stroke_modal(struct bContext *C, struct wmOperator *op, const struct w int paint_stroke_exec(struct bContext *C, struct wmOperator *op); void paint_stroke_cancel(struct bContext *C, struct wmOperator *op); bool paint_stroke_flipped(struct PaintStroke *stroke); +bool paint_stroke_inverted(struct PaintStroke *stroke); struct ViewContext *paint_stroke_view_context(struct PaintStroke *stroke); void *paint_stroke_mode_data(struct PaintStroke *stroke); float paint_stroke_distance_get(struct PaintStroke *stroke); -- cgit v1.2.3