Skip to content

Sergey Osokin

My feedback

320 results found

  1. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  2. 8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  3. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  4. 24 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  5. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Sergey Osokin commented  · 

    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.

    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 script

    Sergey Osokin supported this idea  · 
  6. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Sergey Osokin commented  · 

    macOS, Ai 29.6.1

    Sergey Osokin supported this idea  · 
  7. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  8. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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.

  9. 13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  10. 7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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.

  11. 32 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  12. 19 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  13. 15 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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).

  14. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Sergey Osokin commented  · 

    Example of using the BatchRenamer script to insert values into artboard names

  15. 123 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  16. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  17. 138 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  18. 42 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  19. 6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
  20. 45 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Sergey Osokin supported this idea  · 
← Previous 1 3 4 5 15 16

Feedback and Knowledge Base