+ Use new icons in Mesh workbench

This commit is contained in:
wmayer
2013-12-20 16:28:14 +01:00
parent d5f10827ef
commit 2cbf57259f
14 changed files with 3246 additions and 166 deletions

View File

@@ -88,10 +88,6 @@ void MeshGuiExport initMeshGui()
Base::Console().Log("Loading GUI of Mesh module... done\n");
// Register icons
Gui::BitmapFactory().addXPM("curv_info", curv_info);
Gui::BitmapFactory().addXPM("import_mesh", import_mesh);
Gui::BitmapFactory().addXPM("export_mesh", export_mesh);
Gui::BitmapFactory().addXPM("solid_mesh", solid_mesh);
Gui::BitmapFactory().addXPM("mesh_fillhole", mesh_fillhole);
Gui::BitmapFactory().addXPM("mesh_pipette", mesh_pipette);