Search found 2 matches

by jeffreynuez
Wed Jan 10, 2024 3:23 pm
Forum: Help Me
Topic: Updating a ps script that reads csv files and renames group layers
Replies: 1
Views: 2175

Re: Updating a ps script that reads csv files and renames group layers

Here is the script. DM me your email and I can send you examples of the csv files, image files and any other examples. (function () { var title = "CSV To Template Rename"; if (!/photoshop/i.test(app.name)) { alert("Script for Photoshop", title, false); return; } app.displayDialog...
by jeffreynuez
Wed Jan 10, 2024 2:20 am
Forum: Help Me
Topic: Updating a ps script that reads csv files and renames group layers
Replies: 1
Views: 2175

Updating a ps script that reads csv files and renames group layers

I need help updating a script commissioned by William Campbell in 2022. The script reads a csv file and replaces the names of the layer groups in a open psd document file listed in numerical order. The way this script worked is by reading the first column headed "Group Layers" that contain...