Mesh: Added Mesh Merge command

This command joins selected mesh objects into one
This commit is contained in:
Yorik van Havre
2015-08-03 15:46:30 -03:00
parent cfbcd3a6f3
commit b4ea012edc
2 changed files with 43 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< analyze << "Mesh_HarmonizeNormals" << "Mesh_FlipNormals" << "Separator"
<< "Mesh_FillupHoles" << "Mesh_FillInteractiveHole" << "Mesh_RemoveComponents"
<< "Mesh_RemoveCompByHand" << "Mesh_AddFacet" << "Mesh_Smoothing" << "Separator"
<< "Mesh_BuildRegularSolid" << boolean << "Separator" << "Mesh_PolySelect" << "Mesh_PolyCut"
<< "Mesh_BuildRegularSolid" << boolean << "Separator" << "Mesh_Merge" << "Mesh_PolySelect" << "Mesh_PolyCut"
<< "Mesh_PolySplit" << "Mesh_PolySegm" << "Mesh_PolyTrim" << "Mesh_TrimByPlane" << "Mesh_Segmentation"
<< "Mesh_VertexCurvature";
return root;