Go to: Synopsis. Return value. Flags. MEL examples.
particleRenderInfo [-attrList int] [-attrListAll] [-name int] [-renderTypeCount]
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.
attrList, attrListAll, name, renderTypeCount
Long name (short name) |
Argument types |
Properties |
|
-attrList(-al)
|
int
|
|
|
Return the list of attributes used by this render type.
|
|
-attrListAll(-ala)
|
|
|
|
Return a complete list of all render attributes used by the
particle object. This also includes the per particle attributes.
|
|
-name(-n)
|
int
|
|
|
Return the name of the render subclass using the render type.
|
|
-renderTypeCount(-rtc)
|
|
|
|
Return the count of registered render classes for particle.
|
|
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 be used more than once in a command.
|
//Return the list of all render attributes
particleRenderInfo -q -ala;