Blender Git Commit Log
Git Commits -> Revision 18ccf32
Revision 18ccf32 by Nathan Craddock (master) June 18, 2020, 02:31 (GMT) |
Outliner: Fix (unreported) object select in multiple collections Previous commits to fix parent selection introduced incorrect behavior when selecting objects linked to multiple collections. The clicked object would be selected, but also the first listed object in the tree would be selected. Instead of always searching for a parent object to select, only search back when the selected element is not an ID_OB. This prevents multiple selection of objects linked to multiple collections. |
Commit Details:
Full Hash: 18ccf328ac5611221e073aebaddde1b0b2169984
Parent Commit: e079bf6
Lines Changed: +28, -15