Cleanup: Anim, insert section start/end comments

Insert section comments `/* \{ */` and `/** \{ */` to `armature.cc`.

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2024-01-04 14:48:02 +01:00
parent d12fa306f7
commit 6874c87747
1 changed files with 4 additions and 0 deletions

View File

@ -3133,7 +3133,11 @@ bPoseChannel *BKE_armature_splineik_solver_find_root(bPoseChannel *pchan,
return rootchan;
}
/** \} */
/* -------------------------------------------------------------------- */
/** \name implementations of DNA struct C++ methods.
* \{ */
blender::Span<const BoneCollection *> bArmature::collections_span() const
{