hlorus / CAD_Sketcher

Constraint-based geometry sketcher for blender
GNU General Public License v3.0
2.71k stars 130 forks source link

Marquee Selection Line almost invisible #344

Open speacock110 opened 1 year ago

speacock110 commented 1 year ago

Contact Details

steve@stevepeacock-photography.com

Description

When Dragging to select items the marquee outline is almost invisible

(Mac M1 fully updated)

Addon Version

0.27

Blender Version

3.41

What platform are you running on?

Mac OSX

hlorus commented 1 year ago

This is related to #142. Unfortunately mac's don't support the gpu linewidth setting. This will probably be solved by blender at some point. Alternatively we could have our own shader to draw 2d lines with arbitrary widths, similar to how entities are already drawn or maybe re-use the 3d version "uniform_color_line_3d".