From 8351e2d4b94c601bcf1984a2c92ccfaa2a2601fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 9 Mar 2021 17:42:09 +0100 Subject: Cleanup: add missing full stop to docstring of function No functional changes. --- source/blender/makesrna/intern/rna_pose_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_pose_api.c b/source/blender/makesrna/intern/rna_pose_api.c index d93972aa0ad..29516830058 100644 --- a/source/blender/makesrna/intern/rna_pose_api.c +++ b/source/blender/makesrna/intern/rna_pose_api.c @@ -136,7 +136,7 @@ void RNA_api_pose(StructRNA *srna) RNA_def_function_ui_description( func, "Apply the given action to this pose by evaluating it at a specific time. Only updates the " - "pose of selected bones, or all bones if none are selected"); + "pose of selected bones, or all bones if none are selected."); parm = RNA_def_pointer(func, "action", "Action", "Action", "The Action containing the pose"); RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); -- cgit v1.2.3