Skip to content
Victor Yudin edited this page Feb 10, 2018 · 1 revision

Welcome to the saturn wiki!

To start Maya with the USD plugin, it's possible to use following script or set the environment accordingly.

@echo off

set USD_INSTALL_ROOT=C:\usr\USD-0.8.3-2018-saturn
set MAYA_PLUG_IN_PATH=%MAYA_PLUG_IN_PATH%;%USD_INSTALL_ROOT%\third_party\maya\plugin
set MAYA_SCRIPT_PATH=%MAYA_SCRIPT_PATH%;%USD_INSTALL_ROOT%\third_party\maya\share\usd\plugins\usdMaya\resources
set PYTHONPATH=%PYTHONPATH%;%USD_INSTALL_ROOT%\lib\python
set XBMLANGPATH=%XBMLANGPATH%;%USD_INSTALL_ROOT%\third_party\maya\share\usd\plugins\usdMaya\resources
set PATH=%PATH%;%USD_INSTALL_ROOT%\lib;%USD_INSTALL_ROOT%\bin;%USD_INSTALL_ROOT%\third_party\maya\lib
"C:\Program Files\Autodesk\Maya2018\bin\maya.exe"
Clone this wiki locally