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
269 stars 38 forks source link

0.4: Overlapping annotation handling (offsets) #98

Open globalcitizen opened 4 years ago

globalcitizen commented 4 years ago

Here is an example where two overlapping objects have had bounds dimensions added along the same axis and orientation.

Their centers differ so both dimensions remain visible, however they run together leading to possible misunderstandings.

Ideally they should automatically be placed at differing offsets from the edges they are measuring to preserve clarity.

Screen Shot 2020-07-11 at 11 57 05
kevancress commented 4 years ago

Hey @globalcitizen

Sorry about the slow replies recently. Been a bit busy with work.

Hmm thats a good point. I might be able to solve this by checking the other dimensions on creation and adjusting the offset accordingly, like you say. I'll see if I can get it worked out this weekend!

globalcitizen commented 4 years ago

No worries and congrats on the new release! Awesome work!