Asset Manager

Info

  • The asset manager lets you save assets so you can easily import them again in any project.
  • By default saves a Json with the info of the asset, a screenshot and a maya file to your maya folder. Overwrites data when using the same name for an exisitng saved asset.

The code

The controller library handles the directory management, the screenshot using maya's playbast and the Json. The libraryUI uses PythonQt to create a usable UI and links the UI to the controller library.
You can find the source code on my GitHub imagehere