blender and houdini imports

This commit is contained in:
Milan Kolar 2021-04-01 21:48:57 +02:00
parent bf6940c415
commit 6e21cdea3d
5 changed files with 5 additions and 5 deletions

View file

@ -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):

View file

@ -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")

View file

@ -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):

View file

@ -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")

View file

@ -44,7 +44,7 @@ publish.show(parent)
<label>Work Files ...</label>
<scriptCode><![CDATA[
import hou, os
from pype.tools import workfiles
from openpype.tools import workfiles
workfiles.show(os.environ["AVALON_WORKDIR"])
]]></scriptCode>
</scriptItem>