From 0bac8ff6de8b04ef9a8eb35d65db8a3811148dee Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 15 Oct 2021 10:07:20 +0200 Subject: [PATCH] removed underscores from tool names --- openpype/tools/utils/host_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/tools/utils/host_tools.py b/openpype/tools/utils/host_tools.py index aa3d1ccc94..979341375e 100644 --- a/openpype/tools/utils/host_tools.py +++ b/openpype/tools/utils/host_tools.py @@ -162,10 +162,10 @@ class HostToolsHelper: elif tool_name == "creator": self.show_creator_tool(parent, *args, **kwargs) - elif tool_name == "subset_manager": + elif tool_name == "subsetmanager": self.show_subset_manager_tool(parent, *args, **kwargs) - elif tool_name == "scene_inventory": + elif tool_name == "sceneinventory": self.show_scene_inventory_tool(parent, *args, **kwargs)