I am trying to use Clay Harmon's QTR workflow which seems to be a very good system.
My problem does not concern QTR but the 'Build QTR Curve' script.
When I load it to work on a greyscale patch I get a Script Alert stating ....
Unexpected Error(TypeError : undefined is not an object)on line 70
I think I have found my way in to the script and if so this is what I find......
line 68 // Get a color sampler for the current image
line 69 var sampler ;
line 70 if (ref.colorSamplers.length == 0)
line 71 {
line 72 sampler = ref.colorSamplers.add(Array(wcenters[0] * w, vcenter * h)) ;
I am using Windows 7 64bit with CS2.
The file is greyscale 8bit (but it doesn't seem to matter)
Could someone point me in the right direction? Thanks.
My problem does not concern QTR but the 'Build QTR Curve' script.
When I load it to work on a greyscale patch I get a Script Alert stating ....
Unexpected Error(TypeError : undefined is not an object)on line 70
I think I have found my way in to the script and if so this is what I find......
line 68 // Get a color sampler for the current image
line 69 var sampler ;
line 70 if (ref.colorSamplers.length == 0)
line 71 {
line 72 sampler = ref.colorSamplers.add(Array(wcenters[0] * w, vcenter * h)) ;
I am using Windows 7 64bit with CS2.
The file is greyscale 8bit (but it doesn't seem to matter)
Could someone point me in the right direction? Thanks.

