-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to CEP 11 ? #9
Comments
Well we could to just bump the version in the manifest file, this holds the data like name and app and versions needed. I thought m1 arm would only run the new plugins. As far what I read about it. I can make a an edit and tag you when I made this edit |
Maybe Adobe changed their mind over phasing out CEP for now .... it appears that it's still a current way of developing extensions and the latest version (11.1+) supports ARM ... https://blog.developer.adobe.com/cep-11-now-in-prereleases-446c0d2b76d5 |
No they highly motivate dev's to transition to UXP. Kinda weird, since it still doesnt support everything CEP can do. PS i dont see anyway why this version would not run properly. I mean this extension doesnt use nodejs and the settings it is supported to any photoshop from 2014 up. About that CEP running natively, that is actually a custom chromium engine packed inside Photoshop. its basically the core of Google Chrome they use to run CEP panels |
What i can try is to use the 'csinterface' file v11 and check if other scripts are needed for this. Im shooting a bit in the dark with that, i cant test that high version of a photoshop |
@sneaker333 https://github.com/schroef/AnimDessin2/tree/cep-11-tryout/com.sbaril.animdessin2 Please not that CSSX needs to be 11 Debugging Unsigned Extensions
These entries will enable debug extensions to be displayed in the host applications. Please note that, CSXS.11 is given with the assumption that, you are developing the extension for CEP 11. If you are developing extension for previous version of CEP, replace 11 with corresponding version number. |
I've tried installing this extension on an M1 ARM iMac and Photoshop 24.70 and found that it is possible to use the current release version but only if Photoshop is set to open under Rosetta due to the extension being classed as 'legacy'. It appears that CEP 11 is supported natively on ARM Photoshop, but not being a CEP developer I don't know what is involved to get this plugin to support it - is this something which is easily achievable or far more involved ?
The text was updated successfully, but these errors were encountered: