Go to: Synopsis. Return value. Flags. Python examples.
renderInfo([castShadows=boolean], [chordHeight=float], [chordHeightRatio=float],
[doubleSided=boolean],
[edgeSwap=boolean], [minScreen=float], [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.
castShadows, chordHeight, chordHeightRatio, doubleSided, edgeSwap, minScreen, opposite, smoothShading, unum, useChordHeight, useChordHeightRatio, useDefaultLights, useMinScreen, utype, vnum, vtype
Flag can appear in Create mode of
command |
Flag can appear in Edit mode of command |
Flag can appear in Query mode of command |
Flag can have multiple arguments, passed
either as a tuple or a list. |
import maya.cmds as cmds
cmds.renderInfo( doubleSided=False, opposite=True )