Extendscript pickwhip
by Marco Grubert on Sep 9, 2008 at 10:10:49 pm
I would like to modify certain parameters (e.g. a slider in a color correction effect) from within a jsx script. Usually this requires the index or name of an associated layer which I do not want to hard code. Is there a way to get pickwhip like behavior so the user just clicks or drags on the desired parameter and my script gets a pointer / index to it ?
Re: Extendscript pickwhip by Dan Ebberts on Sep 10, 2008 at 1:24:23 pm
The only thing I can think of would be to use the CompItem's selectedLayers() and/or selectedProperties() methods, which you could use in the callback routine for your slider. Something like that.