Subversion Repositories filter_foundry

Rev

Rev 201 | Rev 330 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 daniel-mar 1
 
231 daniel-mar 2
Please download the Adobe Photoshop SDK here:
3
https://www.adobe.com/devnet/photoshop/sdk.html
4
	Note: The download of SDK 2017 at the end of the EULA page
5
	won't work on some browsers due to security settings:
6
	"adobe.com" uses HTTPS, while the download target "macromedia.com" uses HTTP.
7
	Therefore, the download does not work.
8
	Direct download of SDK 2017 here:
9
	http://download.macromedia.com/pub/developer/photoshop/sdk/adobe_photoshop_sdk_cc_2017_win.zip
192 daniel-mar 10
 
231 daniel-mar 11
 
12
 
13
Important:
14
Please carefully read the SDK EULA before processing!
15
The SDK contents are NOT part of this plugin source code,
16
and they are not subject to the plugin's license!
17
The SDK contents may not be distributed together with the plugin
18
or the plugin source code, and must stay on the computer of the developer.
19
 
20
If you do not agree to the EULA of the latest SDK,
21
you could try to obtain an older version of the SDK which
22
might have different license terms. This plugin should be
23
compatible with older versions of the SDK too.
24
 
25
 
26
Once you have obtained the SDK, extract the SDK contents in this directory:
192 daniel-mar 27
- connectionsdk/
28
- images/
29
- pluginsdk/
30
- license.html
31
- ReadMe.html
201 daniel-mar 32
 
231 daniel-mar 33
These folders are excluded in SVN and GIT to avoid that they
34
are accidentally uploaded somewhere.
201 daniel-mar 35
 
36
 
231 daniel-mar 37
Additional notes:
38
- Adobe's stand in regards to using SDK to write OpenSource plugins:
39
  https://web.archive.org/web/20070203075622/http://blogs.adobe.com/notesfrommnr/2006/04/using_adobe_sdk.html
40
  So it should be fine if the SDK contents are not included in the plugin's source code and not part of the license.
41
- The GPL license has some problems with this:
42
  https://www.gnu.org/licenses/gpl-faq.en.html#FSWithNFLibs
43
- Unfortunately, the fork of ViaThinkSoft is bound to the license that has been set in the original project of Toby Thain.