Using Retargeter

1. Installation

import sys
sys.path.append(r"C:\Work\MayaPython") # Adjust the path as needed

import retargeter.retargeter_gui as rgui
import imp
imp.reload(rgui)

rgui.show_gui()

2. Binder File

3. Aligning Skeleton and Control Rig

4. JSON Mapping File (mapping_dict)

Syntax Reference:

To change default naming conventions for control rig and skeleton, edit the config.py file.