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

Synopsis

filter [-name string] [-type string]

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.

Return value

stringfilter name

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

Related

applyTake, defineDataServer, defineVirtualDevice, enableDevice, movIn, movOut, readTake, recordDevice, writeTake

Flags

name, type
Long name (short name) Argument types Properties
-type(-t) string
Filter type to create, One of:
filterEuler Euler angle "demangler"
filterResample Resamples input data at fixed output rate with several filtering options
filterSimplify Combines groups of data points that are almost linear into lines segments
filterClosestSample Resamples input data a fixed output rate using the closest sample point
-name(-n) string
Name for created filter

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

filter -t filterEuler -n houston;
filter -edit -irx 0.0 houston;
filter -query -irx houston;