Subversion Repositories filter_foundry

Rev

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

Rev 513 Rev 515
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
	11L,        /* Property Count */
41
	13L,        /* 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
	/* "Component". Values taken from Clouds.8BF */
-
 
47
	/* Note: Length 20 must be divisible by 4 */
-
 
48
	VENDORID, LC(c,m,p,t), NULLID, 20L, MainComponentVersion, "Filter Foundry\0\0",
-
 
49
 
46
	/* HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName }, */
50
	/* HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName }, */
47
	VENDORID, LC(h,s,t,m), NULLID, 16L, /* = 3*4 + 2 + sizeof(c string) + padding */
51
	VENDORID, LC(h,s,t,m), NULLID, 16L, /* = 3*4 + 2 + sizeof(c string) + padding */
48
	0L,                /* version */
52
	0L,                /* version */
49
	LC(F,l,t,r),       /* Class ID, always required.  Must be eventFilter='Fltr' to show up in "Actions" tab. */
53
	LC(F,l,t,r),       /* Class ID, always required.  Must be eventFilter='Fltr' to show up in "Actions" tab. */
50
	LC(f,i,F,o),       /* Event ID, or typeNULL if not Filter/Color Picker/Selection. */
54
	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!) */
55
	AETE_ID,           /* Dictionary ('AETE') resource ID. (only 2 bytes long!) */
52
 
-
 
53
	/*"Telegraphics FilterFoundry\0\0\0\0"*/
56
	/*"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. */
57
	/* Unique scope string, C format, long padded. If set, the plugin will only communicate with the host (Photoshop), not with AppleScript. */
55
	/* Beginning with 1.7.0.2, we accept AppleScript, since the AETE keys are now randomly chosen for each standalone plugin. */
58
	/* Beginning with 1.7.0.2, we accept AppleScript, since the AETE keys are now randomly chosen for each standalone plugin. */
56
	"\0\0"
59
	"\0\0"
57
 
60
 
Line 68... Line 71...
68
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
71
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
69
16032  TPLT  DISCARDABLE
72
16032  TPLT  DISCARDABLE
70
BEGIN
73
BEGIN
71
	0x0001,       /* Reserved (for Photoshop) */
74
	0x0001,       /* Reserved (for Photoshop) */
72
	0L,           /* kCurrentPiPLVersion */
75
	0L,           /* kCurrentPiPLVersion */
73
	8L,           /* Property Count */
76
	9L,           /* Property Count */
74
	VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
77
	VENDORID, LC(w,x,8,6), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
75
	#include "PiPL_body.rc"
78
	#include "PiPL_body.rc"
76
END
79
END
77
 
80
 
78
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
81
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
79
16064  TPLT  DISCARDABLE
82
16064  TPLT  DISCARDABLE
80
BEGIN
83
BEGIN
81
	0x0001,       /* Reserved (for Photoshop) */
84
	0x0001,       /* Reserved (for Photoshop) */
82
	0L,           /* kCurrentPiPLVersion */
85
	0L,           /* kCurrentPiPLVersion */
83
	8L,           /* Property Count */
86
	9L,           /* Property Count */
84
	VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
87
	VENDORID, LC(8,6,6,4), NULLID, 12L, "PluginMain\0\0",  /* Entrypoint Name (Long Word padded C String) */
85
	#include "PiPL_body.rc"
88
	#include "PiPL_body.rc"
86
END
89
END