Closed mbrea-c closed 2 months ago
Currently there is no easy way of accessing any outputs of the animation graph other than the main "pose" output.
"pose"
This PR exposes all of the configured graph outputs in the get_outputs method of AnimationGraphPlayer.
get_outputs
AnimationGraphPlayer
Currently there is no easy way of accessing any outputs of the animation graph other than the main
"pose"
output.This PR exposes all of the configured graph outputs in the
get_outputs
method ofAnimationGraphPlayer
.