mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -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.
|
||||
|
||||
See the :ref:`models-and-actors` page in the Programming Guide to learn
|
||||
more about loading models and animated actors.
|
||||
See the :ref:`loading-actors-and-animations` page in the Programming Guide
|
||||
to learn more about loading animated models.
|
||||
"""
|
||||
|
||||
__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
|
||||
playing on it.
|
||||
|
||||
See the :ref:`models-and-actors` page in the Programming Guide to learn
|
||||
more about loading models and animated actors.
|
||||
See the :ref:`loading-actors-and-animations` page in the Programming Guide
|
||||
to learn more about loading animated models.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user