Render Vault is A Maya Asset Browser for Materials, Models, Lightsets, HDRIs and more.
- Render Vault currently only supports Maya 2023 and 2024 on Windows and MacOS. Other Maya Versions and Operating Systems may work but are not tested.
-
Clone the Render Vault repository or download the zip and extract it in your ../documents/maya/scripts directory
-
Open the install.bat file in a Text Editor and change the mayapy_path to the mayapy.exe of your Maya installation
set mayapy_path="C:\Program Files\Autodesk\Maya2024\bin\mayapy.exe"
-
Run the install.bat file
-
Open Maya and run following Python snippet in the Maya Script Editor
import render_vault
render_vault.main()