Sub-pixel positioning making pipes look wonky

Hello,

Just wondering if anyone has some easier ways to deal with this:
When pipes have non-rounded values the lines become fuzzy and a little wonky.
Is there any way to snap to grid (While still snapping to the nearby component point), or rounding the coordinates of all the pipes without having to go through the menu manually editing values?

Left side: sub pixel coordinates, Right side: rounded coordinates

Thanks,
Matt

You could relatively easily process the pipes' x and y values, but only in fixed mode. It will be impossible to do in percent mode

We are currently using fixed mode
how would you go about fixing them?

Just figured out a quicker way than going through all the pipes individually:

Copy the pipes array in the PROPS editor
Paste into VS Code
Use search and replace with the regex: \.\d+
Replace with .00
Paste back onto the pipes array

This doesn't round the numbers, but it gets the pipes looking solid again
Hope this helps anyone who stumbles across this

2 Likes