Go to: Synopsis. Return value. Flags. Python examples.
renderInfo([castShadows=boolean], [chordHeight=float], [chordHeightRatio=float], [doubleSided=boolean], [edgeSwap=boolean], [minScreen=float], [name=string], [opposite=boolean], [smoothShading=boolean], [unum=int], [useChordHeight=boolean], [useChordHeightRatio=boolean], [useDefaultLights=boolean], [useMinScreen=boolean], [utype=int], [vnum=int], [vtype=int])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
renderInfo is undoable, queryable, and editable.
The renderInfo commands sets geometric properties of surfaces of the selected object.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
castShadows(cs)
|
boolean
|
![]() |
||
|
||||
chordHeight(ch)
|
float
|
![]() |
||
|
||||
chordHeightRatio(chr)
|
float
|
![]() |
||
|
||||
doubleSided(ds)
|
boolean
|
![]() |
||
|
||||
edgeSwap(es)
|
boolean
|
![]() |
||
|
||||
minScreen(ms)
|
float
|
![]() |
||
|
||||
name(n)
|
string
|
![]() |
||
|
||||
opposite(o)
|
boolean
|
![]() |
||
|
||||
smoothShading(ss)
|
boolean
|
![]() |
||
|
||||
unum(un)
|
int
|
![]() |
||
|
||||
useChordHeight(uch)
|
boolean
|
![]() |
||
|
||||
useChordHeightRatio(ucr)
|
boolean
|
![]() |
||
|
||||
useDefaultLights(udl)
|
boolean
|
![]() |
||
|
||||
useMinScreen(ums)
|
boolean
|
![]() |
||
|
||||
utype(ut)
|
int
|
![]() |
||
|
||||
vnum(vn)
|
int
|
![]() |
||
|
||||
vtype(vt)
|
int
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds cmds.renderInfo( doubleSided=False, opposite=True )