Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 632 Bytes

exports.md

File metadata and controls

34 lines (17 loc) · 632 Bytes

Exports

This namespace wraps all calls that are related to producing file output.

getExportFormats()

getExporterByClassname(className)

fileentry(ext)

getOBJExporter()

getFBXExporter()

getDAEExporter()

getMHX2Exporter()

exportAsOBJ(outputFilename, useExportsDir=True)

Export the current toon as wavefront obj.

exportAsFBX(outputFilename, useExportsDir=True)

Export the current toon as wavefront obj.

exportAsDAE(outputFilename, useExportsDir=True)

Export the current toon as wavefront obj.

exportAsMHX2(outputFilename, useExportsDir=True)

Export the current toon as wavefront obj.