Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 962 Bytes

File metadata and controls

34 lines (20 loc) · 962 Bytes

Render Vault

A Maya Asset Browser for Materials, Models, Lightsets, HDRIs and more.

Screenshot

Description

Render Vault is A Maya Asset Browser for Materials, Models, Lightsets, HDRIs and more.

Requirements

  • 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.

Installation

  1. Clone the Render Vault repository or download the zip and extract it in your ../documents/maya/scripts directory

  2. Open the install.bat file in a Text Editor and change the mayapy_path to the mayapy.exe of your Maya installation (Replace "Maya2024" with your Version)

set mayapy_path="C:\Program Files\Autodesk\Maya2024\bin\mayapy.exe"
  1. Run the install.bat file

  2. Open Maya and run following Python snippet in the Maya Script Editor

import render_vault
render_vault.main()

Documentation