Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sculpt_paint/paint_intern.h
| Show First 20 Lines • Show All 97 Lines • ▼ Show 20 Lines | |||||
| void paint_stroke_cancel(struct bContext *C, struct wmOperator *op, struct PaintStroke *stroke); | void paint_stroke_cancel(struct bContext *C, struct wmOperator *op, struct PaintStroke *stroke); | ||||
| bool paint_stroke_flipped(struct PaintStroke *stroke); | bool paint_stroke_flipped(struct PaintStroke *stroke); | ||||
| bool paint_stroke_inverted(struct PaintStroke *stroke); | bool paint_stroke_inverted(struct PaintStroke *stroke); | ||||
| struct ViewContext *paint_stroke_view_context(struct PaintStroke *stroke); | struct ViewContext *paint_stroke_view_context(struct PaintStroke *stroke); | ||||
| void *paint_stroke_mode_data(struct PaintStroke *stroke); | void *paint_stroke_mode_data(struct PaintStroke *stroke); | ||||
| float paint_stroke_distance_get(struct PaintStroke *stroke); | float paint_stroke_distance_get(struct PaintStroke *stroke); | ||||
| void paint_stroke_set_mode_data(struct PaintStroke *stroke, void *mode_data); | void paint_stroke_set_mode_data(struct PaintStroke *stroke, void *mode_data); | ||||
| bool paint_stroke_started(struct PaintStroke *stroke); | bool paint_stroke_started(struct PaintStroke *stroke); | ||||
| struct UnifiedPaintSettings *paint_stroke_paintsettings_get(struct PaintStroke *stroke); | |||||
| struct Brush *paint_stroke_brush_get(struct PaintStroke *stroke); | |||||
| bool PAINT_brush_tool_poll(struct bContext *C); | bool PAINT_brush_tool_poll(struct bContext *C); | ||||
| /** | /** | ||||
| * Delete overlay cursor textures to preserve memory and invalidate all overlay flags. | * Delete overlay cursor textures to preserve memory and invalidate all overlay flags. | ||||
| */ | */ | ||||
| void paint_cursor_delete_textures(void); | void paint_cursor_delete_textures(void); | ||||
| /* paint_vertex.c */ | /* paint_vertex.c */ | ||||
| ▲ Show 20 Lines • Show All 412 Lines • Show Last 20 Lines | |||||