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
255 stars 36 forks source link

Display issues on Blender 4.0.0 #264

Closed robouden closed 6 months ago

robouden commented 1 year ago

I know blender V4.0.0is alpha. But the dimensions do not display on my setup. Any solutions?

Regards, Rob Oudendijk

kevancress commented 1 year ago

Hey @robouden.

Thanks for reporting. Blender 4.0 has depreciated the .bgl API that MeasureIt_ARCH uses for nearly all of its viewport and raster drawing.

Updating to work with the .gpu API in Blender 4.0 will take a pretty extensive re-write of all of the add-on drawing code. So it may be some time before the add-on works with Blender 4.0. Best to stick to 3.5 stable for now if you want to use MeasureIt_ARCH

realstevewarner commented 6 months ago

Kevan, thanks for the info on Blender 4.0. MeasureIt Arch has become critical to my day-to-day work (architectural planning). I can't update to Blender 4.0 if MeasureIt Arch isn't working. Have you considered taking the addon commercial? There's really nothing on the market that offers comparable features.

kevancress commented 6 months ago

Hey @robouden @realstevewarner

Sorry about the delay on this! I've just finished the updates to get everything moved over to the .gpu API so the addon should be working with Blender 4.0 now!

There's still a couple render issues with raster linework in perspective views... I'll try and get those resolved over the next few weeks!

@realstevewarner, no plans to take the addon commercial, my goal with this has always been to keep these tools accessible to as many people as possible!

realstevewarner commented 6 months ago

Thanks, Kevan! I'm off to test it now! Fingers crossed!

realstevewarner commented 6 months ago

Hey Kevin, it works great! So happy to have this working in 4.0. Only thing I noticed is that auto alignment isn't working. Do you know if that's possible with the 4.x changes? Thanks again for the hard work on this!

kevancress commented 6 months ago

@realstevewarner Great! Glad that this is working in 4.0 now! Which Auto alignment isn't working? Annotation text alignment and Dimension alignment seems to be behaving the same for me. Could you open a new issue for this. I'm going to close this one now that the 4.0 update is complete.

Thanks!!