From 14f1fa01f7afc414b36609b09aad2dfc267a7e7c Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Fri, 21 Mar 2025 21:43:24 -0400 Subject: [PATCH] Exclude Grid from Local EntityList Exclude Grid from Local EntityList --- scripts/system/create/edit.js | 1 + scripts/system/create/entityList/entityList.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/system/create/edit.js b/scripts/system/create/edit.js index 461dc49d25..4ef523167c 100644 --- a/scripts/system/create/edit.js +++ b/scripts/system/create/edit.js @@ -167,6 +167,7 @@ var entityListTool = new EntityListTool(shouldUseEditTabletApp, selectionManager); entityListTool.createApp = createApp; + entityListTool.grid = grid; entityListTool.cameraManager = cameraManager; entityListTool.selectionDisplay = selectionDisplay; diff --git a/scripts/system/create/entityList/entityList.js b/scripts/system/create/entityList/entityList.js index 897604b5b3..b5e8e59ed7 100644 --- a/scripts/system/create/entityList/entityList.js +++ b/scripts/system/create/entityList/entityList.js @@ -217,7 +217,8 @@ var EntityListTool = function(shouldUseEditTabletApp, selectionManager) { HMD.homeButtonID, HMD.homeButtonHighlightID, HMD.miniTabletID, - HMD.miniTabletScreenID + HMD.miniTabletScreenID, + that.grid.getGridEntityToolID() ]; var seltoolsIds = SelectionDisplay.toolEntityMaterial.concat( SelectionDisplay.allToolEntities,