All plug-ins and renderers can be started without Python. The Python installation is checked only when Python is really needed (i.e. when a script starts with #!py). If the installation is missing, Python scripts return the error 1. For the first Python script, a corresponding warning message is also shown. The following Python versions are expected:
By the way, you can have any other, even newer Python version(s) installed. These versions are ignored by the priint:comet plug-ins and by comet_pdf.
For the installation of the plug-ins we strongly recommend the installers provided by WERK II.
If, for any reason, a manual installation is necessary, it is important to replace all (but not more) plug-ins. Replacing individual plug-ins of different releases will crash Illustrator®. Here you can find complete zip sets of the plug-ins.
For information about the System Requirements for Illustrator see here.
All plug-ins are supplied in the so-called Universal Architecture and run on both Intel and Silicon machines. At least macOS Version 12 (Monterey) is required for all priint:comet plug-ins.
All plug-ins are checked against malware by Apple. However, since you did not get the plug-ins from the App Store, it is necessary to change the security settings of your System Settings:
Because this file contains entries from our bug tracking system, the content of this file is partly in German.
The table describes the features and bug fixes of the priint:comet AI 4.3 plug-ins.
Revision | Case | Description |
v4.3 R36169 15.02.2025 |
No functional changes. |
|
v4.3 R36072 03.02.2025 |
TW 3296948 - AI Comet - Crash on Deleting Document Attributes |
In Illustrator, the application crashes immediately when I try to delete a single document attribute in the respective panel. It only works if the attribute to be removed is the last one in the list, any attribute else crashes Illustrator. [Fixed] |
TW 3296646 - AI-Plugin Does not remember last connection |
The AI Comet plugin does not remember the last used pubserver login. [Fixed] |
|
v4.3 R36001 23.01.2025 |
TW 3290269 - Crash with CDialog.addDropDown |
The Python function CDialog.addDropDown immediatelly crashes Illustrator®. This is fixed. |
TW 3275876 - Restricting the function variables is not case-insensitive |
If a Load Script has more than 30 Function Variables, the Placeholder Option panel automatically opens a selection dialog with a list of the available variables (instead of the usual dropdown). I can restrict this (long) list with a text field. Everything's great. But could you perhaps make the search field case-insensitive? We have done that. The restriction to “Starts with a" now provides both results:
|
|
TW 3280010 - Placeholder Options panel is very slow |
The Placeholder Options panel takes a very long time to update if a placeholder defines many placeholder defines 'many' Function Variables. And by 'many' we mean > 4,000 function variables! The question is, of course, what the point is of defining so many function variables and whether the whole thing should not be more of a feasibility study. Anyway, We have succeeded in reducing the update of the panel in such cases from 20 seconds to around 0.1 seconds. |
|
TW 3286532 - Translating strings seems to be very slow with Illustrator |
The internal use of the translate function takes quite a long time in Illustrator®. The internal translations are used to show the UI elements in the current Illustrator® language (de, en, fr, jp). The problem could be solved. In the test case, an acceleration of 1.4 to 0.01 sec was achieved. |
|
TW 3277910 - Script editor crashes Illustrator on Mac OS |
If a script contains UTF8 characters such as äöü, Illustrator crashes when the script editor is opened (e.g. via the Placeholder Values palette). The same happens if you want to write a UTF8 character in a script. The problem only occurs under Mac OS. [Fixed] |
|
TW 3264762 - AI - License order dialog does not close |
I’ve just installed the AI plugins and ordered a license. Unfortunately, the License Order Dialog for the license does not close after the txt file has been saved to the file system. The dialog’s content is gone, but the toplevel window itself stays open and cannot be closed with the window title bar buttons. The problem only occurs on the Mac. [Fixed] |
|
TW 3289111 - AI-Plugin / Python / comet.frame.moveTo wrong y-position |
The Python method comet.frame.moveTo() in Illustrator seems to behave wrong regarding the new Y position. [Fixed] |
|
TW 3289955 - AI-Plugin / Python / CFrame.setScriptTag does not honor boolean values |
CFrame.setScriptTag() saves boolean values with type integer in the frame tags. [Fixed] |
|
v4.3 R35824 05.12.2024 |
No functional changes. |
|
v4.3 R35572 17.10.2024 |
Illustrator® 2025 |
Just in time for the release of Illustrator® 2025, the priint:comet plugins for Illustrator® 2025 are also available :-) |
v4.3 R35315 03.09.2024 |
Crash when comparing comet Python types |
When comparing comet Python types to intrinsic types like None, etc.. it is possible that a crash occurs. This is fixed now. |
v4.3 R35111 17.07.2024 |
TW 3039583 - Illustrator® crash after executing product pool script. |
Illustrator crashes when multiple documents are opened and closed in a panel action when
the option 'Show start screen when no documents are open'.
This seems to happen because all panels are closed when a document is closed.
[Fixed] |
TW 3060791 - Invisible caret in the Illustrator script editor |
Using the dark UI on the Mac, the text cursor (caret) is invisible in the built-in script editor. This problem, as simple as it sounds, was quite difficult to solve. The text cursor is now also visible in the dark UI of the Mac OS. |
|
TW 3060755 - Illustrator script editor difficult to read on dark UI |
The Illustrator plug-ins script editor is difficult to read with the dark UI on the Mac. The editors background is still white, but since the system font color is also white when the UI is dark, you just can't see anything. The problem occurs on the Mac only. We have now adjusted the background and font colors accordingly. Here's a screenshot: ![]() |
|
TW 3060748 - Illustrator crashes when trying to open a script editor |
Illustrator crashes when trying to open a script editor by clicking an Edit button (for instance in in Placeholder Options panel). The problem occurs on the Mac only. The problem is, that the font used for the editors is not installed. Installing the Apple fonts SF Mono will solve the problem. To avoid these problems in the future we are now using Menlo instead of SF Mono. Menlo should be installed by default. |
|
string::get_token_count not working. |
The cScript function string::get_token_count is not working.
[Fixed] |
|
document.getFront raises CometError |
The Python function document.getFront raises a CometError when no front document is found.
[Fixed] |
|
placeholder.setTagValue raises CometError |
The Python function placeholder.setTagValue raises a CometError when the parameter slot is "STRINGID".
[Fixed] |
|
v4.3 R34920 12.06.2024 |
Modal dialogs cause the application to freeze. |
When opening a modal dialog on Windows (e.g. the 'Create Table' dialog), it is possible that Illustrator® freezes when a document is open. [Fixed] |
Double clicking the 'Different entries' entry on the frame tags panel crashes Illustrator®. |
[Fixed] |
|
Memory leaks |
Several memory leaks have been [Fixed]. |
|
v4.3 R34671 23.04.2024 |
No Functional Changes | |
v4.3 R34458 12.03.2024 |
Python Improvements | The following improvements have been made to the Python integration: New functions: |
v4.3 R34266 06.02.2024 |
Python improvements | The following improvements have been made to the Python integration:
|
CScript improvements |
|
|
frame::get_rotate yields wrong values |
The cScript function frame::get_rotate yields wrong values. Sometimes they are negative and sometimes completely wrong. [Fixed] |
|
v4.3 R34034 11.12.2023 |
No Functional Changes |
|
v4.2 R33833 13.11.2023 |
||
v4.3 R33655 23.10.2023 |
Docwatch |
Docwatch is now supported, allowing the plugins to react to certain document events via cScript or Python. For more information see here. |
v4.3 R33520 26.09.2023 |
||
v4.3 R33466 13.09.2023 |
||
v4.3 R33300 21.07.2023 |
No Functional Changes |
|
v4.3 R33179 04.07.2023 |
Initial Version of v4.3 |
This is the first official release of priint:comet ID plug-ins v.4.3. |
v4.3 R30993 23.06.2022 |
Comet Tests |
Like in our priint:comet InDesign® plugins, it is now possible to create test cases which can be automatically executed. For more information see here. |
Improved FrameTags panel |
The frame tags panel has been improved:
|
|
New Python functions | There are new Python functions available:
|
|
New CScript functions | There are new CScript functions available:
|