Subversion Repositories filter_foundry

Rev

Rev 212 | Rev 243 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 212 Rev 232
Line 36... Line 36...
36
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
36
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
37
16000  PiPL  DISCARDABLE
37
16000  PiPL  DISCARDABLE
38
BEGIN
38
BEGIN
39
	0x0001, 		/* Reserved (for Photoshop) */
39
	0x0001, 		/* Reserved (for Photoshop) */
40
	0L, 			/* kCurrentPiPLVersion */
40
	0L, 			/* kCurrentPiPLVersion */
41
	8L, 			/* Property Count */
41
	9L, 			/* Property Count */
42
 
42
 
43
	VENDORID, LC(c,a,t,g), NULLID, 16L, "\014Telegraphics\0\0\0", /* PString */
43
	VENDORID, LC(c,a,t,g), NULLID, 16L, "\014Telegraphics\0\0\0", /* PString */
44
	VENDORID, LC(n,a,m,e), NULLID, 20L, "\021Filter Foundry...\0\0", /* PString */
44
	VENDORID, LC(n,a,m,e), NULLID, 20L, "\021Filter Foundry...\0\0", /* PString */
45
 
45
 
46
	/* HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName }, */
46
	/* HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName }, */
Line 50... Line 50...
50
	LC(f,i,F,o),					/* Event ID, or typeNULL if not Filter/Color Picker/Selection. */
50
	LC(f,i,F,o),					/* Event ID, or typeNULL if not Filter/Color Picker/Selection. */
51
	AETE_ID,						/* Dictionary ('AETE') resource ID. (only 2 bytes long!) */
51
	AETE_ID,						/* Dictionary ('AETE') resource ID. (only 2 bytes long!) */
52
 
52
 
53
	/*"Telegraphics FilterFoundry\0\0\0\0"*/
53
	/*"Telegraphics FilterFoundry\0\0\0\0"*/
54
	/* Unique scope string, C format, long padded. If set, the plugin will only communicate with the host (Photoshop), not with AppleScript. */
54
	/* Unique scope string, C format, long padded. If set, the plugin will only communicate with the host (Photoshop), not with AppleScript. */
55
	/* Since 1.7b2, we accept AppleScript, since the AETE keys are now randomly chosen for each standalone plugin. */
55
	/* Since 1.7.0.2, we accept AppleScript, since the AETE keys are now randomly chosen for each standalone plugin. */
56
	"\0\0"
56
	"\0\0"
57
 
57
 
58
 
58
 
59
#include "PiPL_body.rc"
59
#include "PiPL_body.rc"
60
 
60
 
Line 63... Line 63...
63
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
63
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
64
16000  RCDATA  DISCARDABLE
64
16000  RCDATA  DISCARDABLE
65
BEGIN
65
BEGIN
66
	0x0001, 		/* Reserved (for Photoshop) */
66
	0x0001, 		/* Reserved (for Photoshop) */
67
	0L, 			/* kCurrentPiPLVersion */
67
	0L, 			/* kCurrentPiPLVersion */
68
	5L, 			/* Property Count */
68
	6L, 			/* Property Count */
69
 
69
 
70
#include "PiPL_body.rc"
70
#include "PiPL_body.rc"
71
 
71
 
72
END
72
END