9c35656766d56ab0deab3abfd8c2a94cddfcb26f
No functional changes intended. This moves the functions * ANIM_bone_is_visible * ANIM_bone_is_visible_ebone * ANIM_bone_is_visible_pchan into new files `ANIM_armature.hh`/`armature.cc`. They were previously in `ANIM_bone_collections.hh` but don't directly have anything to do with bone collections. It also puts the functions into the `blender::animrig::` namespace and removes the `ANIM_` prefix as is the standard for C++ files. Part of #138482 Pull Request: https://projects.blender.org/blender/blender/pulls/138833
…
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%
