Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

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.

Return value

None

In query mode, return type is based on queried flag.

Flags

attrList, attrListAll, name, renderTypeCount
Long name (short name) Argument types Properties
-attrList(-al) int query
Return the list of attributes used by this render type.
-attrListAll(-ala) query
Return a complete list of all render attributes used by the particle object. This also includes the per particle attributes.
-name(-n) int query
Return the name of the render subclass using the render type.
-renderTypeCount(-rtc) query
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.

MEL examples

//Return the list of all render attributes
particleRenderInfo -q -ala;