diff --git a/openpype/hosts/photoshop/api/ws_stub.py b/openpype/hosts/photoshop/api/ws_stub.py index 9db8f38a32..fc114f759e 100644 --- a/openpype/hosts/photoshop/api/ws_stub.py +++ b/openpype/hosts/photoshop/api/ws_stub.py @@ -328,7 +328,7 @@ class PhotoshopServerStub: ) def hide_all_others_layers(self, layers): - """hides all layers that are not part of the list or that are not + """hides all layers that are not part of the list or that are not children of this list Args: diff --git a/openpype/hosts/photoshop/plugins/publish/extract_review.py b/openpype/hosts/photoshop/plugins/publish/extract_review.py index f8e6cae040..b9750922f8 100644 --- a/openpype/hosts/photoshop/plugins/publish/extract_review.py +++ b/openpype/hosts/photoshop/plugins/publish/extract_review.py @@ -32,7 +32,6 @@ class ExtractReview(openpype.api.Extractor): self.output_seq_filename = os.path.splitext( stub.get_active_document_name())[0] + ".%04d.jpg" - layers = self._get_layers_from_image_instances(instance) self.log.info("Layers image instance found: {}".format(layers)) @@ -49,7 +48,7 @@ class ExtractReview(openpype.api.Extractor): "frameEnd": len(img_list), "fps": fps, "stagingDir": staging_dir, - "tags": self.jpg_options['tags'], #"review" + "tags": self.jpg_options['tags'], }) else: