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

Schedule export error #258

Closed ChubbyQuark closed 1 year ago

ChubbyQuark commented 1 year ago

Getting the following error on Win 10 and OSX. I think it is the line of code in the screenshot as once this is removed the schedule exports as expected.

Support/Blender/3.4/scripts/addons/MeasureIt_ARCH-development/measureit_arch_schedules.py", line 235, in execute file_path = bpy.path.abspath(font_file) NameError: name 'font_file' is not defined

image
kevancress commented 1 year ago

Hey @ChubbyQuark

Thanks for catching that! should be fixed in the latest development version e5563990b2eb894b51656c06bc23cb573957c045

ChubbyQuark commented 1 year ago

Glad I could help.

The addon is amazing, just what Blender needs for designers and Architects.

As a side note, do you think it would be possible to view a tabulated data in Blender (similar to how revit displays tabulated info.). Ive had a couple of converstation with the guys at OSArch around the same thing, be great to get your insight too.

All the best, Chris.

On Thu, 26 Jan 2023, 16:25 kevancress, @.***> wrote:

Hey @ChubbyQuark https://github.com/ChubbyQuark

Thanks for catching that! should be fixed in the latest development version e556399 https://github.com/kevancress/MeasureIt_ARCH/commit/e5563990b2eb894b51656c06bc23cb573957c045

— Reply to this email directly, view it on GitHub https://github.com/kevancress/MeasureIt_ARCH/issues/258#issuecomment-1405264825, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGKCHLZR6QQOKQ373TGQ2MLWUKQPHANCNFSM6AAAAAAUFR4P7I . You are receiving this because you were mentioned.Message ID: @.***>

kevancress commented 1 year ago

Thanks! Glad people are finding it useful!

Yeah I've actually been working on a Table annotation object that reads data from a csv and creates a table in the 3D viewport. It's still a bit buggy, but the docs are here https://kevancress.github.io/MeasureIt_ARCH/prop_descriptions/tables/

And here's a quick demo too.

tables

I wish I had more time to spend over in the OSArch forums! seems like there's always great things happening over there!

ChubbyQuark commented 1 year ago

ILooks great. did notice the table addition in the latest version, I'll have another look, could be a good approach to getting linked tabulated data in.

I started looking into the prop chart Addon as starting point and the use of custom properties: -

[image: image.png]

On Thu, Jan 26, 2023 at 6:13 PM kevancress @.***> wrote:

Thanks! Glad people are finding it useful!

Yeah I've actually been working on a Table annotation object that reads data from a csv and creates a table in the 3D viewport. It's still a bit buggy, but the docs are here https://kevancress.github.io/MeasureIt_ARCH/prop_descriptions/tables/

And here's a quick demo too.

[image: tables] https://user-images.githubusercontent.com/16860574/214916106-6453de40-750e-4ab4-ab7b-d1d3454f6774.gif

I wish I had more time to spend over in the OSArch forums! seems like there's always great things happening over there!

— Reply to this email directly, view it on GitHub https://github.com/kevancress/MeasureIt_ARCH/issues/258#issuecomment-1405405525, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGKCHL5EKUKLL3AKBO3FLVTWUK5ENANCNFSM6AAAAAAUFR4P7I . You are receiving this because you were mentioned.Message ID: @.***>

ChubbyQuark commented 1 year ago

Wrong place for this but I don't have another contact for you, thought I'd share the below:-

Spent a bit of time testing the new features on one of the larger models I work with, the dynamic line group is great, really helps express details:

[image: image.jpeg]

On Thu, Jan 26, 2023 at 6:13 PM kevancress @.***> wrote:

Thanks! Glad people are finding it useful!

Yeah I've actually been working on a Table annotation object that reads data from a csv and creates a table in the 3D viewport. It's still a bit buggy, but the docs are here https://kevancress.github.io/MeasureIt_ARCH/prop_descriptions/tables/

And here's a quick demo too.

[image: tables] https://user-images.githubusercontent.com/16860574/214916106-6453de40-750e-4ab4-ab7b-d1d3454f6774.gif

I wish I had more time to spend over in the OSArch forums! seems like there's always great things happening over there!

— Reply to this email directly, view it on GitHub https://github.com/kevancress/MeasureIt_ARCH/issues/258#issuecomment-1405405525, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGKCHL5EKUKLL3AKBO3FLVTWUK5ENANCNFSM6AAAAAAUFR4P7I . You are receiving this because you were mentioned.Message ID: @.***>

kevancress commented 1 year ago

Ooh interesting, I hadn't heard of Prop Chart, I'll have to check it out!

Glad that the dynamic line group is working well for you! if you ever need more control over it, you can filter what geometry it considers by creating a vertex group, and setting it in the lines 'Filter Group' property!

I'm gonna close this issue for now, but you can reach me by opening up new issues here, or by email at kevan.cress@gmail.com

Ps. the images on your last two comments didn't come through for some reason