Browse Source

Merge pull request #1992 from clayjohn/minimal_jitter

Clarify "minimal jitter" in importing_scenes tutorial
Rémi Verschelde 6 years ago
parent
commit
7a51501d91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/workflow/assets/importing_scenes.rst

+ 1 - 1
getting_started/workflow/assets/importing_scenes.rst

@@ -224,7 +224,7 @@ FPS
 
 
 Most 3D export formats store animation timeline in seconds instead of frames. To ensure
 Most 3D export formats store animation timeline in seconds instead of frames. To ensure
 animations are imported as faithfully as possible, please specify the frames per second
 animations are imported as faithfully as possible, please specify the frames per second
-used to edit them. Failing to do this may result in minimal jitter.
+used to edit them. Failing to do this may result in shaky animations.
 
 
 Filter Script
 Filter Script
 ~~~~~~~~~~~~~
 ~~~~~~~~~~~~~