Go to: Synopsis. Return value. Related. Flags. Python examples.
filter([name=string], [type=string])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
filter is undoable, queryable, and editable.
Creates or modifies a filter node. Filter nodes are used by applyTake to modify recorded device data before assigning it to the param curves for the attached attributes.| string | filter name |
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
type(t)
|
string
|
|
||||||||||
|
||||||||||||
name(n)
|
string
|
|
||||||||||
|
||||||||||||
import maya.cmds as cmds cmds.filter( t='filterEuler', n='houston' ) cmds.filter( 'houston', edit=True, irx=0.0 ) cmds.filter( 'houston', query=True, irx=True )