mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix formatting
This commit is contained in:
parent
b405a092e0
commit
c2421af820
2 changed files with 2 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue