problems getting an action for hdr toníng
Dear users,
my request is to create an action using specific settings for the hdr toning, because i need to apply the hdr toning to more than
1000 images.
But for some reason the action is not recording my settings?
The configuration of my PC:
OS: Windows 7
Intel Quad Core
16 GB Ram
Scratch space more than 500 GB
CS 5 64 Bit Vers. 12.0.04
Also tried scriptlistening, but as you can see below, there were no parameters or settings recorded?
var idPly = charIDToTypeID( "Ply " );
var desc5 = new ActionDescriptor();
var idnull = charIDToTypeID( "null" );
var ref3 = new ActionReference();
var idCmnd = charIDToTypeID( "Cmnd" );
ref3.putIndex( idCmnd, 1 );
var idActn = charIDToTypeID( "Actn" );
ref3.putName( idActn, "hdr" );
var idASet = charIDToTypeID( "ASet" );
ref3.putName( idASet, "Default Actions" );
desc5.putReference( idnull, ref3 );
var idCntn = charIDToTypeID( "Cntn" );
desc5.putBoolean( idCntn, true );
executeAction( idPly, desc5, DialogModes.NO );
Would be great to get any suggestions or help.
Thx Rudy!
