<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Downloads</title>
	<atom:link href="http://jasonschleifer.com/downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonschleifer.com</link>
	<description>Animation, Rigging, and a whole lotta talkin.</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:22:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jayd</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-13137</link>
		<dc:creator>jayd</dc:creator>
		<pubDate>Sun, 25 Jul 2010 22:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-13137</guid>
		<description>theres no charge for awesomeness!!! :P :D hehe..
thnx a lot.. works fine! ^_^
\m/</description>
		<content:encoded><![CDATA[<p>theres no charge for awesomeness!!! <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  hehe..<br />
thnx a lot.. works fine! ^_^<br />
\m/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julio</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-13031</link>
		<dc:creator>Julio</dc:creator>
		<pubDate>Mon, 12 Jul 2010 21:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-13031</guid>
		<description>Hi!! I&#039;m very impressed with the Grease Pencil Script  tutorial. I&#039;ve Try to Download it But I Need to login in. Where Do I Login?</description>
		<content:encoded><![CDATA[<p>Hi!! I&#8217;m very impressed with the Grease Pencil Script  tutorial. I&#8217;ve Try to Download it But I Need to login in. Where Do I Login?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demonseye</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12921</link>
		<dc:creator>demonseye</dc:creator>
		<pubDate>Thu, 24 Jun 2010 11:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12921</guid>
		<description>good day sir, thanks for the scripts.</description>
		<content:encoded><![CDATA[<p>good day sir, thanks for the scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreamczar</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12869</link>
		<dc:creator>dreamczar</dc:creator>
		<pubDate>Mon, 14 Jun 2010 06:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12869</guid>
		<description>Thanks a lot sir.</description>
		<content:encoded><![CDATA[<p>Thanks a lot sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12848</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 09 Jun 2010 06:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12848</guid>
		<description>Heya Pabo!

Are you using it with the UI or from a script?  What errors are you getting?</description>
		<content:encoded><![CDATA[<p>Heya Pabo!</p>
<p>Are you using it with the UI or from a script?  What errors are you getting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12847</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 09 Jun 2010 06:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12847</guid>
		<description>Personally, I wouldn&#039;t want to tell the arm not to stretch.. I like having that control. :)  However, if you DID want to have a toggle, what I would probably do is put an attribute on the hand control called isStretchy and make it a boolean.

Then, if you&#039;re controlling the stretch from an expression you could check isStretchy.  If it&#039;s on, then allow the joints to translate.  If not, then you would set their lengths to be the default length.

If you&#039;re using nodes, you could insert a choice node inbetween the nodes driving the length of the joints and the joints themselves.. if jsStretchy is off, choose the original lengths.  If it&#039;s on, then choose whatever nodes are driving the stretch.

Does that make sense?</description>
		<content:encoded><![CDATA[<p>Personally, I wouldn&#8217;t want to tell the arm not to stretch.. I like having that control. <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   However, if you DID want to have a toggle, what I would probably do is put an attribute on the hand control called isStretchy and make it a boolean.</p>
<p>Then, if you&#8217;re controlling the stretch from an expression you could check isStretchy.  If it&#8217;s on, then allow the joints to translate.  If not, then you would set their lengths to be the default length.</p>
<p>If you&#8217;re using nodes, you could insert a choice node inbetween the nodes driving the length of the joints and the joints themselves.. if jsStretchy is off, choose the original lengths.  If it&#8217;s on, then choose whatever nodes are driving the stretch.</p>
<p>Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pabo</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12824</link>
		<dc:creator>pabo</dc:creator>
		<pubDate>Sun, 06 Jun 2010 07:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12824</guid>
		<description>I come from China, I really like your class, it is very interesting. But Js_setUpMultiConstraint.mel script that I use wrong.</description>
		<content:encoded><![CDATA[<p>I come from China, I really like your class, it is very interesting. But Js_setUpMultiConstraint.mel script that I use wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dondecastro</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12820</link>
		<dc:creator>dondecastro</dc:creator>
		<pubDate>Sat, 05 Jun 2010 05:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12820</guid>
		<description>Thanks Jason, I got it to work</description>
		<content:encoded><![CDATA[<p>Thanks Jason, I got it to work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12819</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 04 Jun 2010 20:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12819</guid>
		<description>heya don!

just make sure you&#039;re logged in and you should be able to get it from the downloads menu.. is it not showing up?</description>
		<content:encoded><![CDATA[<p>heya don!</p>
<p>just make sure you&#8217;re logged in and you should be able to get it from the downloads menu.. is it not showing up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12818</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Fri, 04 Jun 2010 18:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12818</guid>
		<description>Hello, I wanted to try out the grease pencil but it says I have to login.... help?</description>
		<content:encoded><![CDATA[<p>Hello, I wanted to try out the grease pencil but it says I have to login&#8230;. help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreamczar</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12815</link>
		<dc:creator>dreamczar</dc:creator>
		<pubDate>Fri, 04 Jun 2010 06:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12815</guid>
		<description>Hi Sir,
can you guide me how to have a stretch IK on off switch.</description>
		<content:encoded><![CDATA[<p>Hi Sir,<br />
can you guide me how to have a stretch IK on off switch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12814</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 04 Jun 2010 02:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12814</guid>
		<description>Are you running on windows, linux, or os x?  Can you let me know what the full path is of where you put the icons?

cheers! :)</description>
		<content:encoded><![CDATA[<p>Are you running on windows, linux, or os x?  Can you let me know what the full path is of where you put the icons?</p>
<p>cheers! <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giap</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12807</link>
		<dc:creator>Giap</dc:creator>
		<pubDate>Thu, 03 Jun 2010 17:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12807</guid>
		<description>Base on the read me. I put the script in script folder and icons in icons folder (maya version). However, when I execute the script, I got this error &quot;File not found: add.bmp&quot; I wonder if I put the icons in the wrong folder?</description>
		<content:encoded><![CDATA[<p>Base on the read me. I put the script in script folder and icons in icons folder (maya version). However, when I execute the script, I got this error &#8220;File not found: add.bmp&#8221; I wonder if I put the icons in the wrong folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pkok</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12409</link>
		<dc:creator>pkok</dc:creator>
		<pubDate>Mon, 17 May 2010 10:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12409</guid>
		<description>Hi Jason,

First off, thank you for taking the time to upload the jp_greasePencil, sure u r tie up with yr job, so, this is really nice of you to do that.  
I have recently published my art book, if you like, I&#039;d like to send the book to you as a big thank you for letting us to d/l the script for free n also uploading the video.  Well, that is if u like, just let me know.</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>First off, thank you for taking the time to upload the jp_greasePencil, sure u r tie up with yr job, so, this is really nice of you to do that.<br />
I have recently published my art book, if you like, I&#8217;d like to send the book to you as a big thank you for letting us to d/l the script for free n also uploading the video.  Well, that is if u like, just let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12374</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sat, 15 May 2010 15:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12374</guid>
		<description>heya pkok!

Strange!  you know what?  I&#039;ll see if I can youtube it!</description>
		<content:encoded><![CDATA[<p>heya pkok!</p>
<p>Strange!  you know what?  I&#8217;ll see if I can youtube it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pkok</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12258</link>
		<dc:creator>pkok</dc:creator>
		<pubDate>Fri, 07 May 2010 11:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12258</guid>
		<description>Hi,
It seems that the jp_greasePencil_movie zipped folder is not working...  Is there anyway I can d/l the movie file?  Thanks.

Khor</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It seems that the jp_greasePencil_movie zipped folder is not working&#8230;  Is there anyway I can d/l the movie file?  Thanks.</p>
<p>Khor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pkok</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12257</link>
		<dc:creator>pkok</dc:creator>
		<pubDate>Fri, 07 May 2010 11:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12257</guid>
		<description>Hi Jason,

I just d/led the grease pencil, and really love it!  Thank you for sharing this script.

Khor</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>I just d/led the grease pencil, and really love it!  Thank you for sharing this script.</p>
<p>Khor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12218</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 04 May 2010 15:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12218</guid>
		<description>Thanks Johnk!

Jables, I can publish that out for you.. i&#039;ll put it out there tonight! :)</description>
		<content:encoded><![CDATA[<p>Thanks Johnk!</p>
<p>Jables, I can publish that out for you.. i&#8217;ll put it out there tonight! <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnk</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12195</link>
		<dc:creator>johnk</dc:creator>
		<pubDate>Sun, 02 May 2010 14:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12195</guid>
		<description>Hello Jason,

I&#039;ve been watching the AFR series and this is an excellent learning source.

Thank you,
John</description>
		<content:encoded><![CDATA[<p>Hello Jason,</p>
<p>I&#8217;ve been watching the AFR series and this is an excellent learning source.</p>
<p>Thank you,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jables</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-12114</link>
		<dc:creator>jables</dc:creator>
		<pubDate>Mon, 26 Apr 2010 21:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-12114</guid>
		<description>Hi Jason,

I was trying to get ahold of the Grease Pencil Tool, but don&#039;t see where to download it.  Is it still available?  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>I was trying to get ahold of the Grease Pencil Tool, but don&#8217;t see where to download it.  Is it still available?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnDevine</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-11580</link>
		<dc:creator>JohnDevine</dc:creator>
		<pubDate>Thu, 25 Mar 2010 21:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-11580</guid>
		<description>Jason
Before I added this post I had only looked at AFR up to 3a. I unzipped all of the lessons and found the ones I listed above.
I added them to the script directory with the other AFR script files and also the icon images.
When I started Maya 2010 the entire shelf failed to load.
Any suggestions?

Thanks
Jack</description>
		<content:encoded><![CDATA[<p>Jason<br />
Before I added this post I had only looked at AFR up to 3a. I unzipped all of the lessons and found the ones I listed above.<br />
I added them to the script directory with the other AFR script files and also the icon images.<br />
When I started Maya 2010 the entire shelf failed to load.<br />
Any suggestions?</p>
<p>Thanks<br />
Jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnDevine</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-11577</link>
		<dc:creator>JohnDevine</dc:creator>
		<pubDate>Wed, 24 Mar 2010 22:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-11577</guid>
		<description>I am working my way through AFR. I am on section 3a, at the point where you start to use &quot;Attach length to joints&quot; script.
Unfortunately I didn&#039;t get this script when I downloaded the DVD from Autodesk. I also checked and found that there are 7 other scripts that I didn&#039;t get.
They are:
1. Rename selected as parent
2. Grep rename
3. Stretchy IK creation
4. Create Twisty Segment
5. Copy set Driven Keyframe
6. Set Driven Key: Auto Drive
7. Attach length to joints.

I checked the downloads page but I didn&#039;t see them. Perhaps they are somewhere I couldn&#039;t find.
Is there a way that I could get these scripts?

I would greatly appreciate your help.

Thanks
John</description>
		<content:encoded><![CDATA[<p>I am working my way through AFR. I am on section 3a, at the point where you start to use &#8220;Attach length to joints&#8221; script.<br />
Unfortunately I didn&#8217;t get this script when I downloaded the DVD from Autodesk. I also checked and found that there are 7 other scripts that I didn&#8217;t get.<br />
They are:<br />
1. Rename selected as parent<br />
2. Grep rename<br />
3. Stretchy IK creation<br />
4. Create Twisty Segment<br />
5. Copy set Driven Keyframe<br />
6. Set Driven Key: Auto Drive<br />
7. Attach length to joints.</p>
<p>I checked the downloads page but I didn&#8217;t see them. Perhaps they are somewhere I couldn&#8217;t find.<br />
Is there a way that I could get these scripts?</p>
<p>I would greatly appreciate your help.</p>
<p>Thanks<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liudger</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-10930</link>
		<dc:creator>liudger</dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-10930</guid>
		<description>Thanks Jason. Downloaded the DVD&#039;s from Autodesk subscription. Really nice overview in how to approach rigging from animator perspective. CGToolkit Art of Rigging is also nice but isn&#039;t very animator friendly :)</description>
		<content:encoded><![CDATA[<p>Thanks Jason. Downloaded the DVD&#8217;s from Autodesk subscription. Really nice overview in how to approach rigging from animator perspective. CGToolkit Art of Rigging is also nice but isn&#8217;t very animator friendly <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hoek</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-10710</link>
		<dc:creator>hoek</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-10710</guid>
		<description>your grease pencil is sOOo great! thanks jason!!!!!!</description>
		<content:encoded><![CDATA[<p>your grease pencil is sOOo great! thanks jason!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: predator</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-2069</link>
		<dc:creator>predator</dc:creator>
		<pubDate>Fri, 15 May 2009 09:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-2069</guid>
		<description>thank you very much for your help, jason!</description>
		<content:encoded><![CDATA[<p>thank you very much for your help, jason!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FrostBlue</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-2043</link>
		<dc:creator>FrostBlue</dc:creator>
		<pubDate>Thu, 14 May 2009 16:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-2043</guid>
		<description>hehe...I knew it...Actually I thot so after posting the first comment ,late at nite...:D
My error as a result of lack of sleep...</description>
		<content:encoded><![CDATA[<p>hehe&#8230;I knew it&#8230;Actually I thot so after posting the first comment ,late at nite&#8230;:D<br />
My error as a result of lack of sleep&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-2042</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 14 May 2009 16:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-2042</guid>
		<description>haha :)  part of the problem ( I just realized) is that there are no other categories. :)  that would be why you can&#039;t go there..  heh</description>
		<content:encoded><![CDATA[<p>haha <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   part of the problem ( I just realized) is that there are no other categories. <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   that would be why you can&#8217;t go there..  heh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FrostBlue</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-2041</link>
		<dc:creator>FrostBlue</dc:creator>
		<pubDate>Thu, 14 May 2009 15:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-2041</guid>
		<description>Hey Jason,
thanks for replying,the categories link shows up in italic and I cant select it on Firefox from linux.I tried Konqueror and it doesn&#039;t even show categories in the drop-down.
So I tried IE version 7 on XP and even there I cant select the link.
All of this was today.
Just wanna say,its nice to see your site back up and I am very grateful for all the scripting goodness that you keep sharing with the community...
Cheers boss...</description>
		<content:encoded><![CDATA[<p>Hey Jason,<br />
thanks for replying,the categories link shows up in italic and I cant select it on Firefox from linux.I tried Konqueror and it doesn&#8217;t even show categories in the drop-down.<br />
So I tried IE version 7 on XP and even there I cant select the link.<br />
All of this was today.<br />
Just wanna say,its nice to see your site back up and I am very grateful for all the scripting goodness that you keep sharing with the community&#8230;<br />
Cheers boss&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-2026</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 14 May 2009 04:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-2026</guid>
		<description>Are you still having this problem, FrostBlue?</description>
		<content:encoded><![CDATA[<p>Are you still having this problem, FrostBlue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-2025</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 14 May 2009 04:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-2025</guid>
		<description>&lt;a href=&quot;#comment-1526&quot; rel=&quot;nofollow&quot;&gt;@gaia&lt;/a&gt; 
were you able to log in and get the file, gaia?</description>
		<content:encoded><![CDATA[<p><a href="#comment-1526" rel="nofollow">@gaia</a><br />
were you able to log in and get the file, gaia?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nc</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-1794</link>
		<dc:creator>nc</dc:creator>
		<pubDate>Thu, 07 May 2009 14:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-1794</guid>
		<description>cool stuff</description>
		<content:encoded><![CDATA[<p>cool stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaia</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-1526</link>
		<dc:creator>gaia</dc:creator>
		<pubDate>Tue, 28 Apr 2009 13:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-1526</guid>
		<description>Sorry but, i don&#039;t understand, where is login ? 

&quot;You must be logged in to download this file.&quot;</description>
		<content:encoded><![CDATA[<p>Sorry but, i don&#8217;t understand, where is login ? </p>
<p>&#8220;You must be logged in to download this file.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaia</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-1525</link>
		<dc:creator>gaia</dc:creator>
		<pubDate>Tue, 28 Apr 2009 13:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-1525</guid>
		<description>thanks you !</description>
		<content:encoded><![CDATA[<p>thanks you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balu</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-1268</link>
		<dc:creator>Balu</dc:creator>
		<pubDate>Mon, 20 Apr 2009 10:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-1268</guid>
		<description>Heloo Guruji

Scripts Working Great awesome Tutor  !

 I Completed AFR NOW I AM working on it

Problem with Scaling the Object</description>
		<content:encoded><![CDATA[<p>Heloo Guruji</p>
<p>Scripts Working Great awesome Tutor  !</p>
<p> I Completed AFR NOW I AM working on it</p>
<p>Problem with Scaling the Object</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FrostBlue</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-1178</link>
		<dc:creator>FrostBlue</dc:creator>
		<pubDate>Fri, 17 Apr 2009 13:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-1178</guid>
		<description>Hey Jason, I cant select the categories link form the drop-down beside the button GO.  :(</description>
		<content:encoded><![CDATA[<p>Hey Jason, I cant select the categories link form the drop-down beside the button GO.  <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bitcloud</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-683</link>
		<dc:creator>bitcloud</dc:creator>
		<pubDate>Thu, 02 Apr 2009 04:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-683</guid>
		<description>also, I&#039;ll make mention that i got version 3 of greasepencil and it&#039;s incredible...

any chance of making the next version support maya brushes? (so we can render out our animations)</description>
		<content:encoded><![CDATA[<p>also, I&#8217;ll make mention that i got version 3 of greasepencil and it&#8217;s incredible&#8230;</p>
<p>any chance of making the next version support maya brushes? (so we can render out our animations)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bitcloud</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-682</link>
		<dc:creator>bitcloud</dc:creator>
		<pubDate>Thu, 02 Apr 2009 03:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-682</guid>
		<description>Grease Pencil?

What ever happened to it? I can&#039;t find it anywhere!</description>
		<content:encoded><![CDATA[<p>Grease Pencil?</p>
<p>What ever happened to it? I can&#8217;t find it anywhere!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douw</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-492</link>
		<dc:creator>Douw</dc:creator>
		<pubDate>Tue, 17 Mar 2009 10:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-492</guid>
		<description>Thanx for all you&#039;ve done and doing.</description>
		<content:encoded><![CDATA[<p>Thanx for all you&#8217;ve done and doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manish soni</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-336</link>
		<dc:creator>manish soni</dc:creator>
		<pubDate>Mon, 02 Mar 2009 18:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-336</guid>
		<description>Thank god i found your web site</description>
		<content:encoded><![CDATA[<p>Thank god i found your web site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ingo</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-269</link>
		<dc:creator>ingo</dc:creator>
		<pubDate>Mon, 16 Feb 2009 22:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-269</guid>
		<description>great! thanks! :-)</description>
		<content:encoded><![CDATA[<p>great! thanks! <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason schleifer</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-268</link>
		<dc:creator>jason schleifer</dc:creator>
		<pubDate>Mon, 16 Feb 2009 22:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-268</guid>
		<description>&lt;a href=&quot;#comment-267&quot; rel=&quot;nofollow&quot;&gt;@Ingo&lt;/a&gt; 
Heya Ingo!
you should be able to create an account and then log in and download.  I require logging in so I can keep track of who downloads the files. :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-267" rel="nofollow">@Ingo</a><br />
Heya Ingo!<br />
you should be able to create an account and then log in and download.  I require logging in so I can keep track of who downloads the files. <img src='http://jasonschleifer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-267</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Mon, 16 Feb 2009 22:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-267</guid>
		<description>Hey Jason

I&#039;m trying to download your Joint Orient script, and it prompts me that I need to be logged in to download it. I&#039;m taking a rigging class at the Academy of Art University in SF, and this script was recommended to us by our teacher.

thanks
Ingo</description>
		<content:encoded><![CDATA[<p>Hey Jason</p>
<p>I&#8217;m trying to download your Joint Orient script, and it prompts me that I need to be logged in to download it. I&#8217;m taking a rigging class at the Academy of Art University in SF, and this script was recommended to us by our teacher.</p>
<p>thanks<br />
Ingo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syam</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-259</link>
		<dc:creator>syam</dc:creator>
		<pubDate>Sat, 14 Feb 2009 11:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-259</guid>
		<description>you are great and i am your fan. no animator becomes great without your works and advises. once again i thank to your knowledge sharing  which places us as animators.</description>
		<content:encoded><![CDATA[<p>you are great and i am your fan. no animator becomes great without your works and advises. once again i thank to your knowledge sharing  which places us as animators.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Asad Jafri</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-249</link>
		<dc:creator>Ali Asad Jafri</dc:creator>
		<pubDate>Wed, 11 Feb 2009 16:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-249</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aitor</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-106</link>
		<dc:creator>Aitor</dc:creator>
		<pubDate>Mon, 22 Dec 2008 01:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-106</guid>
		<description>Great Jason!! Thanks for your awesome DVDs and the fixes. Have a nice Christmas!</description>
		<content:encoded><![CDATA[<p>Great Jason!! Thanks for your awesome DVDs and the fixes. Have a nice Christmas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lens</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-105</link>
		<dc:creator>Lens</dc:creator>
		<pubDate>Thu, 18 Dec 2008 12:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-105</guid>
		<description>Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shhLIFE! &#187; Downloads page available</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-100</link>
		<dc:creator>shhLIFE! &#187; Downloads page available</dc:creator>
		<pubDate>Wed, 17 Dec 2008 21:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-100</guid>
		<description>[...] jason on AFRshhLIFE! &#187; Animator Friendly Rigging Fixes PDF on DownloadsLens on AFRSamba on AFRbclark_cgchar on David Allen: What Kind of Self-Manager Are You? &#124; [...]</description>
		<content:encoded><![CDATA[<p>[...] jason on AFRshhLIFE! &raquo; Animator Friendly Rigging Fixes PDF on DownloadsLens on AFRSamba on AFRbclark_cgchar on David Allen: What Kind of Self-Manager Are You? | [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shhLIFE! &#187; Animator Friendly Rigging Fixes PDF</title>
		<link>http://jasonschleifer.com/downloads/comment-page-1/#comment-98</link>
		<dc:creator>shhLIFE! &#187; Animator Friendly Rigging Fixes PDF</dc:creator>
		<pubDate>Wed, 17 Dec 2008 21:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/blog/?page_id=144#comment-98</guid>
		<description>[...] Downloads [...]</description>
		<content:encoded><![CDATA[<p>[...] Downloads [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
