Skip to main content

All Questions

0 votes
0 answers
181 views

Automate preinstalled Add-On action (3D-Print Toolbox)

I've been using the 3D Print Toolbox Add-on in Blender to check for and fix non manifold edges and would like to automate the actions on a list of STL files. Right now I do the following: Import an ...
ansonl's user avatar
  • 101
3 votes
3 answers
552 views

How to find and fix local minima in any mesh for 3d printing (Scripting)

I am randomly generating organic shapes that I want to 3D print lightweight and thus with 0% infill, a single perimeter, and zero top and bottom layers. To make this work properly I need the mesh to ...
TheRooster's user avatar
2 votes
0 answers
489 views

What's the algorithm used in bm.calc_volume()?

I need to know which algorithm is used in bm.calc_volume() (https://docs.blender.org/api/blender_python_api_2_67_release/bmesh.types.html#bmesh.types.BMesh.calc_volume) or which theorem is based on. ...
Zavaroski's user avatar