how to stop animation that is built into a 3d model?

how do you stop the animation that is built in to a 3d model? i tried

  • Animation.Stop(“Take 001”);

“Take 001” being the animation built into the model.

I think you are doing ok, except that the word animation needs to be all lower case.

animation.Stop(“Take 001”);

Have Fun!