This commit is contained in:
Petr Kalis 2020-08-20 20:15:09 +02:00
parent fc2018e22b
commit 7f5fc953ce
5 changed files with 16 additions and 10 deletions

View file

@ -2,8 +2,9 @@ import os
import pyblish.api
from pype.modules.websocket_server.clients.photoshop_client import \
PhotoshopClientStub
from pype.modules.websocket_server.clients.photoshop_client import (
PhotoshopClientStub
)
class CollectCurrentFile(pyblish.api.ContextPlugin):

View file

@ -1,8 +1,9 @@
import pype.api
from avalon import photoshop
from pype.modules.websocket_server.clients.photoshop_client import \
PhotoshopClientStub
from pype.modules.websocket_server.clients.photoshop_client import (
PhotoshopClientStub
)
class ExtractSaveScene(pype.api.Extractor):

View file

@ -2,8 +2,9 @@ import pyblish.api
from pype.action import get_errored_plugins_from_data
from pype.lib import version_up
from pype.modules.websocket_server.clients.photoshop_client import \
PhotoshopClientStub
from pype.modules.websocket_server.clients.photoshop_client import (
PhotoshopClientStub
)
class IncrementWorkfile(pyblish.api.InstancePlugin):

View file

@ -4,8 +4,10 @@ import pyblish.api
import pype.api
from avalon import photoshop
from pype.modules.websocket_server.clients.photoshop_client import \
PhotoshopClientStub
from pype.modules.websocket_server.clients.photoshop_client import (
PhotoshopClientStub
)
class ValidateInstanceAssetRepair(pyblish.api.Action):
"""Repair the instance asset."""

View file

@ -2,8 +2,9 @@ import pyblish.api
import pype.api
from avalon import photoshop
from pype.modules.websocket_server.clients.photoshop_client import \
PhotoshopClientStub
from pype.modules.websocket_server.clients.photoshop_client import (
PhotoshopClientStub
)
class ValidateNamingRepair(pyblish.api.Action):