plugget / plugget-qt-maya-plugin

Apache License 2.0
2 stars 0 forks source link

Plugget Qt Maya plugin

A maya plugin to add plugget-qt to the menu.
When run, it opens a dockable widget to search & install Maya plugins.
image

Installation

Installer

  1. Download & extract the project
  2. drag & drop the installer.mel in Maya.
    This auto installs plugget qt & it's dependencies on Windows OS. (currently no Mac & Linux support, use manuel install)

Manual installation

Manual installation #### install the Python plugin - copy the `plugget-qt-maya-plugin.py` to the `maya/plug-ins` folder. - or run the below command to do it for you. ``` pip install https://github.com/plugget/plugget-qt-maya-plugin/archive/refs/heads/main.zip --target "C:/Users/%username%/Documents/Maya/plug-ins" --no-dependencies ``` _1. if the target folder doesn't exist, this command creates a `Maya/plug-ins` folder in your documents , which requires admin access_ _2. When a user has been renamed on Windows, `%username%` will return the current name. But the folder path will use the old name_ #### install the Python dependencies pip install the dependencies to the Maya script folder ``` pip install plugget-qt --target "C:/Users/%username%/Documents/Maya/scripts" --no-dependencies ```

enable plugin

Enable the plugget_qt_maya_plugin.py plugin in Maya's plug-in manager:
Windows > Settings/Preferences > Plug-in Manager
image

Open plugget qt from the Maya menu Tools/Plugget

other