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:
authorTon Roosendaal <ton@blender.org>2005-12-11 21:01:09 +0300
committerTon Roosendaal <ton@blender.org>2005-12-11 21:01:09 +0300
commit83f8cb0806ccc86419e084330233bdbb4b97b5ef (patch)
tree09e48609a7c07ae9fe37a95f1400304dd8176934 /source/blender/src/toolbox.c
parentd3113b51841486f24a22e257d803dac77132e040 (diff)
Added depsgraph update call on 'add group'.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 82839fcdeb9..6fc1941c817 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -2364,6 +2364,7 @@ static void do_group_addmenu(void *arg, int event)
if(ob->dup_group) {
id_us_plus((ID *)ob->dup_group);
ob->transflag |= OB_DUPLIGROUP;
+ DAG_scene_sort(G.scene);
}
}