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:
-rw-r--r--source/blender/editors/space_outliner/outliner_select.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/editors/space_outliner/outliner_select.c b/source/blender/editors/space_outliner/outliner_select.c
index e61ded299d1..931af08c717 100644
--- a/source/blender/editors/space_outliner/outliner_select.c
+++ b/source/blender/editors/space_outliner/outliner_select.c
@@ -165,11 +165,7 @@ static eOLDrawState tree_element_set_active_object(
}
/* find associated base in current scene */
- if (te->directdata) {
- base = te->directdata;
- } else {
- base = BKE_scene_layer_base_find(sl, ob);
- }
+ base = BKE_scene_layer_base_find(sl, ob);
if (base) {
if (set == OL_SETSEL_EXTEND) {