Spread<Int2> IOBox missing fields in Configure menu

Hey!

(I’m using 5.3-preview-0423)

I noticed that while a single Int2 IOBox does have the same configure menu as, for instance, a Vector2 IOBox (including Minimum/Maximum, Stepsize, Precision, Unit), these fields are lost when using a Spread<Int2>.

Spread<Vector2>:
Capture d’écran 2024-01-02 163838

Spread<Int2>:
Capture d’écran 2024-01-02 163915

So, if I have to make adjustements to, for instance, the Unit setting of a Spread<Int2> IOBox, I have to switch types to Spread<Vector2> to make the change, then switch back to Spread<Int2>

Hope this helps!
T

thanks for the pointer. fixe for upcoming preview.

1 Like