Skip to content

Commit

Permalink
ignore placeholders for instance collection
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitConnan committed Feb 14, 2022
1 parent 34a0107 commit 45c756b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openpype/hosts/photoshop/plugins/publish/collect_instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def process(self, context):
if "container" in layer_data["id"]:
continue

if "placeholder" in layer_data["id"]:
continue

# child_layers = [*layer.Layers]
# self.log.debug("child_layers {}".format(child_layers))
# if not child_layers:
Expand Down

0 comments on commit 45c756b

Please sign in to comment.