Sergey Osokin
My feedback
320 results found
-
5 votes
Sergey Osokin supported this idea ·
-
8 votes
Sergey Osokin supported this idea ·
-
11 votes
Sergey Osokin supported this idea ·
-
Illustrator 29.7.1 changes units to points and resets other values after changing Keyboard Increment value when Search field has text in it
-
%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202025-08-16%2022.05.18.png 215 KB -
%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202025-08-16%2022.05.10.png 166 KB -
%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202025-08-16%2022.05.06.png 239 KB -
Ekran%20g%C3%B6r%C3%BCnt%C3%BCs%C3%BC%202025-08-11%20133103.png 126 KB -
Ekran%20g%C3%B6r%C3%BCnt%C3%BCs%C3%BC%202025-08-11%20132916.png 186 KB
24 votesFix available in prerelease build now - version 29.8
Give it a try and share your observations on this thread.
To be rolled out in general build soon.
Sergey Osokin supported this idea ·
-
-
4 votes
An error occurred while saving the comment An error occurred while saving the comment Sergey Osokin commented
I confirm. Since when creating a new artboard both the old and the new are "selected", the Paste in Front command now thinks that the user wants to paste from the clipboard to all these artboards. But this is done by a script and another process is expected there. A serious logical conflict has appeared between the new behavior of the Paste in Front command and scripts.
Now, to avoid this problem, the user must, before running the script,
1) enter the Artboard Tool
2) click anywhere on the canvas to remove the selection frame from the current artboard
3) run the script to create a new artboard and insert Paste in Front
But this is bad. The user must remember this instruction and follow it every time before running the scriptSergey Osokin supported this idea ·
-
5 votes
An error occurred while saving the comment Sergey Osokin commented
macOS, Ai 29.6.1
Sergey Osokin supported this idea ·
-
5 votes
The team needs to know the exact hardware and OS specifications for the affected users and kindly asks to test it with the latest Beta to make sure it behaves the same as the general 29.6.1 build.
Please reply in comments.
Sergey Osokin supported this idea ·
-
2 votes
An error occurred while saving the comment Sergey Osokin commented
Through scripts, we can only change Document Raster Effect Settings > Resolution (DPI). But not units, as Egor said. This is if you try to quickly solve the problem with scripts, since Adobe is unlikely to make you a native set of presets — it will take years.
-
13 votes
Sergey Osokin supported this idea ·
-
7 votes
Sergey Osokin supported this idea ·
An error occurred while saving the comment Sergey Osokin commented
From Object Model Viewer:
<classdef name="Document" dynamic="true">
<property name="rulerUnits" rwaccess="readonly">An error occurred while saving the comment Sergey Osokin commented
For an active document, we can get the key value of the ruler units through the app.activeDocument.rulerUnits property.
We can also create a new document with the desired units:
var docPreset = new DocumentPreset;
docPreset.units = RulerUnits.Centimeters;
var newDoc = app.documents.addDocument("Web", docPreset);And can we switch to other ruler units in the document? NO! Because the app.activeDocument.rulerUnits property is read-only, not read/write.
And it's not logical. So it just needs to be linked to the Document Setup > Units dialog mechanism.
In Adobe Community or direct messages comes from users asking how to change units of measure. I came up with a very bad way, suitable for Windows OS, to open Document Setup and emulate keystrokes in dropdown units via VBScript. It doesn't have to be this way, it's a bad workaround.
-
32 votes
Sergey Osokin supported this idea ·
-
19 votes
Sergey Osokin supported this idea ·
-
15 votes
Sergey Osokin supported this idea ·
An error occurred while saving the comment Sergey Osokin commented
I confirm that the artboards are duplicated in reverse order. And it's not just happening in CC 2025 (v29), it started in CC 2024 (v28).
-
2 votes
An error occurred while saving the comment Sergey Osokin commented
Example of using the BatchRenamer script to insert values into artboard names
-
123 votes
The team acknowledges the problem and is working to provide a quick fix with an option to disable this in the Preferences.
Sergey Osokin supported this idea ·
-
3 votes
Sergey Osokin supported this idea ·
-
138 votes
The team is looking into this feature request and needs more details. Quickly take this short survey and help us shape a better product
https://survey.adobe.com/jfe/form/SV_42RJWJjQkGXQbD8
Sergey Osokin supported this idea ·
-
42 votes
Sergey Osokin supported this idea ·
-
6 votes
Sergey Osokin supported this idea ·
-
45 votes
Sergey Osokin supported this idea ·
I recorded when the problem occurs and how I have to check through the Artboard Tool that the current artboard is not selected by a frame before running the script.