mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #3077 from pypeclub/bugfix/standalone_publish_install
Standalone publisher: Fix plugins install
This commit is contained in:
commit
fae77b4767
1 changed files with 2 additions and 2 deletions
|
|
@ -1,14 +1,14 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
import openpype
|
||||
import pyblish.api
|
||||
from openpype.pipeline import install_openpype_plugins
|
||||
from openpype.tools.utils.host_tools import show_publish
|
||||
|
||||
|
||||
def main(env):
|
||||
# Registers pype's Global pyblish plugins
|
||||
openpype.install()
|
||||
install_openpype_plugins()
|
||||
|
||||
# Register additional paths
|
||||
addition_paths_str = env.get("PUBLISH_PATHS") or ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue