Skip to content

Does the script work with multiple artboards? #3

Answered by joonaspaakko
hittypitty asked this question in Q&A
Discussion options

You must be logged in to vote

Technically no... but you can if you convert artboards to individual psd files: File > Export > Artboards to files....

So if the starting point is Mockup.psd:

// Layers panel
- Artboard 1
    - @front
- Artboard 2
    - @back

And you do File > Export > Artboards to files..., you'll end up with files:

- Mockup Artboard 1.psd
- Mockup Artboard 2.psd

...and the script would have to be along the lines of:

Any specific settings in this example are irrelevant.

The only point I'm making with the example code is that when you split artboards into multiple mockup psd files, you then handle them just like any separate mockup files.

#include "Batch Mockup Smart Object Replacement.jsx" 

var output = 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hittypitty
Comment options

Answer selected by joonaspaakko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants