A modifier stack manager for Blender.
This add-on implements a UI List for the modifier stack similar to the ones used to manage Materials, UV Maps, Vertex Groups, etc.
The add-on enables you to do the following actions directly from the list:
All hotkeys are usable only when hovering over the Modifiers tab in the Properties window unless otherwise mentioned.
For any feedback, feature requests or general discussions about the add-on, kindly use the Blender Artists thread.
This is a minor update primarily intended to fix the sync between active modifier on the list and the stack with a few improvements. Please find the list of changes below.
active_modifier_index now syncs both ways. That is, clicking on a modifier on the list makes the corresponding modifier on the stack active and vice versa. Previously the sync was one way only – clicking on a modifier on the stack did not make the modifier on the list active.This extension does not require special permissions.
It will be good if author fix addon for 5.x version because of new modifiers like Array and another
Edit: Starting with v1.2, the + Add Modifier button uses the new modifier add menu. You can choose between the modifier search or the new modifier add menu in the add-on preferences.
--------
Hello,
Thanks for the feedback. I assume you mean the menu that appears when you click on the + button doesn't show the new modifiers?
That menu isn't a custom menu that I built for the addon. It is a builtin older version of the menu that pops up when you click on the + Add Modifier button at the bottom. I think old menu is no longer maintained, probably in favor of the new one. I just kept using the old one since I liked it better.
I'll see if I can find a way to generate a menu similar to the old one instead of manually recreating it, because that would mean it would become obsolete every time modifiers are added, changed or removed from Blender.
If that's not possible, I would consider swapping the old menu for the new one.
Once again, thanks for reporting this.
Great plugin! Compared to the UI layout of the modifier list addon, it's more minimalist, and the UI arrangement is very comfortable! Also, like 3ds Max, can you support dragging the stack position of modifiers up and down in the modifier list instead of clicking the up and down buttons?
Thank you! I am glad you like it.
Regarding drag and drop support, the list uses Blender's builtin UI List primitive which currently does not support drag and drop. I am also not aware of any method to extend UI List in this way using the Python API. But I'll definitely look into it. Appreciate the suggestion.
I enjoy this add-on, it makes me happy working with it.