Blender Git Commit Log
Git Commits -> Revision 54a37ba
Revision 54a37ba by Mitchell Stokes (master) June 1, 2011, 05:46 (GMT) |
BGE Animations: Adding more functions to BL_ActionManager and KX_GameObject: BL_ActionManager: * IsActionDone(short layer) - Checks to see if the animation on the given layer has finished. KX_GameObject: * PlayAction(...) - Adds an action to the object's action manager * StopAction(short layer) - Remove an action from the object's action manager * IsActionDone(short layer) - Check if an action has finished playing |
Commit Details:
Full Hash: 54a37ba8559ef33bb35146c7cfc7dd6b38004d7c
SVN Revision: 37061
Parent Commit: b31385f
Lines Changed: +54, -1