Page Menu
Home
Search
Configure Global Search
Log In
Files
F10466
Outliner_Timeline_Fix.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Alexander Kuznetsov (alexk)
Nov 13 2013, 2:14 PM
Size
717 B
Subscribers
None
Outliner_Timeline_Fix.patch
View Options
Index: source/blender/editors/space_outliner/outliner.c
===================================================================
--- source/blender/editors/space_outliner/outliner.c (revision 32352)
+++ source/blender/editors/space_outliner/outliner.c (working copy)
@@ -1937,9 +1937,12 @@
if(ob!=scene->obedit)
ED_object_exit_editmode(C, EM_FREEDATA|EM_FREEUNDO|EM_WAITCURSOR|EM_DO_UNDO);
-
- WM_event_add_notifier(C, NC_SCENE|ND_OB_ACTIVE, scene);
+
+ if(base)
+ WM_event_add_notifier(C, NC_SCENE|ND_OB_SELECT, scene);
+ else
+ WM_event_add_notifier(C, NC_SCENE|ND_OB_ACTIVE, scene);
}
static int tree_element_active_material(bContext *C, Scene *scene, SpaceOops *soops, TreeElement *te, int set)
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
67/3e/e6077a666fe7867b56d161cc83d2
Event Timeline
Log In to Comment