Files
test/source/blender/blenkernel
Sybren A. Stüvel b4cc9329e5 Refactor: Anim, remove 'use_hidden' from 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.
2024-05-13 15:42:33 +02:00
..
2024-05-08 11:25:00 +02:00
2024-04-08 16:23:25 +10:00
2024-05-10 18:39:51 +02:00
2024-05-03 11:33:18 +10:00
2024-05-03 11:33:18 +10:00
2023-11-27 09:30:52 +11:00
2024-05-07 12:29:32 +02:00