mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fixed load plugin issue with missing Alembic
This commit is contained in:
parent
c58243f5d8
commit
71c72ccbbb
1 changed files with 3 additions and 3 deletions
|
|
@ -55,9 +55,9 @@ def on_init(_):
|
|||
log.warning("Can't load plug-in: "
|
||||
"{0} - {1}".format(plugin, e))
|
||||
|
||||
# Set up all plug-ins
|
||||
for plugin in ["AbcImport", "AbcExport", "mtoa"]:
|
||||
force_load_deferred(plugin)
|
||||
cmds.loadPlugin("AbcImport", quiet=True)
|
||||
cmds.loadPlugin("AbcExport", quiet=True)
|
||||
force_load_deferred("mtoa")
|
||||
|
||||
|
||||
def on_save(_):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue