Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.18 KB

Installation.md

File metadata and controls

40 lines (29 loc) · 1.18 KB

Installation Instructions

Dependencies

  • Autodesk Maya 2022+ with Arnold

  • Qualoth, version 4.7.7+ (with Maya 2022 support)

    We use Maya 2022 and Qualoth 4.7 in development.

Python Environment in Maya

To install libs in Maya using pip, YOUR_PATH_TO_MAYAPY -m pip install PACKEGE_NAME, e.g., "C:\Program Files\Autodesk\Maya2022\bin\mayapy.exe" -m pip install numpy.

NOTE: Lib versions used in development python==3.7.7 numpy==1.21.6 scipy==1.7.3 svglib==1.5.1 svgwrite==1.4.3 psutil==5.9.6 wmi=1.5.1

Acknowledgment