From 2a02632882a4b538fcde785668ef993d26fae84b Mon Sep 17 00:00:00 2001 From: Jason Wilkins Date: Thu, 22 Jul 2010 20:18:42 +0000 Subject: * removing the notifiers I added until I can discover the most lightweight way to achieve the same thing --- source/blender/makesrna/intern/rna_brush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_brush.c') diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c index 1da8986fd4c..cd2a515d185 100644 --- a/source/blender/makesrna/intern/rna_brush.c +++ b/source/blender/makesrna/intern/rna_brush.c @@ -52,7 +52,7 @@ static void rna_Brush_update(Main *bmain, Scene *scene, PointerRNA *ptr) { Brush *br= (Brush*)ptr->data; WM_main_add_notifier(NC_BRUSH|NA_EDITED, br); - WM_main_add_notifier(NC_SPACE|ND_SPACE_VIEW3D, NULL); + //WM_main_add_notifier(NC_SPACE|ND_SPACE_VIEW3D, NULL); } static int rna_Brush_is_sculpt_brush(Brush *me, bContext *C) -- cgit v1.2.3