From db844959d18e21e8fbb6f1f3a425b757d0dcb05b Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Tue, 26 Aug 2014 19:00:25 +0200 Subject: Add operator that deletes a texture paint layer for blender internal. --- source/blender/editors/sculpt_paint/paint_ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/sculpt_paint/paint_ops.c') diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c index 3605ce5f280..90161fa87dd 100644 --- a/source/blender/editors/sculpt_paint/paint_ops.c +++ b/source/blender/editors/sculpt_paint/paint_ops.c @@ -1083,6 +1083,7 @@ void ED_operatortypes_paint(void) WM_operatortype_append(PAINT_OT_image_from_view); WM_operatortype_append(PAINT_OT_brush_colors_flip); WM_operatortype_append(PAINT_OT_add_texture_paint_slot); + WM_operatortype_append(PAINT_OT_delete_texture_paint_slot); /* weight */ WM_operatortype_append(PAINT_OT_weight_paint_toggle); -- cgit v1.2.3