mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
cosmetics
This commit is contained in:
parent
dcf6c21bfa
commit
535ce23a75
2 changed files with 4 additions and 1 deletions
|
|
@ -8,10 +8,11 @@ PUBLISH_PATH = os.path.join(PLUGINS_DIR, "publish")
|
|||
|
||||
def install():
|
||||
publish_path = os.path.join(PLUGINS_DIR, "publish")
|
||||
|
||||
print("Registering global plug-ins..")
|
||||
|
||||
pyblish.register_plugin_path(publish_path)
|
||||
|
||||
|
||||
def uninstall():
|
||||
pyblish.deregister_plugin_path(PUBLISH_PATH)
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,9 @@ from .action import (
|
|||
)
|
||||
|
||||
all = [
|
||||
# plugin classes
|
||||
"Extractor",
|
||||
# ordering
|
||||
"ValidatePipelineOrder",
|
||||
"ValidateContentsOrder",
|
||||
"ValidateSceneOrder",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue