pymel.core.system.Path

Inheritance diagram of Path

class Path

A basic Maya file class. it gets most of its power from the path class written by Jason Orendorff. see path.py for more documentation.

getTypeName(**kwargs)

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

setSubType(**kwargs)

Previous topic

pymel.core.system.Namespace

Next topic

pymel.core.system.ReferenceEdit

Core

Core Modules

Other Modules

This Page