Loading Animations apart from Actor?

Is it possible to load an Actor, alone and then at some later point load up animations for that Actor? I couldn’t find anything in the Manual on it (or I overlooked it).

Yeah. Use the loadAnims method. Read the source code in direct/actor/Actor.py for more information.