I’m trying to export a file to a format that isn’t native to Maya. The docs say that pymel.core.system.exportSelected is derived from maya.cmds.file (which is used when I export manually via the dialog) but exportSelected has only like 20% of the flags?
In the script editor I can see that maya-cmds.file uses these flags for the export:
-force
-options
-typ (type)
-es (exportSelected)
Am I supposed to use the PyMEL flag expressions for feeding the options to the command, and if so what is the format and syntax like? The docs really doesn’t specify anything here. It also says nothing about the file path.