Setup
Plugin Installation
Install the ApplicationPlugins package once to enable both glTF2.0 Import and glTF2.0 Export in Maya. For Maya 2024 and earlier, install numpy into that version's mayapy environment before first use.
Installation
Each platform's download is a zip with two top-level folders: maya-package/
and manual-install/, giving you two install methods - pick whichever fits
your setup. Method A is recommended: Maya detects and loads the plugin
automatically with no manual Plug-in Manager steps.
Method A - ApplicationPlugins (recommended, auto-load)
- Close Maya.
- From
maya-package/, copy the entiregltf_importer_exporter_for_mayafolder (the one containingPackageContents.xmlandContents) into one of:
| Scope | Path |
|---|---|
| System-wide | C:\ProgramData\Autodesk\ApplicationPlugins\ |
| Per-user | %APPDATA%\Autodesk\ApplicationPlugins\ |
- Restart Maya. Maya 2022 and later detects the package automatically and exposes both glTF2.0 Import and glTF2.0 Export.
Method B - Manual (plug-ins / scripts)
- Close Maya.
- From
manual-install/, copyplug-insandscriptsinto: - Restart Maya, then open Windows > Settings/Preferences > Plug-in Manager
and enable Load + Auto Load for
gltf2_exporter_plugin.pyandgltf2_importer_plugin.py.
Method A - ApplicationAddins (recommended, auto-load)
- Close Maya.
- From
maya-package/, copy the entiregltf_importer_exporter_for_mayafolder (the one containingPackageContents.xmlandContents) into: (Create the folder if it doesn't already exist.) - Restart Maya. It is detected and loaded automatically.
Method B - Manual (plug-ins / scripts)
- Close Maya.
- From
manual-install/, copy the contents ofplug-insinto: - Copy the contents of
scriptsinto: (Create theplug-ins/scriptsfolders if they don't already exist.) - Restart Maya, then open Windows > Settings/Preferences > Plug-in Manager
and enable Load + Auto Load for
gltf2_exporter_plugin.pyandgltf2_importer_plugin.py.
The package declares linux64 support. Only the manual method has been
tested-adjacent so far - please report any issues.
Method B - Manual (plug-ins / scripts)
- Close Maya.
- From
manual-install/, copy the contents ofplug-insinto: - Copy the contents of
scriptsinto: (Create theplug-ins/scriptsfolders if they don't already exist.) - Restart Maya, then open Windows > Settings/Preferences > Plug-in Manager
and enable Load + Auto Load for
gltf2_exporter_plugin.pyandgltf2_importer_plugin.py.
The maya-package/gltf_importer_exporter_for_maya folder must contain
PackageContents.xml and a Contents subfolder at its root. The manual-install
folder contains a top-level plug-ins folder (only the two plugin entry-point
files) and a scripts folder (everything else the plugin needs).
NumPy Requirement
Maya 2025 or later: no extra steps - numpy is bundled.
Maya 2022-2024: install numpy once into that version's mayapy before first use.
Note: The steps below cover the tested Windows setup. Run your terminal as Administrator and replace
2024with your Maya version (2022,2023, or2024).
- Close Maya.
- Open Command Prompt or PowerShell as Administrator.
- Navigate to the Maya
binfolder and run the install:
Verify the NumPy Install
If pip Is Unavailable
Bootstrap pip first, then rerun the install command above:
Verification
- Open Maya.
- Confirm the glTF2.0 menu appears in the main menu bar.
- Go to File > Import and confirm glTF2.0 Import is listed.
- Go to File > Export All or File > Export Selection and confirm glTF2.0 Export is listed.
- Open each option panel once to confirm the import and export UI loads without errors.
Updating or Removing
Delete the installed gltf_importer_exporter_for_maya folder from wherever you
installed it (ApplicationPlugins, ApplicationAddins, or the plug-ins/scripts
folders you copied into), then copy in the new build.
If Maya does not show the glTF options after installation, check the Script Editor for load errors and confirm the copied folder structure matches the layout described above.