mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
adding pyblish plugins from kredenc
This commit is contained in:
parent
2dc510a3ab
commit
8b931f5207
13 changed files with 383 additions and 100 deletions
|
|
@ -11,7 +11,7 @@ import pyblish.api
|
|||
def _get_script():
|
||||
"""Get path to the image sequence script"""
|
||||
try:
|
||||
from pype.scripts import publish_filesequence
|
||||
from pype.fusion.scripts import publish_filesequence
|
||||
except Exception as e:
|
||||
raise RuntimeError("Expected module 'publish_imagesequence'"
|
||||
"to be available")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue