diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-05-28 14:53:15 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-05-28 14:53:15 +0200 |
commit | 4c5dd51eb9253478bfb5b106ea22a24f5b55133c (patch) | |
tree | bbed8ea64655fffb8c56953bca573faabc4e23ed /doc/classes/OrientedPathFollow.xml | |
parent | ddc24347ba0170d73d804a320a16739be17328c8 (diff) |
Sync classref with current source
Also fix binding of Basis.slerp
Diffstat (limited to 'doc/classes/OrientedPathFollow.xml')
-rw-r--r-- | doc/classes/OrientedPathFollow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OrientedPathFollow.xml b/doc/classes/OrientedPathFollow.xml index c32e545ff5..85d60936ad 100644 --- a/doc/classes/OrientedPathFollow.xml +++ b/doc/classes/OrientedPathFollow.xml @@ -5,7 +5,7 @@ </brief_description> <description> This node behaves like [PathFollow], except it uses its parent [Path] up vector information to enforce orientation. - Make sure to check if the curve of this node's parent [Path] has up vectors enabled. See [PathFollow] and [Curve3D] for further information. + Make sure to check if the curve of this node's parent [Path] has up vectors enabled. See [PathFollow] and [Curve3D] for further information. </description> <tutorials> </tutorials> |