mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
blender and houdini imports
This commit is contained in:
parent
bf6940c415
commit
6e21cdea3d
5 changed files with 5 additions and 5 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue