Go to: Related nodes. Attributes.

The filter node is the base class for the motion capture data filters used by the applyTake command to process recorded motion capture data. Since the inputs to this node are unconnectable, this node cannot be used in the tradition dependency graph sense.

Each derived filter node class supports a number of filter specific settings which affect the operation of the filter as it is invoked by applyTake. These settings are presevered when the Maya file is saved.

This node is abstract

Node nameParentsMFn typeCompatible function sets
filternode

Related nodes

filterResample, filterClosestSample, filterEuler, filterSimplify

Attributes (9)

deviceEditorActive, input, inputData, inputTime, inputUsage, output, outputData, outputTime, outputUsage

Long name (short name)TypeDefaultFlags
input (i) compoundn/aoutputinputhidden
input timestamp, data, and type inputs
inputTime (it) doubleArrayemptyoutputinputhidden
timestamp for incomming data values
inputData (id) doubleArrayemptyoutputinputhidden
input data values
inputUsage (iu) integer-1outputinputhidden
Type of data and input record size
output (o) compoundn/aoutputhidden
resulting timestamp, data, and type from filter computation
outputTime (ot) doubleArrayemptyoutputhidden
output timestamp for outputData values
outputData (od) doubleArrayemptyoutputhidden
output data values
outputUsage (ou) integer-1outputhidden
Type of and record size of outputData. If -1, use inputUsage value for the value of outputUsage
deviceEditorActive (dea) boolfalseoutputinputconnectablestorable
Sets the active/inactive state of the filter in the deviceEditor.