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:
authorSebastian Parborg <zeddb>2019-01-22 22:24:33 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-22 22:24:42 +0300
commitccc48bf27eaa6651674a857a95884d821e42e1a7 (patch)
treeaf37ff1023519ba8aaa49759ff1f3b24b52c9618 /source/blender/editors/space_outliner/outliner_select.c
parenta34297a6d64d1a44a504e93a8a6cd383aa014382 (diff)
Fix T60602: outliner pose bone selection does not update in viewport.
Differential Revision: https://developer.blender.org/D4223
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_select.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_select.c b/source/blender/editors/space_outliner/outliner_select.c
index 1a84d6bd142..d1b18057830 100644
--- a/source/blender/editors/space_outliner/outliner_select.c
+++ b/source/blender/editors/space_outliner/outliner_select.c
@@ -549,7 +549,7 @@ static eOLDrawState tree_element_active_posechannel(
}
WM_event_add_notifier(C, NC_OBJECT | ND_BONE_ACTIVE, ob);
-
+ DEG_id_tag_update(&arm->id, ID_RECALC_SELECT);
}
}
else {