How To Access IK Rig Asset's 'Add New Retarget Chain' Window Using Python API?

Hello.

I’ve working on IK retargeting several characters, and need to make retarget chain on all of their fingers.

This is a quite burdensome process.
So I’m looking for the way to make ‘Add New Retarget Chain’ using Python API.

IK Rig Asset’s class is ‘IK Rig Definition’, and this class has four properties only.
It’s all about the properties in the Details Panel.

Is there any way to add new retarget chain using Python API?

sincerely.

  1. IK Rig Asset Editor

  2. Add New Retarget Chain Window

  3. IK Rig Definition class’s properties

ik

Thanks for replying.
but my question is about how to automate making ‘Retarget Chain’ using python API.

Hey AMISUCK!

Theres a doc on Using Python with the IK Retargeter!

The doc provides some example python scripts on how to interface, create, and edit IK Retargeter assets!

Hope this helps!