pymel.core.system.Path

digraph inheritance481f540e22 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "Path" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.system.Path",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "path" -> "Path" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "path" [shape=box,fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=8,style="setlinewidth(0.5)",height=0.25];
}

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), imageplug-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.ReferenceCache

Core

Core Modules

Other Modules

This Page