Skip to content

Commit fc546ba

Browse files
committed
v.1.9.
1 parent b5ea4c3 commit fc546ba

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

script/Batch Mockup Smart Object Replacement.jsx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// v.1.8.
2+
// v.1.9.
33
// Batch Mockup Smart Object Replacement.jsx
44

55
// You'll need to incplude this file to another script file:
@@ -36,8 +36,23 @@ mockups([
3636

3737
// CHANGELOG
3838

39+
// v.1.9.
40+
// - Now the property "mockupPath" can lead to a folder, in which case it will
41+
// process all psd or psb files in that folder using the same settings.
42+
// - Added new property "mockupNested" that works the same as "inputNested",
43+
// but only if "mockupPath" is a folder.
44+
// - Added the properties `input` and `inputNested` to the smart object settings,
45+
// just like each smart object target, but with this each smart object picks input
46+
// files sequentially from the same pool of images.
47+
// - I consider this to be an experimental feature since if you don't have the
48+
// perfect amount of images, the last image will contain leftovers from the
49+
// previous loop. For example if you have 9 images and 2 smart objects, the
50+
// output will be 5 images with the last smart object containing an image
51+
// from the previous output.
52+
3953
// v.1.8.
40-
// - Added 2 new options that allow you to edit input files on the fly, which could potentially eliminate the need to batch process input files before running this mockup script.
54+
// - Added 2 new options that allow you to edit input files on the fly, which could potentially eliminate
55+
// the need to batch process input files before running this mockup script.
4156
// - These options are specific to each smart object in the mockup.
4257
// - Usage example:
4358
// inputPlaced_runScript: '$/Input placed script.jsx',

0 commit comments

Comments
 (0)