Tests if the root object of an AnimationAction can be animated. Objects where matrixAutoUpdate or matrixWorldAutoUpdate is set to false may not animate correctly.
Parameters
action: AnimationAction
The AnimationAction to test
OptionalallowLog: boolean
Whether to allow logging warnings. Default is false, which only allows logging in development environments.
Returns boolean
True if the root object can be animated, false otherwise
Tests if the root object of an AnimationAction can be animated. Objects where matrixAutoUpdate or matrixWorldAutoUpdate is set to false may not animate correctly.