kevancress / MeasureIt_ARCH

MeasureIt_ARCH is an addon for Blender, that adds tools to create design documentation and technical drawings that can be previewed within Blender's 3D viewport, and exported as images, vector graphics or .dxf files. Read the Doc's here:
https://kevancress.github.io/MeasureIt_ARCH/
Other
265 stars 38 forks source link

Default text preview is very low res #259

Closed drewp closed 1 year ago

drewp commented 1 year ago

image

My scene units are cm, and I don't think my scene is excessively large or small.

blender 3.5 alpha from 2023-01-17

drewp commented 1 year ago

Aha, I found the scene settings area, which is apparently like this by default: image

These let me dial to an acceptable res, though it would obviously be nice if the addon could come up with something more sensible in my case.

kevancress commented 1 year ago

Hey @drewp

Yeah I've been trying to come up with a better balance for Text resolution! The main problem really is that the addons performs pretty slowly when drawing lots of medium-high resolution text, which isn't so bad at render time, but makes the viewport really sluggish (hence the lower default / preview resolution in the viewport).

I might dial it up to 150 ppi by default, which looks a little cleaner, and doesn't hurt viewport performance too much... but ultimately I need to work on the text drawing performance to properly resolve this.

kevancress commented 1 year ago

Default is now 150ppi, text drawing performance is a little better after aff07ffe609829eac5c41caf8e1392b44f000a32

closing for now