Improving Markup Quality in 2D Views

Hi all

Is there a way to improve the markup quality as seen on the right side of the image? (It doesn’t necessarily have to look like 3D.)

Morever, I’d like to enhance the quality of lines and curves, particularly addressing artifacts like stair-stepping in both markup curves and diagonal lines in the 2D view.

You can enable interpolation, for example MSAA or FXAA.

MSAA interpolation can be enabled in application settings / Views / Multi-sampling (MSAA) → 4x (or higher for smoother results with higher computation cost).

FXAA can be enabled with a short Python code snippet. See example in the image below: left with FXAA, right without interpolation.

See in this topic how to enable FXAA and some more information on interpolation: