Skip to content

Commit 7a67383

Browse files
authored
Change "clips" to "slices"
As I understand it, slices were once called clips; they became slices but the name wasn't updated in the docs.
1 parent 1e6df92 commit 7a67383

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorials/assets_pipeline/importing_3d_scenes/import_configuration.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -507,13 +507,13 @@ When animations are imported, an optimizer is run, which reduces the size of the
507507
animation considerably. In general, this should always be turned on unless you
508508
suspect that an animation might be broken due to it being enabled.
509509

510-
Clips
511-
~~~~~
510+
Slices
511+
~~~~~~
512512

513-
It is possible to specify multiple animations from a single timeline as clips.
513+
It is possible to specify multiple animations from a single timeline as slices.
514514
For this to work, the model must have only one animation that is named
515-
``default``. To create clips, change the clip amount to something greater than
516-
zero. You can then name a clip, specify which frames it starts and stops on, and
515+
``default``. To create slices, change the slice amount to something greater than
516+
zero. You can then name a slice, specify which frames it starts and stops on, and
517517
choose whether the animation loops or not.
518518

519519
Scene inheritance

0 commit comments

Comments
 (0)