leixingyu / assetManager

Manage maya assets
11 stars 0 forks source link
asset-management maya-python

Asset Manager

Create, save, delete assets for personal projects.

asset manager ui

Getting Started

  1. Download and unzip the asset-manager package under %USERPROFILE%/Documents/maya/[current maya version]/scripts/ or a custom directory under PYTHONPATH env variable.

  2. Launch through script editor:

    from assetManager import assetManagerUI
    assetManagerUI.show()

Dependencies

Already packaged dependencies with locked version of the following, but you could also manually clone the latest version using git clone --recursive