MustardUI Naming Convention - Mustard2/MustardUI GitHub Wiki

Even if not strictly necessary, it is highly advised to use the MustardUI naming convention to set up the objects names and the outfit collections.

  • The single outfit should be in a collection named as model_name + ' ' + outfit_name, where the model_name variable is the Model Name you will need to set in the first steps of the Configuration. All the parts of the outfit should be put inside the collection and named as the collection with the addition of " ' - ' + outfit_part_name". The same name structure can be used for Armatures. For instance, if the model name is Honoka and the outfit name is School, the structure should be like

  • Similarly for the hair. Be careful about the Armature name which should not contain a '-'.

Note: If you choose to use MustardUI Naming Convention, it is extremely important to use it for all outfits collections objects (outfits and hair), otherwise the generated result from the configuration might be impredictable. Therefore, if you do not want to use it, remember to disable it in the Other section of the Configuration panel, since MustardUI Naming Convention is enabled by default.