chsh2 / nijiGPen

An add-on of Blender focusing on Grease Pencil
GNU General Public License v3.0
290 stars 13 forks source link

IDEA: median axis - centerline #49

Open ehsanps4 opened 7 months ago

ehsanps4 commented 7 months ago

Hello. Thank you for your efforts. The addon is very good. Please add centerline to the addon if possible. Thanks

Example:

https://github.com/eadf/hallr/wiki/2d-centerline

https://github.com/eadf/hallr

https://github.com/eadf/toxicblend.rs

-

These two features are also very interesting

https://github.com/eadf/hallr/wiki https://github.com/eadf/hallr/wiki/Sdf-mesh-2%C2%BDD https://github.com/eadf/hallr/wiki/Voronoi-Mesh

chsh2 commented 7 months ago

Hi. Thank you for the suggestion. Do you mean to convert Grease Pencil strokes to 3D objects like this? 284007550-08ae5bf1-29a1-4cc5-8d4b-c8cfa857ab39 Yes it sounds like a good idea. In fact, this add-on has implemented the median axis in some other functions, so maybe I can also try to use it for mesh generation. Currently I am busy with upgrading the add-on to support Blender 4.3 and pause adding new features, but I will consider adding this once the new add-on version gets stable.

ehsanps4 commented 6 months ago

thank you very much I mean calculating the median axis of a Grease Pencil strokes. and extracting the median axis from Grease Pencil strokes as a separate stroke. And also, as you mentioned, mesh generation with the help of the median axis. thank you

ehsanps4 commented 2 months ago

Hello. Thank you for adding these features to the addon. Thank you.