cuddlyogre / ExportLDraw

LDraw Import and Exporter for Blender 2.82+
GNU General Public License v2.0
49 stars 12 forks source link

export suggestion #43

Closed sampotter123 closed 1 year ago

sampotter123 commented 1 year ago

can you add the ability to export only edges to dat (like ac3d ldraw export)

cuddlyogre commented 1 year ago

That should be possible. I'll look into it.

Just for my own curiosity, what is the intended usage for this?

sampotter123 commented 1 year ago

That should be possible. I'll look into it.

Just for my own curiosity, what is the intended usage for this?

thanks for you quick reply

to export 2d cross-section from blender to ldcad to use as a reference

sampotter123 commented 1 year ago

thanks for adding it

sampotter123 commented 1 year ago

I notice that i can't export, only edges (no faces). are you still planning to add the requested feature?

cuddlyogre commented 1 year ago

I'll see what I can do.

sampotter123 commented 1 year ago

thanks f.y.i "ac3d ldraw plugin" can export just edges

cuddlyogre commented 1 year ago

You used to be able to with mine, with some trickery, but a recent addition prevents it. I have to make a couple tweaks to enable it again.

When you say edges, are you referring to LDraw line types 2 and 5 or Blender mesh edges?

sampotter123 commented 1 year ago

blender mesh edges

i want to be able too export from blender a cross-section (basically an edge loop, no polygons) from a 3d mesh, then import it to ldcad too use as a reference.

cuddlyogre commented 1 year ago

https://github.com/cuddlyogre/ExportLDraw/releases/tag/2023-10-02-00

To export edges, go into face select mode, select all, delete Just Faces, then go into edge select mode, select all, and Mark Sharp. Make sure the LDraw panel is properly filled in. Check "Export polygons", and export as normal.

image