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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-10-23 23:27:45 +0400
committerTon Roosendaal <ton@blender.org>2005-10-23 23:27:45 +0400
commit847a584744fa2316b625e90459479fbc058f74d5 (patch)
treed10d6c1e4cba47feaeac80d43df7ab0b2b968611 /source
parent20b23e3b5e032f4af6e6e14c1496333ecac409f8 (diff)
Bugfix: select Vertex Group in Outliner now updates 3d view properly.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/outliner.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c
index ec7cf701a7c..64d4d77cc43 100644
--- a/source/blender/src/outliner.c
+++ b/source/blender/src/outliner.c
@@ -1200,6 +1200,8 @@ static int tree_element_active_defgroup(TreeElement *te, TreeStoreElem *tselem,
ob= (Object *)tselem->id;
if(set) {
ob->actdef= te->index+1;
+ DAG_object_flush_update(G.scene, ob, OB_RECALC_DATA);
+ allqueue(REDRAWVIEW3D, ob->ipowin);
}
else {
if(ob==OBACT)