Update importing_scenes.rst (#1979)

This commit is contained in:
Guillaume Laforte
2018-12-05 09:58:27 -05:00
committed by Rémi Verschelde
parent 9502fe64dd
commit 18b5069a2a

View File

@@ -328,3 +328,13 @@ Rigid Body (-rigid)
~~~~~~~~~~~~~~~~~~~
Creates a rigid body from this mesh.
Animation loop (-loop, -cycle)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Animation clips in the COLLADA document that start or end with the token "loop" or "cycle"
will be imported as a Godot Animation with the loop flag set. This is case-sensitive and
does not require an hyphen.
In Blender, this requires using the NLA Editor and naming the Action with the "loop" or
"cycle" prefix or suffix.