matching_pose

matching_pose(pose: Dict, channels: list(unicode), mirror_mode: MatchMirrorMode) Dict

Match a pose to a set of channels.

Returns a new pose that match to the set of channels

Parameters
  • pose (Dict) – The pose to match

  • channels (list(unicode)) – The channels to be matched

  • mirror_mode (MatchMirrorMode) – The mirror mode to use

Return type

Dict