Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-07-05 05:47:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-05 08:54:57 +0300
commitf0f7282d9d9bb5deb6216ac95e280b24f89eb239 (patch)
tree2d8b8a12ea887a4d7537f404662d790261c103d4 /source/blender/editors/animation
parentb73dc36859e03845f702a3e985b536ac9afef63a (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_motion_paths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_motion_paths.c b/source/blender/editors/animation/anim_motion_paths.c
index aac2465d43a..51a897600e1 100644
--- a/source/blender/editors/animation/anim_motion_paths.c
+++ b/source/blender/editors/animation/anim_motion_paths.c
@@ -355,7 +355,7 @@ static void motionpath_free_free_tree_data(ListBase *targets)
/* Perform baking of the given object's and/or its bones' transforms to motion paths
* - scene: current scene
- * - ob: object whose flagged motionpaths should get calculated
+ * - ob: object whose flagged motion-paths should get calculated
* - recalc: whether we need to
*/
/* TODO: include reports pointer? */