Extensions
  • Home
  • Add-ons
  • Themes
  • Approval Queue
  • About
  • Upload Extension
  • Sign in
  • BLENDER.ORG

    • Download

      Get the latest Blender, older versions, or experimental builds.

    • What's New

      Stay up-to-date with the new features in the latest Blender releases.

    DEVELOPMENT

    • Roadmap

      See which projects are currently being worked on and what's next.

    • Documentation

      Guidelines, release notes and development docs.

    LEARNING & RESOURCES

    • Blender Studio

      Access production assets and knowledge from the open movies.

    • Manual

      Documentation on the usage and features in Blender.

    • Benchmark

      A platform to collect and share results of the Blender Benchmark.

    • Blender Conference

      The yearly event that brings the community together.

    DONATE

    • Development Fund

      Support core development with a monthly contribution.

    • One-time Donations

      Perform a single donation with more payment options available.

All Add-ons

Add-on Modifier Stack Manager
Modifier Stack Manager

A UI List implementation for Blender's modifier stack.
Add-on by salaivv
About What's New Reviews Version History

Version History

1.4.0
Compatibility
Blender 4.2 LTS and newer
  • 6.5 KB
  • 1198
  • May 25th, 2026

Changelog

Summary

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.

Change Log

  • The 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.
  • Added Show in Edit Mode as an optional toggle in the list view. This is disabled by default, but can be enabled from add-on preferences.
  • Similarly, Show in Viewport and Show in Render toggles can be enabled/disabled from add-on preferences. Both are enabled by default.
  • Move Modifier Up/Down hotkeys – Ctrl + Shift + Up/Down Arrow – are now repeatable. This allows the user to keep moving a modifier up/down a stack by simply holding the hotkey instead of having to tap multiple times.
  • Updated add-on preferences UI layout.
  • Updated the Modifier Specials dropdown menu with Modifier Remove operator and rearranged the menu items.
  • When applying all modifiers on a lattice, if a modifier fails to apply, the operator stops and reports an error with the modifier’s name. Previously, the operator will continue to apply the remaining modifiers and simply report "Failed to apply all modifiers" in the end.
Compatibility
Blender 4.2 LTS and newer
Downloads
1198
Size
6.5 KB
Permissions
No special permissions required.
License
GNU General Public License v3.0 or later
Status
Approved
v1.4.0 6.5 KB
1.3.2
Compatibility
Blender 4.2 LTS and newer
  • 6.2 KB
  • 391
  • May 18th, 2026

Changelog

Summary

This is a bug fix release. Check out the new features for v1.3.x here.

Bug Fixes

  • Using the Remove Modifier button (–) in the UI after using the Ctrl + Shift + X hotkey removes all modifiers instead of just the selected modifier. This has been fixed.
Compatibility
Blender 4.2 LTS and newer
Downloads
391
Size
6.2 KB
Permissions
No special permissions required.
License
GNU General Public License v3.0 or later
Status
Approved
v1.3.2 6.2 KB
1.3.1
Compatibility
Blender 4.2 LTS and newer
  • 6.2 KB
  • 38
  • May 18th, 2026

Changelog

Summary

This is a bug fix release. Check out the new features for v1.3.x here.

Bug Fixes

  • When applying modifiers on instanced objects, the confirmation pop-up shows Apply All regardless of whether Apply Modifier or Apply All Modifiers is executed. This has been fixed to show the correct operator name.
Compatibility
Blender 4.2 LTS and newer
Downloads
38
Size
6.2 KB
Permissions
No special permissions required.
License
GNU General Public License v3.0 or later
Status
Approved
v1.3.1 6.2 KB
1.3.0
Compatibility
Blender 4.2 LTS and newer
  • 6.2 KB
  • 56
  • May 17th, 2026

Changelog

