mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix: Inventory action path wrong functions leads to errors
This commit is contained in:
parent
60a1d7e79b
commit
77f8a8ad0c
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ from .workfile import (
|
|||
from . import (
|
||||
legacy_io,
|
||||
register_loader_plugin_path,
|
||||
register_inventory_action,
|
||||
register_inventory_action_path,
|
||||
register_creator_plugin_path,
|
||||
deregister_loader_plugin_path,
|
||||
)
|
||||
|
|
@ -197,7 +197,7 @@ def install_openpype_plugins(project_name=None, host_name=None):
|
|||
pyblish.api.register_plugin_path(path)
|
||||
register_loader_plugin_path(path)
|
||||
register_creator_plugin_path(path)
|
||||
register_inventory_action(path)
|
||||
register_inventory_action_path(path)
|
||||
|
||||
|
||||
def uninstall_host():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue