![]() |
#4
|
|||
|
|||
Is the varable you are trying to call getAnimationID and getPosition a valid object? Perhaps you have not intialized the list properly? Try printing the varable before you use it. It should say something like VizAvatar instance.
Print like so: Code:
for avatar in peopleList: print avatar
__________________
Paul Elliott WorldViz LLC |
|
|