Download SavePlus

Get the latest version of SavePlus and supercharge your Maya file management workflow

SavePlus Latest Release

Get the latest stable version of SavePlus for Maya 2025, complete with all features and documentation.

Version: 1.2.2 | Released: April 2, 2025 | GitHub Release
Download Now Download v1.2.2

Development Version

Access the latest development version with cutting-edge features. May contain experimental functionality.

Version: 1.3.0-dev | Updated: Daily
GitHub Repository

Quick Installation Guide

Follow these steps to get SavePlus up and running in your Maya environment:

Automatic Installation

  1. Download the SavePlus ZIP package
  2. Extract the contents to a temporary location
  3. Launch Maya 2025
  4. Drag and drop the install_saveplus.py file into Maya's viewport
  5. The installer will automatically copy the files and create a shelf button
  6. Click the SavePlus button on your shelf to launch the tool

Tip: 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.

Manual Installation

  1. Download the SavePlus ZIP package
  2. Extract the following files:
    • __init__.py
    • savePlus_core.py
    • savePlus_ui_components.py
    • savePlus_main.py
    • savePlus_launcher.py
  3. Copy these files to your Maya scripts directory:
    • Windows: C:/Users/[username]/Documents/maya/scripts
    • macOS: /Users/[username]/Library/Preferences/Autodesk/maya/scripts
    • Linux: /home/[username]/maya/scripts
  4. Launch Maya and run the following Python code in the Script Editor to create a shelf button:
    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.

Creating a Custom Hotkey

For quick access, you can set up a custom hotkey in Maya:

  1. Go to Windows > Settings/Preferences > Hotkey Editor
  2. Click New to create a new hotkey
  3. In the Command field, enter:
    import savePlus_launcher; savePlus_launcher.launch_save_plus()
  4. Assign your preferred key combination
  5. Click OK to save

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.

System Requirements

Software

  • Maya 2025
  • PySide6 (included with Maya 2025)

Operating Systems

  • Windows 10/11
  • macOS 12 (Monterey) or later
  • Linux (CentOS/Rocky Linux 8.6 or compatible)

Recommended

  • 8 GB RAM or more
  • Multi-core processor
  • 50 MB free disk space for installation

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.