Expressions only for Rotation and Scale, not Position?

I can enter expressions for Rotation and Scale but not for Position. Why ?

1 Like

Copied from ^page:

Normally Bongo uses 3-dimensional tweening for position. This means that all the 3 coordinates x, y and z and tweened together. The other way to tween position is to treat all coordinates separately as numbers. Expressions do not support vector operations so controlling position with expressions is only possible when 3-dimensional tweening is disabled. This can be done in the Bongo Animation Manager by right clicking the object and unchecking “3D Tweening Enabled”.

1 Like

Thanks, I am now able to explore position expressions.