From 20a6255d49aaa1ca0ad72e75be064b2c1a56353f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Feb 2021 15:04:29 +1100 Subject: Cleanup: spelling --- source/blender/editors/armature/pose_select.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/armature/pose_select.c') diff --git a/source/blender/editors/armature/pose_select.c b/source/blender/editors/armature/pose_select.c index 6a03207b3b0..a3f97000509 100644 --- a/source/blender/editors/armature/pose_select.c +++ b/source/blender/editors/armature/pose_select.c @@ -138,8 +138,10 @@ void ED_pose_bone_select(Object *ob, bPoseChannel *pchan, bool select) } } -/* called from editview.c, for mode-less pose selection */ -/* assumes scene obact and basact is still on old situation */ +/** + * Called for mode-less pose selection. + * assumes the active object is still on old situation. + */ bool ED_armature_pose_select_pick_with_buffer(ViewLayer *view_layer, View3D *v3d, Base *base, -- cgit v1.2.3