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:
authorCampbell Barton <ideasman42@gmail.com>2011-07-25 20:12:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-25 20:12:54 +0400
commitcc0abf99632064f9daba60be8867f2addd28b9e8 (patch)
tree07ef178098ad0e4f2c71cc00d03a6fcdc6568a2e /source/blender/editors/object/object_relations.c
parent619927605355a0b66e1ecd8f8a8bf1fe31b68d07 (diff)
parent1f2c93f9f783a2b0c2fb6ce42e30325a25d58265 (diff)
svn merge -r37900:38000 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/editors/object/object_relations.c')
-rw-r--r--source/blender/editors/object/object_relations.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c
index 1ba2f3541ec..bf21c4c0f62 100644
--- a/source/blender/editors/object/object_relations.c
+++ b/source/blender/editors/object/object_relations.c
@@ -443,6 +443,7 @@ static int parent_clear_exec(bContext *C, wmOperator *op)
DAG_scene_sort(bmain, scene);
DAG_ids_flush_update(bmain, 0);
WM_event_add_notifier(C, NC_OBJECT|ND_TRANSFORM, NULL);
+ WM_event_add_notifier(C, NC_OBJECT|ND_PARENT, NULL);
return OPERATOR_FINISHED;
}