# MayaExportScenegraphXML **Repository Path**: DKey-Chen/MayaExportScenegraphXML ## Basic Information - **Project Name**: MayaExportScenegraphXML - **Description**: Maya export Scenegraph format to Katana - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-25 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MayaExportScenegraphXML Maya export Scenegraph format to Katana ### Installation 1. Quit Maya 2. Clone MayaExportScenegraphXML repository (or download zip, extract and rename directory from "MayaExportScenegraphXML-master" to "MayaExportScenegraphXML") and place it to: ``` Windows: \Users\\Documents\maya\scripts ``` 3. Open Script Editor and paste the following code to Python tab: ```python import MayaExportScenegraphXML, XMLExportUI, maya2scenegraphXML reload(MayaExportScenegraphXML) reload(XMLExportUI) reload(maya2scenegraphXML) if 'exp_win' in globals(): exp_win.close() exp_win = XMLExportUI.export_window() exp_win.show() ``` 4. To create a shelf button select the code and middle-mouse-drag it to your shelf