• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
3

Paul Riggott's scripts on Github

Community Expert ,
Feb 05, 2017 Feb 05, 2017

Copy link to clipboard

Copied

For your information, many scripts created by Paul Riggott are now posted on Github at this address: GitHub - Paul-Riggott/PS-Scripts: Photoshop Scripts

As many of his scripts had been created as examples or to help others, I'll scour this forum to reconnect the scripts to the posts, as his website is not up anymore.

Paul shares many insights and knowledge with this community, I'll try to correct the links to the new location of his scripts in the various discussions.

TOPICS
Scripting

Views

1.6K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 05, 2017 Feb 05, 2017

Copy link to clipboard

Copied

Thank you PECourtejoie, I’m sure that your hard work will be appreciated – as is Paul’s!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 05, 2017 Feb 05, 2017

Copy link to clipboard

Copied

 

For those new to downloading scripts from Github, I have found that it is easiest to view the script as raw code and then to copy or download it from the raw view, renaming the plain text saved file to a .jsx file.

 

STEP 1:

 

raw.png

 

STEP 2:

 

step2.png

 

 

 

TIP: I personally like to add the URL source of the script as a //comment at the head of the script so that I know where it originally came from, such as:

 

// https://raw.githubusercontent.com/Paul-Riggott/PS-Scripts/master/Change%20CreateDate.jsx  

or

/* https://raw.githubusercontent.com/Paul-Riggott/PS-Scripts/master/Change%20CreateDate.jsx  */

 

EDIT: One can also download the entire repository as a .zip file, rather than manually saving individual scripts:

 

zip.png

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2017 Aug 29, 2017

Copy link to clipboard

Copied

Yes, thanks for the tip!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Apr 15, 2022 Apr 15, 2022

Copy link to clipboard

Copied

Hello!

I have noticed on github there is no license info. Is there something that would hint that these scripts are free to use in commercial workflows?

I know that for many all public github scripts and codes are pretty much open source, and in case of PS scripts basically there is no way to tell if someone used some of these scripts or not, and most people make github stuff public to share it, but recently i have read that if there is no license info, it defaults to copyrighted, and I would prefer to know its all legit, if I would share the workflow, mentioning the use of one of these scripts in it. Also i am no lawyer so i cant tell how big difference it is between using publicly posted script as a tool or having some other part of code inside my product. Logically there are completly different uses, but legally with no license both can lead to potential, unpleasant consequences. Will appreciate any information on this matter.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 16, 2022 Apr 16, 2022

Copy link to clipboard

Copied

What kind of commercial use exactly, how you would benefit on these scripts?

 

Contact repository owner to get to know his own opinion and get permission...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Apr 16, 2022 Apr 16, 2022

Copy link to clipboard

Copied

I  mean using it (lunching script) during work in Photoshop while working on commercial projects, while there is no license information given on github. I cant find a way to contact the author. I understund that people just use such public scripts and its most likely the intention of the author, but would like to get confirmation.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 16, 2022 Apr 16, 2022

Copy link to clipboard

Copied

He preferably shares snippets to shorten time we spend on figuring out how to use codes with Bridge. If you use them to learn how to write own scripts then it is moral, otherwise perhaps there are some exceptions, that is when you wouldn't implement them into own application but as you say, you use for ex. to speed up your workflow.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 09, 2023 Oct 09, 2023

Copy link to clipboard

Copied

Is there a description anywhere of what each script does?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 09, 2023 Oct 09, 2023

Copy link to clipboard

Copied

quote

Is there a description anywhere of what each script does?


By @amybashara

 

Not that I am aware of, apart from deducing the function from the script name and or looking at the code (obviously installing and testing is yet another way).

 

At the most basic level, the scripts are a mixture of Bridge and Photoshop, which you can tell by looking at the head of the script:

 

 

#target bridge

 

 vs.

 

#target photoshop

 

 

Both have different installation procedures:

 

https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 09, 2023 Oct 09, 2023

Copy link to clipboard

Copied

LATEST

https://community.adobe.com/t5/bridge-discussions/site-closed-www-ps-bridge-scripts-talktalk-net/m-p...

 

The Internet Archive crawler captured some of the explanations, however, as the pages used frames it appears to have had some issues so some things don't work or were not fully captured. Good luck!

 

https://web.archive.org/web/20131202174717/http://www.ps-bridge-scripts.talktalk.net:80/

 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines