cosmetics

This commit is contained in:
aardschok 2017-07-20 11:44:34 +02:00
parent dcf6c21bfa
commit 535ce23a75
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -21,7 +21,9 @@ from .action import (
)
all = [
# plugin classes
"Extractor",
# ordering
"ValidatePipelineOrder",
"ValidateContentsOrder",
"ValidateSceneOrder",