I really like how much more responsive this is than default UIs, but there's a couple missing features and annoyances that are keeping me from switching completely.
Here's my list of suggestion:
- Right click on morph to reset it. Having to aim for that small Def button breaks workflow. I want to move the slider, and be able to just press the RMB to instantly see the difference without having to look at the morph UI.
- Can't filter out pose morphs or non-pose morphs. There should be a three way toggle for All/MorphsOnly/PosesOnly.
- There's also no indicator of what is a pose or a normal morph. This is really important since we need to know which morphs are going to stay on the character, and which are going to get removed when changing poses and such.
- I'd also appreciate a differentiating indicator for built-in, local, and package morphs. Similar to default UI:
- grey: built-in
- blue: local
- redish: package
Active item indicator can be a bright green triangle in top right corner.
- Ability to select multiple morph categories, just like we can with clothing.
- If search query isn't encapsulated in //, transform it into a matching function with logic similar to
Morph Filter Plus plugin. This is pretty much all everyone would ever need. It's WAY easier to use (especially when enabling automatic replacement of spaces with +) and actually provides more matching flexibility than regexp, since doing stuff like `foo+bar` matches both "foo bar" and "bar foo", which is incredibly annoying to set up with regexps. Also, it's easier to teach non-programing people `foo+bar` than regular expressions.
- The UI is ugly
Like usability impacting ugly, with all those borders, some of which are missing and strobing in&out when I rotate the camera... It'd be better to not use borders and instead only color the backgrounds with built-in/local/package color suggested above.
- Slightly bump up the font size of item names? Like 1-2 px maybe. Current is too small.
- Scrolling anywhere on morph/clothing UI should navigate to next page. And scrolling down should be next page, not up.
- Hover info for clothing items. I need to know what package it's from, and what its license is (also add the license to morph info).