PS fix - removed unwanted functions from pywin32

This commit is contained in:
Petr Kalis 2021-02-11 18:40:43 +01:00
parent 1c32eac7d9
commit 0169501b88
2 changed files with 0 additions and 8 deletions

View file

@ -23,10 +23,6 @@ class CollectInstances(pyblish.api.ContextPlugin):
}
def process(self, context):
# Necessary call when running in a different thread which pyblish-qml
# can be.
pythoncom.CoInitialize()
stub = photoshop.stub()
layers = stub.get_layers()
layers_meta = stub.get_layers_metadata()

View file

@ -13,10 +13,6 @@ class CollectReview(pyblish.api.ContextPlugin):
hosts = ["photoshop"]
def process(self, context):
# Necessary call when running in a different thread which pyblish-qml
# can be.
pythoncom.CoInitialize()
family = "review"
task = os.getenv("AVALON_TASK", None)
subset = family + task.capitalize()