v0.7.0 - Smart Object improvements #161
EmilDohne
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
v0.7.0
Release primarily fixes miscellaneous errors on smart objects as well as exposing the clipping mask property on layersNote
This release changes the python import of
psapi
->photoshopapi
. If you wish to keep usingpsapi
as alias you canimport photoshopapi as psapi
Features:
clipping_mask
field to all layer types, allowing you to set and restore clipping masks. Smart object: Invalid warp parsing, removing clipping mask #156Bugfixes
photoshopapi
python package will now be properly installed intophotoshopapi
andphotoshopapi.libs
rather than pollutingsite-packages
CI/Build
scikit-build-core
. Deprecate the oldsetup.py
workflow completely replacing it with a much simplerpyproject.toml
Breaking Changes:
import photoshopapi
, notimport psapi
This discussion was created from the release v0.7.0 - Smart Object improvements.
Beta Was this translation helpful? Give feedback.
All reactions