mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
actor: Fix deadlinks to renamed manual page in API reference
This commit is contained in:
parent
985ec3061c
commit
6419acb56f
@ -1,7 +1,7 @@
|
|||||||
"""Actor module: contains the Actor class.
|
"""Actor module: contains the Actor class.
|
||||||
|
|
||||||
See the :ref:`models-and-actors` page in the Programming Guide to learn
|
See the :ref:`loading-actors-and-animations` page in the Programming Guide
|
||||||
more about loading models and animated actors.
|
to learn more about loading animated models.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__all__ = ['Actor']
|
__all__ = ['Actor']
|
||||||
|
@ -5,6 +5,6 @@ the lower-level :class:`panda3d.core.Character` implementation.
|
|||||||
It loads and controls an animated character and manages the animations
|
It loads and controls an animated character and manages the animations
|
||||||
playing on it.
|
playing on it.
|
||||||
|
|
||||||
See the :ref:`models-and-actors` page in the Programming Guide to learn
|
See the :ref:`loading-actors-and-animations` page in the Programming Guide
|
||||||
more about loading models and animated actors.
|
to learn more about loading animated models.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user