patch [#28246] Fix for [#28240]: selecting more than one object in the outliner with "shift left mouse" doesn't work anymore
from Alex Fraser (z0r)
This commit is contained in:
@@ -660,8 +660,8 @@ int tree_element_active(bContext *C, Scene *scene, SpaceOops *soops, TreeElement
|
||||
{
|
||||
|
||||
switch(te->idcode) {
|
||||
case ID_OB:
|
||||
return tree_element_set_active_object(C, scene, soops, te, set);
|
||||
/* Note: no ID_OB: objects are handled specially to allow multiple
|
||||
selection. See do_outliner_item_activate. */
|
||||
case ID_MA:
|
||||
return tree_element_active_material(C, scene, soops, te, set);
|
||||
case ID_WO:
|
||||
|
||||
Reference in New Issue
Block a user