Subversion Repositories filter_foundry

Rev

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

Rev 519 Rev 526
Line 43... Line 43...
43
# ------------------------------------------------------------------------------
43
# ------------------------------------------------------------------------------
44
 
44
 
45
ostype_header("AppleScript related");
45
ostype_header("AppleScript related");
46
ostype_info('tELE', 'Plugin Suite ID', 'Telegraphics');
46
ostype_info('tELE', 'Plugin Suite ID', 'Telegraphics');
47
ostype_info('Fltr', 'Class ID "Filter" (PITerminology.h:eventFilter)', 'Adobe');
47
ostype_info('Fltr', 'Class ID "Filter" (PITerminology.h:eventFilter)', 'Adobe');
48
ostype_info('fiFo', 'Event ID (for non-standalone filter)', 'Telegraphics');
48
ostype_info('fiFo', 'Event ID (for non-standalone filters)', 'Telegraphics');
49
ostype_info('xprR', 'Expression "red" channel (for non-standalone filter)', 'Telegraphics');
49
ostype_info('xprR', 'Expression "red" channel (for non-standalone filter)', 'Telegraphics');
50
ostype_info('xprG', 'Expression "green" channel (for non-standalone filter)', 'Telegraphics');
50
ostype_info('xprG', 'Expression "green" channel (for non-standalone filter)', 'Telegraphics');
51
ostype_info('xprB', 'Expression "blue" channel (for non-standalone filter)', 'Telegraphics');
51
ostype_info('xprB', 'Expression "blue" channel (for non-standalone filter)', 'Telegraphics');
52
ostype_info('xprA', 'Expression "alpha" channel (for non-standalone filter)', 'Telegraphics');
52
ostype_info('xprA', 'Expression "alpha" channel (for non-standalone filter)', 'Telegraphics');
53
ostype_info('cTl0', 'Slider 0 (for non-standalone filter)', 'Telegraphics');
53
ostype_info('cTl0', 'Slider 0 (for non-standalone filter)', 'Telegraphics');
Line 56... Line 56...
56
ostype_info('cTl3', 'Slider 3 (for non-standalone filter)', 'Telegraphics');
56
ostype_info('cTl3', 'Slider 3 (for non-standalone filter)', 'Telegraphics');
57
ostype_info('cTl4', 'Slider 4 (for non-standalone filter)', 'Telegraphics');
57
ostype_info('cTl4', 'Slider 4 (for non-standalone filter)', 'Telegraphics');
58
ostype_info('cTl5', 'Slider 5 (for non-standalone filter)', 'Telegraphics');
58
ostype_info('cTl5', 'Slider 5 (for non-standalone filter)', 'Telegraphics');
59
ostype_info('cTl6', 'Slider 6 (for non-standalone filter)', 'Telegraphics');
59
ostype_info('cTl6', 'Slider 6 (for non-standalone filter)', 'Telegraphics');
60
ostype_info('cTl7', 'Slider 7 (for non-standalone filter)', 'Telegraphics');
60
ostype_info('cTl7', 'Slider 7 (for non-standalone filter)', 'Telegraphics');
-
 
61
ostype_info('long', 'Data type integer', 'Apple');
-
 
62
ostype_info('TEXT', 'Data type string', 'Apple');
-
 
63
ostype_info('null', 'noReply', 'Apple');
-
 
64
ostype_info('#ImR', 'typeImageReference', 'Adobe');
61
ostype_footer();
65
ostype_footer();
62
 
66
 
63
echo "Note: For standalone plugins, all FourCC codes above will be replaced ";
67
echo "Note: For standalone plugins, all FourCC codes above will be replaced ";
64
echo "by different hashes based on the parameter data of the filter (except `tELE` and `Fltr`).\n\n";
68
echo "by different hashes based on the parameter data of the filter (except `tELE` and `Fltr`).\n\n";
65
 
69