Sergey Osokin
My feedback
-
3 votes1 comment · Illustrator (Desktop) Feature Requests » User Interface · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment -
10 votes
Sergey Osokin supported this idea ·
-
5 votes0 comments · Illustrator (Desktop) SDK/Scripting Issues » JavaScripting · Flag idea as inappropriate… · Admin →
Sergey Osokin supported this idea ·
-
5 votes
Sergey Osokin supported this idea ·
-
15 votes
An error occurred while saving the comment Sergey Osokin commented
3 years of not paying attention to the problem, but it is better to use tricks and create scripts than to wait another 3 or more years. =)
An error occurred while saving the comment Sergey Osokin commented
New units were added in CC 2020, but the ExtendScript API still doesn't know about them.
Workaround: read activeDocument.XMPString and use RegExp to parse document units. Example from *.ai structrure: <stDim:unit>Yards</stDim:unit>. Another problem: until the document is saved, we can't know if the units have changed.Sergey Osokin supported this idea ·
-
8 votes0 comments · Illustrator (Desktop) Feature Requests » SDK and Scripting · Flag idea as inappropriate… · Admin →
Sergey Osokin supported this idea ·
-
13 votes
Sergey Osokin supported this idea ·
-
3 votes3 comments · Illustrator (Desktop) Feature Requests » User Interface · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Sergey Osokin commented
On limited views of Illustrator objects, you can check color accessibility with the free script https://github.com/creold/illustrator-scripts/blob/master/md/Color.md#colorblindsimulator
Sergey Osokin supported this idea ·
-
4 votes4 comments · Illustrator (Desktop) SDK/Scripting Issues » JavaScripting · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Sergey Osokin commented
Proof that Illustrator stores created gradients as a hidden global swatch. The user doesn't know about it and doesn't care. Until we try to create scripts to work with gradients, then everything breaks down. And we can't script to break this link, only manually before running the script
Sergey Osokin supported this idea ·
-
7 votes4 comments · Illustrator (Desktop) Bugs » Colors, Swatches, Patterns · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Sergey Osokin commented
The problem was on macOS Ai 26.0.1. This trick helped to run Picker.
Sergey Osokin supported this idea ·
-
655 votes128 comments · Illustrator (Desktop) Feature Requests » User Interface · Flag idea as inappropriate… · Admin →
I am exited to announce that 'History Panel' is now available in Illustrator Beta. To access it, open the Creative Cloud app and go to "Beta apps" and install "Illustrator (Beta)". You can launch the history panel via the 'Window' menu > 'History'.
We look forward to your feedback on this new feature in Illustrator.
An error occurred while saving the comment Sergey Osokin commented
Don't forget about the Illustrator script developers. Make methods for accessing the history panel from the scripts. Similar to Photoshop, which has long had "app.activeDocument.activeHistoryState"
Sergey Osokin supported this idea ·
-
15 votes0 comments · Illustrator (Desktop) Feature Requests » User Interface · Flag idea as inappropriate… · Admin →
Sergey Osokin supported this idea ·
-
25 votes5 comments · Illustrator (Desktop) Feature Requests » Documents and Artboards · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Sergey Osokin commented
For batch renaming of artboards, layers and objects I made a free script:
https://github.com/creold/illustrator-scripts/blob/master/jsx/BatchRenamer.jsx -
7 votes
Sergey Osokin supported this idea ·
-
7 votes
Sergey Osokin supported this idea ·
-
66 votes10 comments · Illustrator (Desktop) Feature Requests » User Interface · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Sergey Osokin commented
To search for named objects in a document I made a free script https://youtu.be/30AwGPf_2Wk
Sergey Osokin supported this idea ·
-
15 votes9 comments · Illustrator (Desktop) Feature Requests » Documents and Artboards · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Sergey Osokin commented
I created a script for navigating to artboards by their name or size
https://github.com/creold/illustrator-scripts/blob/master/jsx/ArtboardsFinder.jsx -
17 votes10 comments · Illustrator (Desktop) Bugs » Rendering Issues (GPU, CPU) · Flag idea as inappropriate… · Admin →
I am happy to share that we have fixed this bug in our latest release – 26.2.1 which is available worldwide now.
Going forward, our goal is to fix as many top User-Voice bugs as possible and as frequently as possible. Given the nature of the fixes, some of the bugs will take a longer time to fix, but we are on it.
You can update to the latest release using Creative Cloud desktop App: https://helpx.adobe.com/in/creative-cloud/help/creative-cloud-updates.html
Thank you for all the feedback. Keep it coming!
Sergey Osokin supported this idea ·
-
4 votes0 comments · Illustrator (Desktop) SDK/Scripting Issues » JavaScripting · Flag idea as inappropriate… · Admin →
Sergey Osokin supported this idea ·
-
14 votes1 comment · Illustrator (Desktop) SDK/Scripting Issues » JavaScripting · Flag idea as inappropriate… · Admin →
Sergey Osokin shared this idea ·
The script may not be fast on large documents, but it's better than nothing https://github.com/creold/illustrator-scripts/blob/master/md/Select.md#selectrotateditems