b4cc9329e5857dabdf79f846a202ec9192f0f125
BKE_pose_minmax()
Remove the `use_hidden` parameter of the `BKE_pose_minmax()` function. This parameter was only used with `use_selected` set to the same value, with the following effects: - Both set to `true`: only selected bones are considered. Since hidden bones are automatically deselected, this effectively excluded hidden bones. - Both set to `false`: explicitly excludes hidden bones. So in both use cases hidden bones were ignored, which IMO is the correct approach anyway, as the bounding box is used for centering in view, snapping to bounding box, etc. No functional changes.
…
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%
