Skip to content

Presets

Beacon comes with presets available through the gear icon menu of certain nodes.

Transform - xform

Pivot at Centroid

Place the pivot at the centroid of the input object.

centroid(0, D_X)
centroid(0, D_Y)
centroid(0, D_Z)

Pivot at World Center

Place the pivot at the negative values of the actual transformations.

-ch('tx')
-ch('ty')
-ch('tz')

Bbox Minimum

Place the pivot at the bbox mimimum values on each axis.

bbox(0, D_XMIN)
bbox(0, D_YMIN)
bbox(0, D_ZMIN)

Bbox Maximum

Place the pivot at the bbox maximum values on each axis.

bbox(0, D_XMAX)
bbox(0, D_YMAX)
bbox(0, D_ZMAX)

Last update: May 15, 2023
Created: May 12, 2023