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

Is it possible to export the link map of vertices rendered in freetyle? #245

Closed lisiyao21 closed 1 year ago

lisiyao21 commented 1 year ago

It is an amazing work!!!

I am a beginer user of blender and it is a black box to me. If I understand correctly, the freestyle is going to select suggestive edges from the whole view map (the mesh) and draw these edges to color. Is it possible to export/record those rendered edges/vertex info (including id, 2d position, 3d position...) for further processing?

Thank you!!

kevancress commented 1 year ago

Hey @lisiyao21

This is probably a better question for the freestyle developers. MeasureIt_Arch can embed freestyle linework in its outputs but other than that it doesn't interact with freestyles view map data at all, so I'm not sure what data is available for export from freestyle.

lisiyao21 commented 1 year ago

Thank you for your kind reply!!!

lisiyao21 commented 1 year ago

So sorry for my late response due to hanging out... Since I'm really new to blender, could you guide me which specific person should I consult? Thank you so much!!

kevancress commented 1 year ago

@lisiyao21

hmm well the main page for freestyle is here https://freestyle.sourceforge.net/index.php and it has a lot of data about how the system works... but also hasn't been updated in several years, and I don't think any of the contact info is up to date...

I think the Blender NPR team did some work on the Freestyle UI a little while ago, so they might be able to help, they've got a pretty active twitter account that should work to get in contact with them.

For other line drawing methods I know Yiming Wu has been developing the Grease Pencil Line Art Modifier which could be helpful.

Also MeasureIt_ARCH does have its own Line Group system for drawing lines, but its mainly set up for technical drafting, and doesn't do things like suggestive contour edges like freestyle or the line art modifier would.

Hope that helps!!!