Mustard2 / MustardUI

Custom UI for Blender human models. It features automatic outfits switch, custom properties support, armature panel creation, and much more.
https://mustard3d.eu
MIT License
299 stars 29 forks source link

Body and outfit properties reset when using smart search to add new outfits #93

Closed mokujinh closed 1 year ago

mokujinh commented 1 year ago

As the title says, It happens mostly with float sliders, some customized properties get reseted to a default value once you add an outfit by using the search tool in the UI. i.e.: When I add a new outfit, a previously custom made "normal strength" property linked to the body materials with a default value of "0.0" with an end Value of "5.0" and a set default value of "1.0" gets replaced by other settings, making the end value 1.0 and the default 0.0. Same happen with multiple custom made values, so, I have to remember which and what the values were after I add a new outfit each time. More of a QoL thing but I think it's worth mentioning.

Mustard2 commented 1 year ago

Hi!

Yes you're right, this happens because whenever you use that button, it will also automatically call the smart search for body properties, removing all the ones that are added as MustardUI Float/Bool etc..

To solve this:

As a workaround, you can add outfits right clicking on the collections (while in configuration mode) instead of using that button.

Mustard2 commented 1 year ago

Solved in 0.26.0.

Now the Smart Check tool will ask for which sections to modify.

image

In addition, you can now smart check only the outfits with a dedicated button.

image