| 745 | } |
| 746 | |
| 747 | bool IsAnimating(HRigInstance instance) |
| 748 | { |
| 749 | RigPlayer* player = GetPlayer(instance); |
| 750 | return player->m_Playing && player->m_Animation && instance->m_Enabled; |
| 751 | } |
| 752 | |
| 753 | bool HasPoseMatrixCacheAnimatedPose(HRigInstance instance) |
| 754 | { |