CSX 2.0 released

Discussion of the xtools Toolkit

Moderators: Tom, Kukurykus

xbytor

CSX 2.0 released

Post by xbytor »

The tarball and extension pack can be found here:

https://sourceforge.net/projects/ps-scr ... 2.0_betas/ ... 2.0_betas/

Let me know if you find any problems.

-X
Gattung

CSX 2.0 released

Post by Gattung »

Hi thanks for this. Here is an error I am getting this error with PS/Bridge CS6 From the log:

Code: Select allMessage: undefined is not an object
   File: /c/Program Files/Adobe/Adobe Photoshop CS6 (64 Bit)/Presets/Scripts/CSX-2_0b3.jsx
   Line: 26536
   Error Name: TypeError
   Error Number: 21
   Line: (26527)    //   }
   Line: (26528)   
   Line: (26529)      if (csOpts.accumulateKeywords) {
   Line: (26530)        var md = new Metadata(file);
   Line: (26531)        var res = md.get("IPTC:Keywords");
   Line: (26532)        var re = /^\[(.*)\]$/;
   Line: (26533)        var keywords = res;
   Line: (26534)        var m;
   Line: (26535)   
   Line: (26536) >>     if (m = res.match(re)) {
   Line: (26537)          keywords = m[1].split('; ');
   Line: (26538)        }
   Line: (26539)        var iptc = new IPTC(doc);
   Line: (26540)        iptc.addKeywords(keywords);
   Line: (26541)      }
   Line: (26542)   
   Line: (26543)      return layer;
   Line: (26544)    };
   Line: (26545)   
   Line: (26546)    //

[CSX-2_0b3.jsx]
main()
_main()
runProcess([Object:ContactSheetConfig])
process([Object:ContactSheetConfig],undefined)
process([Object:ContactSheetConfig])
handleError([Error:TypeError: undefined is not an object],"Error in processing:"...)
logException([Error:TypeError: undefined is not an object])
exceptionMessage([Error:TypeError: undefined is not an object])

Also the extension manager package is installing csxbeta3 whereas I see the zip has the release of csx2.0 should I try installing the zip?

Thanks!
xbytor

CSX 2.0 released

Post by xbytor »

Yes, the installation scripts are fried. They should not be using 2.0b3 anywhere. I'll take a look at this tomorrow and see if I can get it sorted out.

-X
xbytor

CSX 2.0 released

Post by xbytor »

I loaded a new .mxp file that should fix the problem. Also, If you find any 2_0b3 files out there, delete them....
Gattung

CSX 2.0 released

Post by Gattung »

That fixed it!

Thanks!