adds an atGizmo option - for now drops a new object at a given singular mesh position. TODO: at the center of a given group.

This commit is contained in:
Azaezel 2017-02-26 18:34:32 -06:00
parent 4b1e2816a9
commit f1d315d51a
3 changed files with 22 additions and 4 deletions

View file

@ -315,6 +315,7 @@ function EditorGui::buildMenus(%this)
item[5] = "at Centroid" TAB "" TAB "atCentroid";
item[6] = "to Terrain" TAB "" TAB "toTerrain";
item[7] = "Below Selection" TAB "" TAB "belowSelection";
item[8] = "At Gizmo" TAB "" TAB "atGizmo";
};
%this.alignBoundsMenu = new PopupMenu()