AimConstraint

Transforms objects so that they are aimed at a specified target.

user

Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.

out

The processed output scene.

enabled

The on/off state of the node. When it is off, the node outputs the input scene unchanged.

in

The input scene

filter

The filter used to control which parts of the scene are processed. A Filter node should be connected here.

target

The scene location to which the objects are constrained. The world space transform of this location forms the basis of the constraint target, but is modified by the targetMode and targetOffset values before the constraint is applied.

targetMode

The precise location of the target transform - this can be derived from the origin or bounding box of the target location.

targetOffset

An offset applied to the target transform before the constraint is applied. The offset is measured in the object space of the target location.

aim

The aim vector, specified in object space. The object will be transformed so that this vector points at the target.

up

The up vector, specified in object space. The object will be transformed so that this vector points up in world space, as far as is possible.