Sg2.9
Version 2.6.036 Is Out
Recent RSS
Version 2.6.036 Is Out
From:  Jürg Lehni
Date:  15. February 2010, 21:22

After many weeks of work, version 2.6 of Scriptographer was finally released today. This is mainly a maintenance release with many changes that should increase stability and not affect existing scripts so much.

For a detailed list of changes, please refer to the changelog.

The most obvious change for users is probably the change of folder structure in the scripts folder. We decided to introduce two root folders, Examples and My Scripts, to encourage people to separate own scripts from predefined examples. In a future release there will be a third folder called Tutorials, which will server as a base for people to learn scripting in Scriptographer, and a simple way of adding other folders in different locations as code repositories or projects, to avoid the risk of overwriting existing self written scripts when updating Scriptographer.

Speaking of tutorials, we also spent a lot of work on improving the documentation and the tutorials and this site, of which you are now only seeing the beginning. In the coming weeks we will be more and more focusing on this effort in order to remove many of the initial hurdles when learning Scriptographer.

And finally I would like to point out the new path.smooth() function which comes in very handy when trying to put a smooth curve through a group of points.

I hope you all enjoy this release.

Re: Version 2.6.036 Is Out
From:  Daniel Demel
Date:  16. February 2010, 07:35

Hi Juerg,

the download link is broken:
http://scriptographer.org/downloads/Scriptographer_Mac_CS3_2.6.036.dmg

Looking forward to the new version,
Daniel

Re: Version 2.6.036 Is Out
From:  Chris Deutsch
Date:  17. February 2010, 07:44

This is awesome news!! I just read through the changelog and am absolutely delighted! Thanks to everyone involved! Can't wait to use the new version!

Re: Version 2.6.036 Is Out
From:  Jürg Lehni
Date:  17. February 2010, 19:46

Apologies for everyone who tried to download anything else than the Mac CS4 version. The issues are now fixed, the downloads works as they should.

Re: Version 2.6.036 Is Out
From:  Hiroyuki Sato
Date:  20. February 2010, 04:07

Congratulations for your work! Every new feature is fascinating.
Especially the KeyEvent feature will stir up the creativity.
(Is there any way to get the KeyEvent not to conflict with Illustrator's shortcut?)
I'll update my scripts soon. At least, I'd better hide the dialog when the tool is deselected.

Re: Version 2.6.036 Is Out
From:  Jürg Lehni
Date:  20. February 2010, 21:52

Thank you, Hiroyuki.

The key handlers can prevent the default action from executing by returning true.

This handler here for example would turn off all Illustrator shortcuts:

function onKeyDown(event) {
	return true;
}

So handle with care ;)

Scripts
08.08.14, 15:24
15.05.14, 14:23
02.03.14, 19:16
18.11.13, 14:48
22.03.13, 03:05
22.02.13, 15:45
Posts
10.01.17, 16:37
19.02.16, 06:03
19.02.16, 06:00
17.01.16, 11:00
12.01.16, 13:10
25.11.15, 08:19
Script of the Moment
objects on paths (scatter brush) 29.07.12