loonghao / photoshop-python-api

Python API for Photoshop.
https://loonghao.github.io/photoshop-python-api/
MIT License
598 stars 68 forks source link

refactor(Photoshop): Restructure logic that establishes a Dispatch object #318

Closed Investigamer closed 8 months ago

Investigamer commented 8 months ago

Motivation for this Commit

After the popularity of Photoshop Beta due to the Generative Fill feature, as well as the Photoshop version rollover from v24 to v25, there has been increased occurrence of strange issues such as:

Goals of this Commit

Note on Limitations

These changes surely don't address every Dispatch related issue we've seen, and unfortunately I cannot replicate many of these reported issues on a local system, so its impossible for me to test each scenario. Nevertheless, I put in a few days of deep dive research into the topic, and I'm confident my proposed methodology is a step in the right direction.

Investigamer commented 8 months ago

Additional Commit: application.py

Investigamer commented 8 months ago

Additional Commit: Deprecate Python 3.7