pymel.core.general.affectedNet

affectedNet(*args, **kwargs)

This command gets the list of attributes on a node or node type and creates nodes of type TdnAffect, one for each attribute, that are connected iff the source node’s attribute affects the destination node’s attribute. In query mode, return type is based on queried flag.

Flags:
  • name : n (unicode) []

  • type : t (unicode) [create]

    Get information from the given node type instead of one node Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.affectedNet

Previous topic

pymel.core.general.addAttr

Next topic

pymel.core.general.affects

Core

Core Modules

Other Modules

This Page