updating not visible bone animations

Hello,

I am wondering if there is a way to manually force the bone animations to update, if the character with the animation is not visible (visible=False or out of camera bounding volume).

Thanks in advance.

Reto

Yes. Use actor.update().

David