Get the latest version of SavePlus and supercharge your Maya file management workflow
Get the latest stable version of SavePlus for Maya 2025, complete with all features and documentation.
Access the latest development version with cutting-edge features. May contain experimental functionality.
Follow these steps to get SavePlus up and running in your Maya environment:
install_saveplus.py
file into Maya's viewportTip: The automatic installer takes care of placing files in the correct locations and setting up the shelf button, making it the recommended installation method for most users.
__init__.py
savePlus_core.py
savePlus_ui_components.py
savePlus_main.py
savePlus_launcher.py
C:/Users/[username]/Documents/maya/scripts
/Users/[username]/Library/Preferences/Autodesk/maya/scripts
/home/[username]/maya/scripts
import savePlus_launcher savePlus_launcher.install_shelf_button()
Note: After installation, you can launch SavePlus by clicking the shelf button or by running import savePlus_launcher; savePlus_launcher.launch_save_plus()
in Maya's Script Editor.
For quick access, you can set up a custom hotkey in Maya:
import savePlus_launcher; savePlus_launcher.launch_save_plus()
Important: If you already have custom scripts that use the standard Maya save keyboard shortcuts (Ctrl+S or Cmd+S), you may need to modify those scripts to avoid conflicts with SavePlus.
Version Compatibility: While SavePlus is primarily designed for Maya 2025, it may work with Maya 2023 and 2024, but some features might have limited functionality. For older Maya versions, please check the releases page for legacy versions of SavePlus.