Skip to content

Commit

Permalink
Fix typos in tutorials/animation/introduction.rst (#9917)
Browse files Browse the repository at this point in the history
* Fix typos in tutorials/animation/introduction.rst

* Grammar fix
  • Loading branch information
codingthat authored and mhilbrunner committed Oct 4, 2024
1 parent f97b223 commit d15f966
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/animation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ animation. Enter a name for the animation in the dialog box.

Add a new animation

Manage an animation libraries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Managing animation libraries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

For reusability, the animation is registered in a list in the animation library resource. If you add an animation to AnimationPlayer without specifying any particular settings, the animation will be registered in the [Global] animation library that AnimationPlayer has by default.

Expand Down Expand Up @@ -373,10 +373,10 @@ If you want to reset the tracks in the editor, select the AnimationPlayer node,
open the **Animation** bottom panel then choose **Apply Reset** in the
animation editor's **Edit** dropdown menu.

when using the keyframe icon next to a property in the inspector the editor will
When using the keyframe icon next to a property in the inspector the editor will
ask you to automatically create a RESET track.

.. note:: RESET tracks is also used as a reference value for blending. See also `For better blending <../animation/animation_tree.html#for-better-blending>`__.
.. note:: RESET tracks are also used as reference values for blending. See also `For better blending <../animation/animation_tree.html#for-better-blending>`__.

Onion Skinning
--------------
Expand Down

0 comments on commit d15f966

Please sign in to comment.