New Features

  • Move modifiers up/down using Ctrl + Shift + Up/Down Arrow hotkeys.
  • Move modifiers to the beginning or the end of the stack by holding down Shift and pressing the up/down buttons in the UI.
  • Remove all modifiers using the Ctrl + Shift + X hotkey.
  • Collapse all modifiers using the Shift + C hotkey.
  • Enable/disable Duplicate Modifier button and Apply/Apply All buttons using add-on preferences. Apply/Apply All buttons are now disabled by default.
  • Added a new dropdown menu with some of the existing and new operators.
  • Apply/Apply All operators ask for confirmation to make object data single-user when executed on instances.

Bug Fixes

  • Running Apply All on an object that is active but unselected does nothing. This has been to fixed to apply all modifiers regardless of the active object's selection state.
  • Running Apply All (either using UI or hotkey) when multiple objects are selected applies all modifiers on all selected objects. This has been fixed to apply all modifiers only on the active object.

Internal Changes

  • Renamed operator bl_idnames for consistency and to avoid confusion with built-in operators.
  • Modifier Move operator now uses the data API instead of ops. This enables better error reporting when operator fails.
  • Apply operators now have a separate base class mainly to check for instanced object data using the invoke() method.
Compatibility
Blender 4.2 LTS and newer
Downloads
56
Size
6.2 KB
Permissions
No special permissions required.
License
GNU General Public License v3.0 or later
Status
Approved
v1.3.0 6.2 KB
1.2.0
Compatibility
Blender 4.2 LTS and newer
  • 4.9 KB
  • 153
  • May 15th, 2026

Changelog

  • Updated the + button to display modifier search or the new modifier add menu instead of the old one. Users can choose between the modifier search or the modifier add menu in the addon preferences.
  • Added an operator to expand the selected modifier only and collapse the rest. This can invoked by pressing Shift + E while hovering over the Modifiers Panel.
  • Applying all modifiers now displays a message on the status bar when successful.
Compatibility
Blender 4.2 LTS and newer
Downloads
153
Size
4.9 KB
Permissions
No special permissions required.
License
GNU General Public License v3.0 or later
Status
Approved
v1.2.0 4.9 KB
1.1.1
Compatibility
Blender 4.2 LTS and newer
  • 4.6 KB
  • 11484
  • May 23rd, 2025

Changelog

Mostly internal changes to make operators handle different object types better.

Compatibility
Blender 4.2 LTS and newer
Downloads
11484
Size
4.6 KB
Permissions
No special permissions required.
License
GNU General Public License v3.0 or later
Status
Approved
v1.1.1 4.6 KB
1.1.0
Compatibility
Blender 4.2 LTS and newer
  • 234.7 KB
  • 22
  • May 19th, 2025

Changelog

  • Updated to support Blender 4.2+
  • Removed Expand/Collapse and added Apply All
  • Added hotkey for Apply All (Ctrl + Shift + A)
  • Added User Preferences
  • Some bug fixes
Compatibility
Blender 4.2 LTS and newer
Downloads
22
Size
234.7 KB
Permissions
No special permissions required.
License
GNU General Public License v3.0 or later
Status
Awaiting Review
v1.1.0 234.7 KB
7 versions
  • About
  • Privacy Policy
  • Terms of Service
About
  • Blender Foundation
  • Blender Institute
  • Blender Studio
  • License
  • Logo & Trademark
  • Credits
  • Privacy Policy
  • Code of Conduct
Organization
  • People
  • Jobs
Blender Network
Download
  • Latest Blender
  • Blender LTS
  • Previous Versions
  • Experimental Builds
  • Source Code
  • Requirements
  • Benchmark
  • Flamenco
Extensions
  • Add-ons
  • Themes
Developers
  • Get Started
  • Roadmap
  • Projects
  • Docs
  • Blog
  • Forum
  • YouTube
  • Python API
Blender Studio
  • Films
  • Training
  • Tools & Pipeline
Support
  • Manual
  • Community
  • FAQ
Get Involved
  • Documentation
  • Education
News
  • Press Releases
  • User Stories
Blender Conference
Follow Blender
Support Blender
  • Donate
  • One-time Donation
Artistic freedom starts with Blender The Free and Open Source 3D Creation Suite