Skip to content
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

CC2020 Compatibility #1

Open
waldbach opened this issue Jul 8, 2020 · 7 comments
Open

CC2020 Compatibility #1

waldbach opened this issue Jul 8, 2020 · 7 comments

Comments

@waldbach
Copy link

waldbach commented Jul 8, 2020

Installed and set flag, not showing up. Is it only for up to CC2018?

@shspage
Copy link
Owner

shspage commented Jul 8, 2020

Fixed the compatibility issue.
The reason why it did not appear in the menu in CC2020 (ver.24.x) was due to the upper limit of the supported version set in the manifest.xml.
Since compatibility with future versions is unpredictable, the supported version is set to the latest version at the time of release.
After changing the version limit to 24.9, it was displayed in the menu and I was able to confirm the basic operation.
If you want to use this extension after major version of Ai is upgraded, at least you need to change the version setting in manifest.xml.
It will work unless the specifications of the HTML extension have changed significantly.

@waldbach
Copy link
Author

waldbach commented Jul 8, 2020

Ah, thank you so much, I will try this!

@waldbach
Copy link
Author

waldbach commented Jul 8, 2020

On what line in manifest.xml do I have to change this?

@waldbach
Copy link
Author

waldbach commented Jul 8, 2020

Oh, I think this one:
<Host Name="ILST" Version="[18.0,24.9]" />

@waldbach
Copy link
Author

waldbach commented Jul 8, 2020

Works now, yay!
Can I use any PaperJS script or only the ones you provided?

@shspage
Copy link
Owner

shspage commented Jul 8, 2020

Yes, the repository has already fixed.
You can write your own script that uses the paper.js functions, but there are some parts that you need to write in a specific way to make it work with this extension. It may be a little confusing.
Please refer to the attached scripts and readme.md.

@waldbach
Copy link
Author

waldbach commented Jul 8, 2020

Ok, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants