Baguette is a drag, drop and connect system rig. Each item you create is a module which carries all the data of that item. The goal of this system is to provide the ability to easily develop rigs by any riggers from all level. The python compiled code version(.pyd files) here is for Maya 2023 on windows. the python files (.py), and qt (.ui) files works for any version. Please check the released version to have access to other Maya compiled code (2019, 2020 and 2022) To launch Baguette UI: from Baguette import reload_package reload_package() To use some of the rigUtils : from Baguette.rigModule import rigUtils #copy skinning rigUtils.copySkin(source, sel) #mirror some shape rigUtils.mirrorShape() TO DO : a more extensive documentation will come.