Skip to main content
Participating Frequently
August 30, 2018
Question

Does pasting a new vector always have to paste in at the top?

  • August 30, 2018
  • 2 replies
  • 433 views

Hello,

Long story short, If I paste something into an Illustrator document, if I don't have 'Paste remembers layers' checked on, it creates a new layer at the top of the layers palette. I have a layer called "Outlines" that I need to have stay at the top of the layers palette and sit above this new graphic that I'm pasting in. Is it possible to lock that top layer position, or to have the newly pasted in graphic go to the bottom, or anywhere else except for the top? (I'm running a script that is copying and pasting things into the document, and currently it doesn't allow for the option 'paste remembers layers', and I'm hoping to avoid editing the script because I don't know how)
Thanks!

    This topic has been closed for replies.

    2 replies

    ryan_edwards
    Inspiring
    August 31, 2018

    Don't forget about this shortcut combo

    Jacob Bugge
    Community Expert
    Community Expert
    August 30, 2018

    Jason,

    How about just selecting the Layer you wish to have it pasted into, or the object you wish to have it pasted above for more accurate placing in the stacking order (in connexion with Ctrl/Cmd+F, you can also use B)?

    Participating Frequently
    August 30, 2018

    Thanks Jacob. The process of copying and pasting is happening during part of the script. For example, I start the script, it automatically copies a piece and pastes it into the template file I have created, and aligns to where I've specified it. But in that paste move, the script is creating a new layer to paste the object. And that new layer is always created at the top of the palette. So, I'm wondering if there's a way to have a new layer generate at the bottom, rather than the top. Or if there's a way to lock this outlines layer in place at the top so that the object that gets pasted into the template is below the outlines layer in the layer order.

    So regarding your response, I can't select the layer, or do anything else while the script is running/working. I can only edit the files after the script is done and reorder the layers manually. The problem is, I'm mass producing these files, so to manually edit them all would be...not ideal

    CarlosCanto
    Community Expert
    Community Expert
    August 31, 2018

    post your script, I'll help you edit it.