mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix refactor
This commit is contained in:
parent
b6609b2fe3
commit
6a91d14cc6
9 changed files with 13 additions and 13 deletions
|
|
@ -286,7 +286,7 @@ def setup_lop_python_layer(layer, node, savepath=None,
|
|||
@contextlib.contextmanager
|
||||
def remap_paths(rop_node, mapping):
|
||||
"""Enable the AyonRemapPaths output processor with provided `mapping`"""
|
||||
from ayon_core.hosts.houdini.api.lib import parm_values
|
||||
from ayon_houdini.api.lib import parm_values
|
||||
|
||||
if not mapping:
|
||||
# Do nothing
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"""Creator plugin for creating USD looks with textures."""
|
||||
import inspect
|
||||
|
||||
from ayon_core.hosts.houdini.api import plugin
|
||||
from ayon_houdini.api import plugin
|
||||
|
||||
import hou
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ import re
|
|||
import hou
|
||||
import pyblish.api
|
||||
|
||||
from ayon_core.hosts.houdini.api import colorspace
|
||||
from ayon_core.hosts.houdini.api.lib import (
|
||||
from ayon_houdini.api import colorspace
|
||||
from ayon_houdini.api.lib import (
|
||||
evalParmNoFrame,
|
||||
get_color_management_preferences
|
||||
)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import inspect
|
|||
|
||||
import pyblish.api
|
||||
from ayon_core.pipeline import PublishValidationError
|
||||
from ayon_core.hosts.houdini.api.action import SelectROPAction
|
||||
from ayon_houdini.api.action import SelectROPAction
|
||||
|
||||
import hou
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ from ayon_core.pipeline.publish import (
|
|||
PublishValidationError,
|
||||
OptionalPyblishPluginMixin
|
||||
)
|
||||
from ayon_core.hosts.houdini.api.action import SelectROPAction
|
||||
from ayon_houdini.api.action import SelectROPAction
|
||||
|
||||
import hou
|
||||
from pxr import Usd, UsdShade, UsdGeom
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ from functools import partial
|
|||
import pyblish.api
|
||||
|
||||
from ayon_core.pipeline.publish import PublishValidationError
|
||||
from ayon_core.hosts.houdini.api.action import SelectROPAction
|
||||
from ayon_core.hosts.houdini.api.usd import get_schema_type_names
|
||||
from ayon_houdini.api.action import SelectROPAction
|
||||
from ayon_houdini.api.usd import get_schema_type_names
|
||||
|
||||
import hou
|
||||
from pxr import Sdf
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ from ayon_core.pipeline.publish import (
|
|||
PublishValidationError,
|
||||
OptionalPyblishPluginMixin
|
||||
)
|
||||
from ayon_core.hosts.houdini.api.action import SelectROPAction
|
||||
from ayon_core.hosts.houdini.api.usd import get_schema_type_names
|
||||
from ayon_houdini.api.action import SelectROPAction
|
||||
from ayon_houdini.api.usd import get_schema_type_names
|
||||
|
||||
import hou
|
||||
from pxr import Sdf, UsdShade
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ import inspect
|
|||
import pyblish.api
|
||||
|
||||
from ayon_core.pipeline.publish import PublishValidationError, RepairAction
|
||||
from ayon_core.hosts.houdini.api.action import SelectROPAction
|
||||
from ayon_core.hosts.houdini.api.usd import get_usd_render_rop_rendersettings
|
||||
from ayon_houdini.api.action import SelectROPAction
|
||||
from ayon_houdini.api.usd import get_usd_render_rop_rendersettings
|
||||
|
||||
import hou
|
||||
import pxr
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import inspect
|
|||
|
||||
import pyblish.api
|
||||
|
||||
from ayon_core.hosts.houdini.api.action import SelectROPAction
|
||||
from ayon_houdini.api.action import SelectROPAction
|
||||
from ayon_core.pipeline import PublishValidationError
|
||||
|
||||
import hou
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue