AdobeDocs / uxp-photoshop

Documentation for UXP Plugin API - Adobe Photoshop 2022 - apiVersion 2
https://developer.adobe.com/photoshop/uxp/2022/
Apache License 2.0
93 stars 94 forks source link

Layer.isClippingMask is listed as R/W, but writing does not work #439

Open cedahl opened 1 year ago

cedahl commented 1 year ago

Repo file: /src/pages/ps_reference/classes/layer.md Live page link (and page section): https://developer.adobe.com/photoshop/uxp/2022/ps_reference/classes/layer/#properties Issue description: The isClippingMask property is listed as R/W, but writing does not work.

Attempting to write to Layer.isClippingMask doesn't throw an error, but it also does not update the property. Not sure if this is a bug with the property or if the docs should be updated, but I'll throw it in here anyway.

Clonkex commented 3 weeks ago

I also encountered this today. Even if all layers are visible, writing to isClippingMask has no effect.