From 674aae36b6fadf97613cc11758c32503b0f5f2f4 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sun, 22 Feb 2009 19:31:25 +0000 Subject: * Added radial control for texture paint (in both view3d and image) * bugfix: for older files, initialize the brush curve on file load --- source/blender/editors/sculpt_paint/paint_ops.c | 2 ++ 1 file changed, 2 insertions(+) (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 0918e8c9b94..6b3a36de826 100644 --- a/source/blender/editors/sculpt_paint/paint_ops.c +++ b/source/blender/editors/sculpt_paint/paint_ops.c @@ -12,7 +12,9 @@ void ED_operatortypes_paint(void) { /* image */ WM_operatortype_append(PAINT_OT_texture_paint_toggle); + WM_operatortype_append(PAINT_OT_texture_paint_radial_control); WM_operatortype_append(PAINT_OT_image_paint); + WM_operatortype_append(PAINT_OT_image_paint_radial_control); WM_operatortype_append(PAINT_OT_sample_color); WM_operatortype_append(PAINT_OT_grab_clone); WM_operatortype_append(PAINT_OT_set_clone_cursor); -- cgit v1.2.3