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

Title Block Tutorial #250

Open baldyman01 opened 1 year ago

baldyman01 commented 1 year ago

Hi Kev,

Hope you're doing well?

I've been fiddling with the Title Block option trying to see how it works and am coming up blank. It appears to do nothing at present so I'm probably missing something. I downloaded your Demo file from the documentation (great idea to have that BTW if documentation isn't available yet) but I appear to just have a blank Blender file.

MIA 0.5.0 + Blender 3.3.1 on Ubuntu 20.04

Cheers

Pete

kevancress commented 1 year ago

Hey @baldyman01

Thanks for the reminder, I setup that demo file as a test to see if I could actually host files on GitHub Pages, but never actually filled it in.

Got a start writing the tutorial (not finished yet so its a bit sparse), but did actually put up a complete Titleblock demo file on that page.

https://kevancress.github.io/MeasureIt_ARCH/tutorials/titleblock_setup/

Take a look and let me know if you have any questions or if anything doesn't make sense!

Cheers! Kev

baldyman01 commented 1 year ago

Hi Kev, So I've got the title block working as I want it so thanks for that. The only oddity I've found is that if I move any part of the title block scene into +Z it no longer gets rendered in the main scene. Only things in -Z. It renders normally in my title block scene camera. To double check it wasn't camera clipping distance causing the issue I moves the camera with the title objects and the +Z cuttoff still happens while maintaining camera Z distance.

I note that in your example blend everything in the title block is in -Z so you probably know about this little quirk already. It's certainly not a show stopper but a note in the Docs might save some confusion for others.

kevancress commented 1 year ago

Hey,

aahh yeah, the titleblock scene gets positioned with it's z axis aligned to the camera's local z axis, and the origin placed right at the camera's near clipping plane, so anything +Z in the titleblock scene gets cut off.

I'll add a note about that in the docs!