Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:BodyNodeSlot

Finds the slot of the specified body node on the provided user.


Body Node Slot
Source
*
Node
Body Nodes

The BodyNodeSlot node finds the slot that is associated with the specified Type:BodyNode on the provided user. This will usually be a slot representing a bone on a skinned mesh.

This node will first attempt to find a BipedRig component under the user and read the slot associated with the body node from this component. If it can not find the slot in this manner, it will then iterate over every component on the user in an attempt to find an AvatarObjectSlot component of the specified node type.

This node has a considerable performance impact when connected to a continuously changing node. To prevent it from constantly re-evaluating, cache its output when required, instead of connecting it directly.

Inputs

Source (User)

The user to find a body part slot for.

Node (BodyNode)

The body node to find a slot for.

Outputs

* (Slot)

The slot on the user that is associated with the specified Node.