pymel.core.nodetypes.Filter

digraph inheritance9d0aee25ab {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "Filter" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.Filter",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "Filter" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

class Filter(*args, **kwargs)

class counterpart of mel function filter

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.

getName(**kwargs)

Name for created filter Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.filter

getType(**kwargs)

Filter type to create, One of:filterEuler Euler angle demanglerfilterResample Resamples input data at fixed output rate with several filtering optionsfilterSimplify Combines groups of data points that are almost linear into lines segmentsfilterClosestSample Resamples input data a fixed output rate using the closest sample point

Derived from mel command maya.cmds.filter

setName(val=True, **kwargs)

Name for created filter Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.filter

setType(val=True, **kwargs)

Filter type to create, One of:filterEuler Euler angle demanglerfilterResample Resamples input data at fixed output rate with several filtering optionsfilterSimplify Combines groups of data points that are almost linear into lines segmentsfilterClosestSample Resamples input data a fixed output rate using the closest sample point

Derived from mel command maya.cmds.filter

Previous topic

pymel.core.nodetypes.FilletCurve

Next topic

pymel.core.nodetypes.FilterClosestSample

Core

Core Modules

Other Modules

This Page