qLab/qLib

fix build per poly udims gallery item

Closed this issue · 0 comments

// calculate UDIM id.
int UDIM = 1000 + clamp(floor(UV.x),0,9)+1 + clamp(floor(UV.y),0,99)*10;

also make the UI a bit prettier