mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
forgotten changes of MayaHost imports
This commit is contained in:
parent
796348d4af
commit
20cf87c07d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import os
|
||||
from openpype.api import get_project_settings
|
||||
from openpype.pipeline import install_host
|
||||
from openpype.hosts.maya.api import MayaHostImplementation
|
||||
from openpype.hosts.maya.api import MayaHost
|
||||
from maya import cmds
|
||||
|
||||
host = MayaHostImplementation()
|
||||
host = MayaHost()
|
||||
install_host(host)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue