Merge pull request #3975 from Tilix4/fx_inventory_wrong_func

Fix: Inventory action path wrong functions leads to errors
This commit is contained in:
Jakub Trllo 2022-10-13 10:12:32 +02:00 committed by GitHub
commit 8295166aa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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():