Home
Softono

AssetManager

Open source Mathematica
12
Stars
0
Forks
1
Issues
2
Watchers
4 years
Last Commit

 About AssetManager

Manage maya assets

Platforms

Web Self-hosted

Languages

Mathematica

Links

Need Help Installing AssetManager?

We provide expert installation service for this software. Our team will install, configure, and secure AssetManager on your server. plans start at just $30.

AssetManager

View on GitHub

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

  • Qt: a module that supports different python qt bindings (Only needed if you need UI support functionalities)
    pip install Qt.py
    

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