mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix refactoring of imports
This commit is contained in:
parent
c2d1470def
commit
cdb6bc7535
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ from ayon_core.pipeline.load import (
|
|||
)
|
||||
from ayon_core.pipeline.context_tools import get_current_project_name
|
||||
|
||||
from ayon_core.hosts.houdini.api import lib
|
||||
from ayon_houdini.api import lib
|
||||
|
||||
import hou
|
||||
|
||||
|
|
@ -399,7 +399,7 @@ def keep_background_images_linked(node, old_name):
|
|||
"""Reconnect background images to node from old name.
|
||||
|
||||
Used as callback on node name changes to keep thumbnails linked."""
|
||||
from ayon_core.hosts.houdini.api.lib import (
|
||||
from ayon_houdini.api.lib import (
|
||||
get_background_images,
|
||||
set_background_images
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from ayon_core.pipeline import load
|
||||
from ayon_core.hosts.houdini.api.lib import find_active_network
|
||||
from ayon_houdini.api.lib import find_active_network
|
||||
|
||||
import hou
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue