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

Multiple Artboard solid fill layer change

New Here ,
Apr 14, 2024 Apr 14, 2024

Hey, First time posting here 🙂

I've got a process that I need to do many many times. 
I have several artboards with a solid fill colour background layer on each.
I am currently scrolling through my layers and applying the swatch to each layer individualy.
There are alot of layers and its fairly tedious. Is there a way that I can somehow link these solid fill layers so that if i change 1 on 1 artboard all the linked layers across all artboards will also change colour? I did try using the link function but it didnt seem to work for applying a new swatch colour. Not sure if i have used it incorrectly?

Any help would be much appreciated 🙂 
Thank you

TOPICS
Actions and scripting , Windows
423
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
People's Champ ,
Apr 14, 2024 Apr 14, 2024

I'm not sure if this will suit you, but try it.

 

1. Instead of a SolidColor layer with a pixel mask, you can use a Shape layer with a sufficiently large vector mask and the current pixel mask. In this case, if the layers are linked, you can execute the "select linked" command. After that, in the options panel for the Pen or Shape tools, select the desired fill color. In this case, the color will change for all selected layers.

 

2. You can also turn one SolidColor layer into a smart object, and replace the rest with copies of it (via Ctrl+J). When the color inside any such smart object changes, its copies will change automatically. There is no need to link or select anything.

 

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
Community Expert ,
Apr 14, 2024 Apr 14, 2024

I was going to suggest the same as @r-bin – a linked smart object would auto-update.

 

Otherwise, a script could find and update the solid fill layer, however, the layer structure would need to be understood and hopefully the files would be consistent.

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
New Here ,
Apr 15, 2024 Apr 15, 2024

Thanks for the replies. If i go with the smart object option the only issue I can see is that I have to open that in a new window and cant eyedrop colours from the products on the original artboards and seamlessly decide on a colour that looks best since you have to save the smart object file before it changes on the original artboards. My current method makes it easy to drag around my cursor on the colour picker to decide on a nice background colour that matches without needing to have a new window open or saving to see the new colour. 
Im not sure I understand what your saying in suggestion one.

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
Community Expert ,
May 06, 2024 May 06, 2024
LATEST
quote

Im not sure I understand what your saying in suggestion one.


By @Conor SB

 

I was saying that a script can automate the selection and updating of the solid colour fill layer in multiple artboards, from say the current foreground colour. If you still wish to explore this, it would be helpful to see a screenshot of your layers panel so that the exact artboard and layer structure can be clearly understood (make the panel tall enough to see multiple artboard content).

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