• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Feedback on a new extension for Illustrator I've created called PowerScripts.

Community Beginner ,
Feb 09, 2017 Feb 09, 2017

Copy link to clipboard

Copied

Hi Guys

I posted in Reddit and one of the users over there suggested this forum.

I've created a new Extension called PowerScripts for Adobe Illustrator and I would like you guys to download a trial and get your feedback (CC 2015+ and Windows only at this stage)

Its in BETA and still quite a bit of work to do, I'd say 98% done, but the last 2% is hard.

I've been in the print industry for 18 years and owned my own businesses plus worked for other companies. During that time I've written a lot of scripts for various apps to help speed up mundane pre-press tasks. Its all been a bit ad-hoc however I've spent a ton of time over the last 6 months putting together all the tools I've made over the years into an extension called PowerScripts.

Further down the track I was considering getting some other coders on board to also write scripts for PowerScripts since its basically a framework to create scripts easily. I'm not sure how I will go about this.

Quite frankly its a lot of hard work and a bit nerve racking trying to release a commercial product, I know these tools have worked well for me and other businesses who have tried them, but its another thing making them public! In fact asking you guys to check it out is even scarier - be kind!

You can view the extension here http://www.o2creative.co.nz/powerscripts.php and request a trial here.  I have do manually process this because I don't have online serial generation running yet)

Since this is the geeky crowd

  • Full JavaScript ICC color engine with V2 ICC support and basic V4 ICC Profile support in JavaScript (Only runs in CEP at this stage)
  • Read ACE files
  • Custom UI controls in addition to HTML inputs, drag and drop file lists, datatables, Color Pickers etc
  • All scripts are in an XML file, which is used the for UI, HTML in a CDATA tag used to create the tabs / inputs
  • All UI form data is passed to the script as a object, such as args.width, args.resizeArtboard.
  • A toolbox class which makes a ton of stuff easier, Apply fills , create clipping marks etc.
  • A chainable selection class which is like Jquery for Illustrator. selection.select(document.selection).scale(0.5).removeStroke().fillCMYK(0,0,40,0).rotate(45).group('group name').clipInside('savedSelectionName').alignTo(artboard,'top','center')
  • Cached scripts
  • A packager which can distribute scripts via automatic downloads and signs them.
  • Scripts can have multi-language support
  • 20,000 lines of code excluding the scripts
  • Tons more

Benefits if you are the dev

  • Really quick to create scripts
  • Everything you need in one XML file
  • HTML UI - CSS, JavaScript and pre-built controls.
  • UI values are automatically passed to the script
  • Selection buttons, allows the user to select and remember selection.
  • User can save default settings (no special code needed)
  • Cookies so your scripts can remember 'stuff'
  • Library of code

I welcome your feedback

  • What scripts you like and would find useful
  • Problems and where things don't work.
  • Suggestions for improvements.
  • Ideas for new features and new scripts
  • General thoughts

If you have any questions, happy to answer them.

Glenn Wilton

o2creative.co.nz

TOPICS
Scripting

Views

909

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
People's Champ ,
Feb 09, 2017 Feb 09, 2017

Copy link to clipboard

Copied

Nice work. Didn't test it yet but my hat goes off. Bravo.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Feb 09, 2017 Feb 09, 2017

Copy link to clipboard

Copied

Welcome! Looks very intriguing! I'm going to get the trial.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 09, 2017 Feb 09, 2017

Copy link to clipboard

Copied

Looks impressive, lots of hours of hard work.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 10, 2017 Feb 10, 2017

Copy link to clipboard

Copied

LATEST

Hello, first, a disclaimer: I'm totally scripting illiterate...

But I do love other's scripts. And I remember fondly about the goldmine that was Scriptographer, https://scriptographer.org/ they had tons of js scripts available, but they stopped their development...Could these scripts work in your extension?

I don't know about the individual scripts, but the plugin itself is on github...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines