Index: plugins.h =================================================================== --- plugins.h (revision 38289) +++ plugins.h (revision 38290) @@ -58,6 +58,7 @@ plugin_def("smartdisperse", "netlist based dispenser", sbuildin, 1) plugin_def("teardrops", "draw teardrops on pins", sbuildin, 1) plugin_def("tool_std", "standard tools", sbuildin, 1) +plugin_def("trimesh", "triangulated mesh", sbuildin, 1) plugin_def("vendordrill", "vendor drill mapping", sbuildin, 1) plugin_header("\nFootprint backends:\n") @@ -192,3 +193,4 @@ plugin_dep("query", "lib_formula") plugin_dep("report", "query") plugin_dep("show_netnames", "query") +plugin_dep("trimesh", "lib_polyhelp")