Allow C++ SDK to load swatch library (ase) from filepath
Currently, with ExtendScript, we're able to load a swatch library from a filepath and show its panel. In the C++ SDK, we're only able to open a library with the OpenNthLibrary function from the SwatchLibrariesSuite.
It would be nice, similar to ExtendScript, to be able to load an .ase from a filepath and open the panel.
3
votes
Jared
shared this idea
-
Jared commented
Is there a tentative release date?
-
Andrew Patterson commented
This may be supported in the next Illustrator version. Check AISwatchLibraries.h and look for a new function 'Open LibraryByPath'. I'm not 100% sure it's what you're looking for, but it might be.