Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Placing a layer

Guest
Aug 24, 2009 Aug 24, 2009

Gotta be a simpler way to do this -- maybe I am thinking too hard.  I'd like to copy a layer from one document to another and place the layer on the second document at a known location.  I cannot seem to find the way to tell the paste command where to place the paste.  I end up getting the bounding box for the layer and computer the offset from the desired point then issuing a move command to 'align' the layer where I want it.  Seems there should be a simpler way

TOPICS
Actions and scripting
699
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Guru ,
Aug 24, 2009 Aug 24, 2009

I don't think there is a short, easy way to copy a layer into a different doc at a fixed location. You have to do one of the following.

1. What you are doing now. Copy, change docs, paste, find the bounds and translate.

2. Get the bounds of the layer to copy and determine height and width, switch docs and make a selection in pixels  [X, Y,X+ width,Y+height], then paste. You do not need to translate.

With either of those methods you loose any layer properties like blend mode, masks, etc

3. Use the duplicate method to dupe the layer and all it's features to the new doc. It should be at the top of the layer stack and in the top right corner. Move the layer where you want it in the layer stack and translate to the desired X,Y

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 24, 2009 Aug 24, 2009
LATEST

Michael,

  Thanks for the confirmation -- I was hoping someone had a better way.  Guess I'll just wrap it in a function to hide the complicated stuff.  Based on other programs I have scripted it just seems like they left this feature out

Cheers

E

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines