mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added install_openpype_plugins into load cli
This commit is contained in:
parent
8ec4d9c8d4
commit
c8a886d6ce
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ from avalon import api, io
|
|||
|
||||
from openpype import style
|
||||
from openpype.lib import register_event_callback
|
||||
from openpype.pipeline import install_openpype_plugins
|
||||
from openpype.tools.utils import (
|
||||
lib,
|
||||
PlaceholderLineEdit
|
||||
|
|
@ -608,4 +609,6 @@ def cli(args):
|
|||
# Store settings
|
||||
api.Session["AVALON_PROJECT"] = project
|
||||
|
||||
install_openpype_plugins()
|
||||
|
||||
show()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue