<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Scriptographer.org - Forum</title> 
		<link>http://scriptographer.org/forum/</link>
		<description>Scriptographer.org</description>
		<lastBuildDate>Wed, 28 Jul 2010 21:50:44 +0200</lastBuildDate>
		<generator></generator>
		<language>en</language>
					<item>
			<title>Select 2 path objects in illustrator action</title> 
			<link>http://scriptographer.org/forum/help/select-2-path-objects-in-illustrator-action/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/select-2-path-objects-in-illustrator-action/</guid>
			<pubDate>Wed, 28 Jul 2010 21:50:44 +0200</pubDate>
			<dc:creator><a href="http://www.digitally-driven.com" target="_blank">Daniel Schelin</a></dc:creator>
			<description>

&lt;p&gt;Is it possible to select 2 different path objects in an illustrator action? From what I can understand, there is not, however I&#39;m wondering if there is a way to modify the action in a text editor to allow for the selection of a second path.
&lt;/p&gt;
&lt;p&gt;
What I have done thus far: I have inserted a command &amp;quot;Set Selection&amp;quot; and chose a single path from an attribute note. I have then inserted a &amp;quot;STOP&amp;quot; and have asked the user to manually select the second path. From here I can move the object and create my clipping mask. Is there a way to better way to automate and combine the 2 paths in my action in order to create the clipping mask. 
&lt;/p&gt;
&lt;p&gt;
Any ideas?
</description>
		</item>
						<item>
			<title>Need script written</title> 
			<link>http://scriptographer.org/forum/help/need-script-written/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/need-script-written/</guid>
			<pubDate>Sat, 10 Jul 2010 23:00:09 +0200</pubDate>
			<dc:creator><a href="http://www.digitally-driven.com" target="_blank">Daniel Schelin</a></dc:creator>
			<description>

&lt;p&gt;I need a script written for Illustrator. My client is currently designing an entire shirt file on one page. they need to have each size (XS, S, M, L, XL, 2XL, 3XL) files moved to different artboards, with each shirt element (8 total) moved to minimize artboard space for the particular shirt size. Please contact for more information. I do not know JS so I am unable to write a script.
&lt;/p&gt;
&lt;p&gt;
Please contact me ASAP.
</description>
		</item>
						<item>
			<title>Version number in illustrator</title> 
			<link>http://scriptographer.org/forum/help/version-number-in-illustrator/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/version-number-in-illustrator/</guid>
			<pubDate>Tue, 06 Jul 2010 09:23:46 +0200</pubDate>
			<dc:creator>David</dc:creator>
			<description>

&lt;p&gt;I would like to be able to run a script to update the artwork slug that we always run in the bottom of our artwork. I have found a script that does most of what I require. There are pre-defined boxes that are filled by the script:
&lt;/p&gt;
&lt;pre&gt;
#target illustrator

function main() {
if (app.documents.length == 0) {
alert(&amp;quot;Please have an &#39;Illustrator&#39; document before running this script.&amp;quot;);
return;
}
var docRef = app.activeDocument;
with (docRef) {
if (saved == false) save();
var filePath = path;
if (inCollection(textFrames, &#39;titleblock-file&#39;)) {
var frameA = textFrames.getByName(&#39;titleblock-file&#39;);
frameA.contents = name;
}
if (inCollection(textFrames, &#39;titleblock-path&#39;)) {
var frameB = textFrames.getByName(&#39;titleblock-path&#39;);
frameB.contents = unescape(fullName);
}
if (inCollection(textFrames, &#39;titleblock-version&#39;)) {
var frameC = textFrames.getByName(&#39;titleblock-version&#39;);
if (filePath.created != null) {
var verNum = 0;
verNum++;
frameC.contents = verNum;
}
}
if (inCollection(textFrames, &#39;titleblock-revised&#39;)) {
var frameD = textFrames.getByName(&#39;titleblock-revised&#39;);
if (filePath.modified != null) {
var modDate = filePath.modified.toString().split(&#39; &#39;);
var modDate = modDate[1] + &#39; &#39; + modDate[2] + &#39; &#39; + modDate[3];
frameD.contents = modDate;
}
}
if (inCollection(textFrames, &#39;titleblock-editor&#39;)) {
var frameE = textFrames.getByName(&#39;titleblock-editor&#39;);
frameE.contents = &#39;DW&#39;
}
}
}

main();

function inCollection(objArray, nameString) {
var x = false;
for (var i = 0; i &amp;lt; objArray.length; i++) {
if (objArray[i].name == nameString) x = true;
}
return x;
}
&lt;/pre&gt;
&lt;p&gt;
The bit about verNum is mine! And it doesn&#39;t work as intended. I imagine I need to somehow grab the existing number from the text frame in Illustrator and then increment it. But have no idea how to do so.
&lt;/p&gt;
&lt;p&gt;
Any help greatly appreciated
</description>
		</item>
						<item>
			<title>Time Bandit</title> 
			<link>http://scriptographer.org/forum/help/time-bandit/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/time-bandit/</guid>
			<pubDate>Thu, 01 Jul 2010 15:46:54 +0200</pubDate>
			<dc:creator>Ezequiel</dc:creator>
			<description>

&lt;p&gt;Hello:  the pallete options for time bandit, didn&amp;acute;t appear on my illustrator, &lt;br&gt;
How can i do to see it?
&lt;/p&gt;
&lt;p&gt;
Thanks a lot
</description>
		</item>
						<item>
			<title>CS5 Illustrator Quitting immediately!</title> 
			<link>http://scriptographer.org/forum/help/cs5-illustrator-quitting-immediately/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/cs5-illustrator-quitting-immediately/</guid>
			<pubDate>Tue, 29 Jun 2010 16:32:37 +0200</pubDate>
			<dc:creator>Hutch</dc:creator>
			<description>

&lt;p&gt;Hi, &lt;br&gt;
I&#39;ve downloaded the latest Sg for CS5, but Illustrator quits immediately. I&#39;m running CS5 on a new MackbookPro i5. Can anyone help? thanks
</description>
		</item>
						<item>
			<title>Stroke Raster</title> 
			<link>http://scriptographer.org/forum/help/stroke-raster-1/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/stroke-raster-1/</guid>
			<pubDate>Mon, 28 Jun 2010 22:36:04 +0200</pubDate>
			<dc:creator>BP</dc:creator>
			<description>

&lt;p&gt;Hello&lt;br&gt;
The script stroke raster which you propose is interesting but lines are intermittent. Can you say to me if there is a script which allows to realize this kind of image where the thickness of the same line (straight or curved), can vary according to the level of grey of the image? &lt;br&gt;
If not, is it possible to create such script ?&lt;br&gt;
Thanks
&lt;p&gt;&lt;div class=&quot;resource&quot;&gt;
&lt;a href=&quot;/forum/help/stroke-raster-1/posts/3392/resources/line.jpg/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/forum/help/stroke-raster-1/posts/3392/resources/line.jpg?v=c8ac17b2da7888722cc9d4bdf8cb7984&quot; width=&quot;240&quot; height=&quot;240&quot; id=&quot;thumb_1&quot;&gt;&lt;/a&gt;

&lt;/div&gt;
&lt;/p&gt;</description>
		</item>
						<item>
			<title>Using Time Bandit tool</title> 
			<link>http://scriptographer.org/forum/discussion/using-time-bandit-tool/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/discussion/using-time-bandit-tool/</guid>
			<pubDate>Mon, 28 Jun 2010 03:56:43 +0200</pubDate>
			<dc:creator><a href="/users/karianfoehr/">Karian Foehr</a></dc:creator>
			<description>

&lt;p&gt;Installation with time bandit animation:
&lt;/p&gt;
&lt;p&gt;
see the video: &lt;a href=&quot;http://vimeo.com/channels/93634#12105340&quot; target=&quot;_blank&quot;&gt;log a rythm&lt;/a&gt;
</description>
		</item>
						<item>
			<title>Clarification on the terms of the License?</title> 
			<link>http://scriptographer.org/forum/help/clarification-on-the-terms-of-the-license/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/help/clarification-on-the-terms-of-the-license/</guid>
			<pubDate>Mon, 21 Jun 2010 15:41:34 +0200</pubDate>
			<dc:creator><a href="/users/flannelfish/">Heather Negaard</a></dc:creator>
			<description>

&lt;p&gt;Good morning all and thank you all for the very cool work! This is a joy!&lt;br&gt;
Anyhoo, my question pertains to the license and the terms.&lt;br&gt;
If I use a modified script in a piece of artwork that I perhaps, sell commercially on a microstock site, what do I have to do to fulfill the terms of the license? Do I need to add in the metadata that a script was used for a part of the piece along with the link (not even sure that they allow that?) to scriptographer.org?&lt;br&gt;
I am not quite sure about this type of license since every other program I use to create I purchase, and this gives me free reign to create commercially and for myself.&lt;br&gt;
Please forgive my dumdumbness, I just want to make sure I do not do anything that is illegal and/or detrimental to the wonderful work you all are sharing with the community.&lt;br&gt;
Can you please spell it out for me? ; )
&lt;/p&gt;
&lt;p&gt;
Also I will be donating to the cause and perhaps give a go at my own scripting! : )
&lt;/p&gt;
&lt;p&gt;
Best,&lt;br&gt;
FF
</description>
		</item>
						<item>
			<title>Text Rotations</title> 
			<link>http://scriptographer.org/forum/bugs/text-rotations/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/text-rotations/</guid>
			<pubDate>Sun, 20 Jun 2010 20:00:01 +0200</pubDate>
			<dc:creator><a href="/users/Mr+Doctor/">H&aring;kan Lundgren</a></dc:creator>
			<description>

&lt;p&gt;Don&#39;t know if this qualifies as a bug, but I just noticed a fault in the reference section.
&lt;/p&gt;
&lt;p&gt;
In Typography &amp;gt; Style &amp;gt; CharacterStyle the code for the rotation property seems to be wrong.
&lt;/p&gt;
&lt;pre&gt;text.characterStyle.rotation = (45).toRadians();&lt;/pre&gt;
&lt;p&gt;
This will actually only yield a rotation of about 0.79&amp;ordm;&lt;br&gt;
More correct results will be given if the .toRadians() is left out.
</description>
		</item>
						<item>
			<title>Bug windows 7</title> 
			<link>http://scriptographer.org/forum/bugs/bug-windows-7/</link>
			<guid isPermaLink="true">http://scriptographer.org/forum/bugs/bug-windows-7/</guid>
			<pubDate>Sun, 20 Jun 2010 09:02:29 +0200</pubDate>
			<dc:creator>Leri</dc:creator>
			<description>

&lt;p&gt;I&#39;m running illustrator CS3 on windows7  and upon installation the scripotgrapher window is opening up thousand of time and makes the program unusable
&lt;/p&gt;
&lt;p&gt;
any suggestion?
</description>
		</item>
		</channel>
</rss>