Hi,
I have created a custom Format plugin based on the SimpleFormat sdk example.
Can someone give me an example on how I can access its options from script?
The parameters block from my .r file are as follows:
{ /* non-filter plug-in class here */
vendorName " myFormat", /* unique class name */
plugInClassID, /* class ID, must be unique or Suite ID */
plugInAETEComment, /* optional description */
{ /* define inheritance */
"<Inheritance>", /* must be exactly this */
keyInherits, /* must be keyInherits */
classFormat, /* parent: Format, Import, Export */
"parent class format", /* optional description */
flagsSingleProperty, /* if properties, list below */
"imageFormat",
keyImgFmt,
typeChar,
"image format",
flagsSingleProperty
/* no properties */
},
The imageFormat field works as expected when creating and running Actions - I just need to be able to set it from script
Thanks,
Richard
North America
Europe, Middle East and Africa
Asia Pacific