Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Felke <martin.felke@googlemail.com>2019-03-17 16:48:12 +0300
committerMartin Felke <martin.felke@googlemail.com>2019-03-17 16:48:12 +0300
commit9dbc8cc2016d56c0ccdb68b062072dd437ab8340 (patch)
treea12653f32eb68a20f236c1537858f26e3f3f8d05
parentbda7f7d61fb545729dbe002b01a2870bc67ee1e0 (diff)
small refresh operator fix
-rw-r--r--source/blender/editors/object/object_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_modifier.c b/source/blender/editors/object/object_modifier.c
index 8e7a7a71906..057047a0dad 100644
--- a/source/blender/editors/object/object_modifier.c
+++ b/source/blender/editors/object/object_modifier.c
@@ -2476,7 +2476,7 @@ static int fracture_refresh_exec(bContext *C, wmOperator *op)
WM_event_add_notifier(C, NC_OBJECT | ND_POINTCACHE, NULL);
WM_event_add_notifier(C, NC_OBJECT | ND_TRANSFORM, NULL);
WM_event_add_notifier(C, NC_OBJECT | ND_PARENT, NULL);
- WM_event_add_notifier(C, NC_SCENE | ND_FRAME, NULL);
+ //WM_event_add_notifier(C, NC_SCENE | ND_FRAME, NULL);
WM_event_add_notifier(C, NC_WINDOW, NULL);
WM_event_add_notifier(C, NC_MATERIAL | ND_SHADING, NULL);