From 6e21cdea3d24f953884d26ba9fe5411fc71fa00a Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Thu, 1 Apr 2021 21:48:57 +0200 Subject: [PATCH] blender and houdini imports --- openpype/hosts/blender/plugins/load/load_action.py | 2 +- openpype/hosts/blender/plugins/load/load_animation.py | 2 +- openpype/hosts/blender/plugins/load/load_camera.py | 2 +- openpype/hosts/houdini/api/__init__.py | 2 +- openpype/hosts/houdini/startup/MainMenuCommon.XML | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/openpype/hosts/blender/plugins/load/load_action.py b/openpype/hosts/blender/plugins/load/load_action.py index 0cbb679d22..a9d8522220 100644 --- a/openpype/hosts/blender/plugins/load/load_action.py +++ b/openpype/hosts/blender/plugins/load/load_action.py @@ -9,7 +9,7 @@ from avalon import api, blender import bpy import openpype.hosts.blender.api.plugin -logger = logging.getLogger("pype").getChild("blender").getChild("load_action") +logger = logging.getLogger("openpype").getChild("blender").getChild("load_action") class BlendActionLoader(openpype.hosts.blender.api.plugin.AssetLoader): diff --git a/openpype/hosts/blender/plugins/load/load_animation.py b/openpype/hosts/blender/plugins/load/load_animation.py index a8d5db3d2f..4025fdfa74 100644 --- a/openpype/hosts/blender/plugins/load/load_animation.py +++ b/openpype/hosts/blender/plugins/load/load_animation.py @@ -10,7 +10,7 @@ import bpy import openpype.hosts.blender.api.plugin -logger = logging.getLogger("pype").getChild( +logger = logging.getLogger("openpype").getChild( "blender").getChild("load_animation") diff --git a/openpype/hosts/blender/plugins/load/load_camera.py b/openpype/hosts/blender/plugins/load/load_camera.py index 1a17f3d8b6..30300100e0 100644 --- a/openpype/hosts/blender/plugins/load/load_camera.py +++ b/openpype/hosts/blender/plugins/load/load_camera.py @@ -9,7 +9,7 @@ from avalon import api, blender import bpy import openpype.hosts.blender.api.plugin -logger = logging.getLogger("pype").getChild("blender").getChild("load_camera") +logger = logging.getLogger("openpype").getChild("blender").getChild("load_camera") class BlendCameraLoader(openpype.hosts.blender.api.plugin.AssetLoader): diff --git a/openpype/hosts/houdini/api/__init__.py b/openpype/hosts/houdini/api/__init__.py index 52166df7f6..21f4ae41c3 100644 --- a/openpype/hosts/houdini/api/__init__.py +++ b/openpype/hosts/houdini/api/__init__.py @@ -13,7 +13,7 @@ from openpype.hosts.houdini.api import lib from openpype.lib import any_outdated -log = logging.getLogger("pype.hosts.houdini") +log = logging.getLogger("openpype.hosts.houdini") HOST_DIR = os.path.dirname(os.path.abspath(openpype.hosts.houdini.__file__)) PLUGINS_DIR = os.path.join(HOST_DIR, "plugins") diff --git a/openpype/hosts/houdini/startup/MainMenuCommon.XML b/openpype/hosts/houdini/startup/MainMenuCommon.XML index faa811de86..77ee182e7c 100644 --- a/openpype/hosts/houdini/startup/MainMenuCommon.XML +++ b/openpype/hosts/houdini/startup/MainMenuCommon.XML @@ -44,7 +44,7 @@ publish.show(parent)