Scripts icon indicating copy to clipboard operation
Scripts copied to clipboard

Add anti-aliasing to line

Open Dangry98 opened this issue 1 year ago • 1 comments

Blender merge tool, add anti-aliasing to line

Dangry98 avatar Feb 10 '24 13:02 Dangry98

  • Don't hard code the line width. Use the add-on user preferences which are in prefs.line_width and prefs.edge_width
  • If we're adding anti-aliasing to class DrawLine() we should also add AA to class DrawLineDashed()
  • Must maintain backwards compatibility with Merge Tool's current minimum supported Blender version (2.93) OR Stromberg90 must authorize raising the minimum supported version.

Thanks for the quick response, will try adress the issues when I have time.

Dangry98 avatar Feb 11 '24 10:02 Dangry98