add command to merge point clouds
This commit is contained in:
@@ -76,7 +76,9 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
root->insertItem(item, pnts);
|
||||
|
||||
pnts->setCommand("&Points");
|
||||
*pnts << "Points_Convert" << "Separator" << "Points_Import" << "Points_Export" << "Separator" << "Points_PolyCut";
|
||||
*pnts << "Points_Convert" << "Separator" << "Points_Import"
|
||||
<< "Points_Export" << "Separator" << "Points_PolyCut"
|
||||
<< "Points_Merge";
|
||||
return root;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user