Common Issues & Limitations - Mustard2/MustardUI GitHub Wiki
Common Issues
Duplicating models not working correctly
Duplicating a model inside a scene will not create a new instance of the drivers necessary to correctly drive custom properties. In order to have another instance working as an independent model in MustardUI, do not duplicate an existing model in the scene, but Append a new one.
The add-on does not activate
Cloning the repository generates a .zip file with the wrong MustardUI folder name, as the name of the branch is appended. Either download the latest version or rename the folder inside the zip to simply MustardUI.
Limitations
Hierarchy for Outfits/Extras
The maximum hierarchy levels from the main parent is three childrens (children of children of children). This is to avoid cluttering the UI with unnecessary complex hierarchies. If you want to change this paramenter for your model, search and change MustardUI_RigSettings.objects_max_hierarchy_level from the Python console.
Armature Sub-Collections
The sub-collections can be added to the UI only if they are at most at the second level. This is due to a Blender limitation on the UI.