Merge pull request #13057 from misslivirose/fix/edit-create-grabbable

Remove 'Create Items as Grabbable' Menu item in cleanup for edit
This commit is contained in:
John Conklin II 2018-05-01 13:15:27 -07:00 committed by GitHub
commit 382802375d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1291,6 +1291,7 @@ function cleanupModelMenus() {
Menu.removeMenuItem("Edit", MENU_EASE_ON_FOCUS);
Menu.removeMenuItem("Edit", MENU_SHOW_LIGHTS_AND_PARTICLES_IN_EDIT_MODE);
Menu.removeMenuItem("Edit", MENU_SHOW_ZONES_IN_EDIT_MODE);
Menu.removeMenuItem("Edit", MENU_CREATE_ENTITIES_GRABBABLE);
}
Script.scriptEnding.connect(function () {