From adcce654e38307b180ebdfa3699a80018ac95f63 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 18 Apr 2022 20:17:41 -0400 Subject: Cleanup: Use correct capitalization of "F-Curve" --- source/blender/sequencer/SEQ_animation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/sequencer/SEQ_animation.h') diff --git a/source/blender/sequencer/SEQ_animation.h b/source/blender/sequencer/SEQ_animation.h index f2c66393b65..b8f74e5a510 100644 --- a/source/blender/sequencer/SEQ_animation.h +++ b/source/blender/sequencer/SEQ_animation.h @@ -20,15 +20,15 @@ void SEQ_free_animdata(struct Scene *scene, struct Sequence *seq); void SEQ_offset_animdata(struct Scene *scene, struct Sequence *seq, int ofs); struct GSet *SEQ_fcurves_by_strip_get(const struct Sequence *seq, struct ListBase *fcurve_base); /** - * Move all `F-curves` from `scene` to `list`. + * Move all `F-Curves` from `scene` to `list`. */ void SEQ_animation_backup_original(struct Scene *scene, struct ListBase *list); /** - * Move all `F-curves` from `list` to `scene`. + * Move all `F-Curves` from `list` to `scene`. */ void SEQ_animation_restore_original(struct Scene *scene, struct ListBase *list); /** - * Duplicate `F-curves` used by `seq` from `list` to `scene`. + * Duplicate `F-Curves` used by `seq` from `list` to `scene`. */ void SEQ_animation_duplicate(struct Scene *scene, struct Sequence *seq, struct ListBase *list); -- cgit v1.2.3