OpenPype icon indicating copy to clipboard operation
OpenPype copied to clipboard

Webpublisher:change create flatten image into tri state

Open kalisp opened this issue 3 years ago • 1 comments

Brief description

CollectColorCodedInstances allows publish only flattened subset of 'image' family.

Description

Previously it was possible to set in Settings to create flatten subset of 'image' family from published subsets. But separate layers marked by publishable colors were published also. This PR brings more granularity, now it is possible to:

  • create flattened 'image' subset of all publishable layers + create 'image' subset per publishable layer
  • create ONLY flattened 'image' subset of all publishable layers
  • not create flattened 'image' subset at all, only separate subsets per marked layer.

Documentation (add "type: documentation" label)

feature_documentation

Testing notes:

  1. set project_settings/photoshop/publish/CollectColorCodedInstances/flatten_subset_template

Screenshot 2022-08-16 170951

  1. mark some top layers in PS to be published
  2. check that only flatten subset was produced

kalisp avatar Aug 16 '22 12:08 kalisp