Hi I expect this is pretty obvious to someone who knows. I’m working with a point3 custom attribute but I’m not sure how I’d display/interact with that in the UI which has sliders/spinners etc for floats but not vectors. How would I bind the components of the single point3 parameter to there own spinners? (On the assumption this is the correct way to approach it). Cheers
attributes TEST_CA
version:0
(
Parameters main rollout:params
(
colorExample Type:#color UI:colorExample
vectorExample Type:#Point3 --UI:vectorExample
)
Rollout Params "Parameters"
(
colorpicker colorExample "Color Example:" color:[0,0,255] modal:false
spinner vectorExampleX "x" Height:16 Align:#Right Width:40 across:3
spinner vectorExampleY "y" Height:16 Align:#Right Width:40
spinner vectorExampleZ "z" Height:16 Align:#Right Width:40
)
)