594dceda7fc54f315abc21177a6e1ce81242d31f
`select hierarchy` is treated in similar way as we're selecting single element from outliner. When `object_select_hierarchy_fn` is called for the first time, we clear select flag for all elements in `outliner_item_select`. This causes issue when `select hierarchy` is called for multiple elements. So fix is to not touch select and activate flags when `OL_ITEM_RECURSIVE` flag is set. This also fixes the hierarchy selection when "sync select" is OFF. Old Differential Revision: https://archive.blender.org/developer/D16804 Pull Request: https://projects.blender.org/blender/blender/pulls/104737
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
