|
1 | 1 |
|
2 | | -// v.1.8. |
| 2 | +// v.1.9. |
3 | 3 | // Batch Mockup Smart Object Replacement.jsx |
4 | 4 |
|
5 | 5 | // You'll need to incplude this file to another script file: |
@@ -36,8 +36,23 @@ mockups([ |
36 | 36 |
|
37 | 37 | // CHANGELOG |
38 | 38 |
|
| 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 | + |
39 | 53 | // 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. |
41 | 56 | // - These options are specific to each smart object in the mockup. |
42 | 57 | // - Usage example: |
43 | 58 | // inputPlaced_runScript: '$/Input placed script.jsx', |
|
0 commit comments