Merge pull request #13906 from Rexbas/align-camera

Align camera to faces and edges
This commit is contained in:
Chris Hennes
2024-05-20 11:28:24 -05:00
committed by GitHub
11 changed files with 278 additions and 1 deletions

View File

@@ -804,7 +804,7 @@ ToolBarItem* StdWorkbench::setupToolBars() const
// View
auto view = new ToolBarItem( root );
view->setCommand("View");
*view << "Std_ViewFitAll" << "Std_ViewFitSelection" << "Std_ViewGroup"
*view << "Std_ViewFitAll" << "Std_ViewFitSelection" << "Std_ViewGroup" << "Std_AlignToSelection"
<< "Separator" << "Std_DrawStyle" << "Std_TreeViewActions"
<< "Separator" << "Std_MeasureDistance" << "Std_Measure";