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:
Diffstat (limited to 'source/blender/editors/animation/anim_motion_paths.c')
-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 2a37302872a..088ac9dbcba 100644
--- a/source/blender/editors/animation/anim_motion_paths.c
+++ b/source/blender/editors/animation/anim_motion_paths.c
@@ -402,7 +402,7 @@ void animviz_calc_motionpaths(Depsgraph *depsgraph,
/* TODO: Create a copy of background depsgraph that only contain these entities,
* and only evaluates them.
*
- * For until that is done we force dependency graph to not be active, so we don't loose unkeyed
+ * For until that is done we force dependency graph to not be active, so we don't lose unkeyed
* changes during updating the motion path.
* This still doesn't include unkeyed changes to the path itself, but allows to have updates in
* an environment when auto-keying and pose paste is used. */