Adjusting the layout for this modifier should be the final part of the modifier UI project for 2.90.
There are a lot of issues with the Multires UI from earlier in 2.90 before the inital change, and also plenty of issues with the current UI:
{F8660207}
- The unsubdivide button is the largest.
- It's not clear that apply base is related to reshape.
- The way the subdivision type affects the "Subdivide" button is very confusing.
- It's also not clear that the subdivision type doesn't affect "simple" and "linear" in the same way.
- "Levels" are at the top, but they're not necessarily the most used buttons, especially with the shortcuts in sculpt mode.
- Disorganized, arbitrary appearance.
This patch is a solution that @billreynish and I worked on.With this patch, Herehere is an image of the modifier when it has just been added:
{F8660218}{F8709442 size=full}
And with all of the subpanels expanded (ctrl click on the header does this quickly):
{F8660220}{F8709426 size=full}
And some examples of what it might look like in different situations://Note the empty space for the "Delete Lower" button that is still planned for 2.90//
|{F8660224}|{F8660225}|//There will also eventually be more items added to the "Shape" panel, maybe for 2.90//
Note that there's an empty space left for the "Delete Lower" operator that will be part of 2.90.
It's also conceivable to use labels instead of subpanels to get similar descriptions, but they end up making the layout longer, because you can't collapse any of the buttons / settings you don't useFurther improvements will be possible in future patches with D8194 and D8191.