Go to: Synopsis. Return value. Flags. Python examples.
particleRenderInfo([attrList=int], [attrListAll=boolean], [name=int], [renderTypeCount=boolean])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
particleRenderInfo is undoable, queryable, and NOT editable.
This action provides information access to the particle render subclasses. These are derived from TdynRenderBase. This action is used primarily by the Attribute Editor to gather information about attributes used for rendering.
None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
attrList(al)
|
int
|
![]() |
||
|
||||
attrListAll(ala)
|
boolean
|
![]() |
||
|
||||
name(n)
|
int
|
![]() |
||
|
||||
renderTypeCount(rtc)
|
boolean
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds #Return the list of all render attributes cmds.particleRenderInfo(query=True, ala=True)