pymel.core.system.exportAll

exportAll(exportPath, **kwargs)

Export everything into a single file. Returns the name of the exported file.

Flags:
  • force:

    Force an action to take place. (new, open, save, remove reference) Used with removeReference to force remove reference namespace even if it has contents. Cannot be used with removeReference if the reference resides in the root namespace.

  • preserveReferences:

    When used with the import/export flags this tells the importer/exporter to import/export references as references instead of copies of those references.

  • type:

    Set the type of this file. By default this can be any one of: “mayaAscii”, “mayaBinary”, “mel”, “OBJ”, “directory”, “plug-in”, “audio”, “move”, “EPS”, “Adobe(R) Illustrator(R)”, “image” plug-ins may define their own types as well.Return a string array of file types that match this file.

Derived from mel command maya.cmds.file

Previous topic

pymel.core.system.error

Next topic

pymel.core.system.exportAnim

Core

Core Modules

Other Modules

This Page