|
@@ -5400,6 +5400,9 @@ SpatialEditor::SpatialEditor(EditorNode *p_editor) {
|
|
|
p->add_separator();
|
|
|
|
|
|
p->add_submenu_item(TTR("Gizmos"), "GizmosMenu");
|
|
|
+
|
|
|
+ p->add_separator();
|
|
|
+
|
|
|
p->add_check_shortcut(ED_SHORTCUT("spatial_editor/view_origin", TTR("View Origin")), MENU_VIEW_ORIGIN);
|
|
|
p->add_check_shortcut(ED_SHORTCUT("spatial_editor/view_grid", TTR("View Grid")), MENU_VIEW_GRID);
|
|
|
p->add_separator();
|