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 <campbell@blender.org>2022-06-09 03:10:37 +0300
committerCampbell Barton <campbell@blender.org>2022-06-09 03:11:25 +0300
commit84906d47dc8ae7e0739865dbcba727f29c0632e9 (patch)
tree44a33bcf2a7491250b4e261b50bf8e359c9fb37d /source/blender/editors/include/ED_keyframing.h
parent8b8fbffeea21a7f063ee60ab95113e0f14e38555 (diff)
Cleanup: format
Diffstat (limited to 'source/blender/editors/include/ED_keyframing.h')
-rw-r--r--source/blender/editors/include/ED_keyframing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_keyframing.h b/source/blender/editors/include/ED_keyframing.h
index 5f172dab969..a53042b70d6 100644
--- a/source/blender/editors/include/ED_keyframing.h
+++ b/source/blender/editors/include/ED_keyframing.h
@@ -662,8 +662,8 @@ bool ED_autokeyframe_pchan(struct bContext *C,
/**
* Use for auto-key-framing
* \param only_if_property_keyed: if true, auto-key-framing only creates keyframes on already keyed
- * properties. This is by design when using buttons. For other callers such as gizmos or VSE preview
- * transform, creating new animation/keyframes also on non-keyed properties is desired.
+ * properties. This is by design when using buttons. For other callers such as gizmos or VSE
+ * preview transform, creating new animation/keyframes also on non-keyed properties is desired.
*/
bool ED_autokeyframe_property(struct bContext *C,
struct Scene *scene,