script pulling over another file

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

lukasz

script pulling over another file

Post by lukasz »

anyone have a problem where a script will open another script file? I am thinking ES is storing a function somehow across files in a global variable and is trying to run another file to get it rolling. never had this happen really.

any ideas?

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

Mike Hale

script pulling over another file

Post by Mike Hale »

Is this a Photoshop script you are talking about? I have never run into a Photoshop script using a function from another script unless the other script that contains the function is referenced as an include or evalScript(). I have also never seen Photoshop 'store' variables, global or otherwise, after a script has stopped.

Bridge scripts are a little different and I guess it could be possible to have naming conflicts there is you use a lot of global variables.

It would be helpful if you gave more details about what you are experiencing.