Skip to content

D-KeyChen/MayaExportScenegraphXML

Repository files navigation

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\<username>\Documents\maya\scripts
    
  3. Open Script Editor and paste the following code to Python tab:

    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

Releases

No releases published

Packages

No packages published

Languages