Go to: Attributes.

The base dependency node for plug-ins. Implements default behaviour for the operation of the dependency graph.

This node is abstract

Node nameParentsMFn typeCompatible function sets
MPxNodekDependencyNodekBase
kNamedObject
kDependencyNode

Attributes (5)

caching, frozen, isHistoricallyInteresting, message, nodeState

Long name (short name)TypeDefaultFlags
caching (cch) boolfalseoutputinputconnectablestorable
Toggle caching for all attributes so that no recomputation is needed
frozen (fzn) boolfalseoutputinputconnectablestorable
Toggle frozen state for a particular node to keep current data values and evaluation state and prevent any other indirect changes to it.
isHistoricallyInteresting (ihi) unsigned char2outputinputconnectablestorablehidden
Defines whether a particular node is useful for construction history
message (msg) Messagen/aoutputconnectablehidden
Messaging attribute. For connecting without dataflow.
nodeState (nds) enum0outputinputconnectablestorable
Defines how to evaluate the node. 0=Normal, 1=PassThrough, 2=Blocking 8=Internally disabled. Will return to Normal state when enabled. 9=Internally disabled. Will return to PassThrough state when enabled. 10=Internally disabled. Will return to Blocking state when enabled.