b690e9d4dbfdbadcb2b4ecc8bbb9b56a8c08d157
This is mostly a non-functional change except for * `overlay_armature.cc` was drawing relationship lines to bone hidden by collection logic (except that doesn't seem to work anyway, relationship lines are drawn regardless) * `transform_snap_armature.cc` it was possible to snap to pose bones hidden by collection logic. I assumed those to be oversights so I changed them in this PR. This does *not* remove all usages of `BONE_HIDDEN_P` and `BONE_HIDDEN_A`. Some direct access is required in the UI and for cases where we explicitly don't want to check collection visibility. Part of #138482 Pull Request: https://projects.blender.org/blender/blender/pulls/139151
…
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%
