A Simple Utility that syncs two Rigs in Blender using Constraints.
It applies a CopyTransform
Constraint to the Target Rig based on the Source Rig.
Bones are identified using their Names.
Tested with Blender 4.3 and Rigify Rigs.
- Install Addon
- Go to Edit - Preferences - Add-ons
- Click the downward-facing Arrow in the top-right Corner and select Install from Disk
- Select the Zip File
- Enable the Addon
- Go to the 3D Viewport
- Press
N
to open the right Sidebar and go toTool
- Open the Rig Sync Tools Area
- Select your Source and Target Rig
- Click Enable Sync or Disable Sync to control the Syncing.
The Script automatically checks if such constraint is already present on the Bone and will not add another one.