This project is a custom interface for using ck-cmd inside Autodesk Maya 2022+.
- Download the entire depot as a .zip file.
- Extract the
ckmayadirectory to your Maya scripts directory. - In Maya the main window can be launched from the newly added Skyrim menu or with the python script below:
from ckmaya.ui export_manager
export_manager.ExportManager.load()
