pymel.core.language.Env

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

class Env

A Singleton class to represent Maya current optionVars and settings

getConstructionHistory()
getMaxTime()
getMinTime()
getTime()
getUpAxis()
This flag gets the axis set as the world up direction. The valid axis are either ‘y’ or ‘z’.
host()
maxTime
minTime
sceneName()
setConstructionHistory(state)
setMaxTime(val)
setMinTime(val)
setTime(val)
setUpAxis(axis, rotateView=False)
This flag specifies the axis as the world up direction. The valid axis are either ‘y’ or ‘z’.
time
user()

Previous topic

pymel.core.language.Catch

Next topic

pymel.core.language.Mel

Core

Core Modules

Other Modules

This Page