Go to: Attributes.

A base node for polygonal modifier nodes which can be referenced in either local or world space. The worldSpace attribute specifies which reference to use.

This node is abstract

Node name Parents MFn type Compatible function sets
polyModifierWorld polyModifier

Attributes (3)

inputMatrix, manipMatrix, worldSpace

Long name (short name) Type Default Flags
inputMatrix (ix) matrix NULL outputinputconnectablestorablehidden
Input transformation matrix for world space coords. Default NULL value translates to the identity matrix in normal circumstances.
worldSpace (ws) bool false outputinputconnectablestorable
If true, the inputMatrix attribute is used (world space). If false, the local transformation matrix is used (object space).
manipMatrix (mp) matrix NULL outputinputconnectablestorablehidden
Input transformation matrix for manipulator position. Default NULL value translates to the identity matrix in normal circumstances.