<?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: js_matchObj scripts added to Downloads page.</title>
	<atom:link href="http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/</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: jason</title>
		<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/comment-page-1/#comment-12453</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 21 May 2010 03:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/?p=683#comment-12453</guid>
		<description>Heya!  how are you calling it?  are you calling the script from the shelf, or from the commandline?

cheers! :)</description>
		<content:encoded><![CDATA[<p>Heya!  how are you calling it?  are you calling the script from the shelf, or from the commandline?</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: jason</title>
		<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/comment-page-1/#comment-12421</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 18 May 2010 11:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/?p=683#comment-12421</guid>
		<description>Ah!  js_createSkelGeo is supposed to work based off a selection, or based off an array of specified joints.

If you want to run it based off the selection, you should create an empty array first.. for example:
string $tmp[0]; clear $tmp;
js_createSelGeo $tmp;

That would work.. the shelf button should do this automatically, however so as long as the shelf is working, you shouldn&#039;t have to do this.  

The same thing with the js_createStretchSpline, it&#039;s supposed to work based off the gui.  So you run js_createStretchSplineUI and then it will call js_createStretchSpline for you.

Does that make sense?</description>
		<content:encoded><![CDATA[<p>Ah!  js_createSkelGeo is supposed to work based off a selection, or based off an array of specified joints.</p>
<p>If you want to run it based off the selection, you should create an empty array first.. for example:<br />
string $tmp[0]; clear $tmp;<br />
js_createSelGeo $tmp;</p>
<p>That would work.. the shelf button should do this automatically, however so as long as the shelf is working, you shouldn&#8217;t have to do this.  </p>
<p>The same thing with the js_createStretchSpline, it&#8217;s supposed to work based off the gui.  So you run js_createStretchSplineUI and then it will call js_createStretchSpline for you.</p>
<p>Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haruko</title>
		<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/comment-page-1/#comment-12419</link>
		<dc:creator>haruko</dc:creator>
		<pubDate>Tue, 18 May 2010 09:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/?p=683#comment-12419</guid>
		<description>Hello, Jeson

there is the feedback:

i pasted &quot;js_createSkelGeo;&quot; in script editor, then:

// Error: line 1: Number of arguments on call to js_createSkelGeo does not match number of parameters in procedure definition. // 

and there is another problem, when i run &quot;js_createStretchSplineUI&quot;, it works, but when i run &quot;js_createStretchSpline&quot;, it feedback:

// Error: Line 1.23: Wrong number of arguments on call to js_createStretchSpline. // 

Did i made mis-operation?


Thanks a lot.

-haruko</description>
		<content:encoded><![CDATA[<p>Hello, Jeson</p>
<p>there is the feedback:</p>
<p>i pasted &#8220;js_createSkelGeo;&#8221; in script editor, then:</p>
<p>// Error: line 1: Number of arguments on call to js_createSkelGeo does not match number of parameters in procedure definition. // </p>
<p>and there is another problem, when i run &#8220;js_createStretchSplineUI&#8221;, it works, but when i run &#8220;js_createStretchSpline&#8221;, it feedback:</p>
<p>// Error: Line 1.23: Wrong number of arguments on call to js_createStretchSpline. // </p>
<p>Did i made mis-operation?</p>
<p>Thanks a lot.</p>
<p>-haruko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/comment-page-1/#comment-12416</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 18 May 2010 05:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/?p=683#comment-12416</guid>
		<description>Heya haruko!

Can you open up your script editor, and turn on:
History -&gt; Line Numbers In Errors

Then when you try and run a script, can you tell me exactly what the error is so i can help you fix it?  I&#039;d love to get to the bottom of this!

Thanks so much!</description>
		<content:encoded><![CDATA[<p>Heya haruko!</p>
<p>Can you open up your script editor, and turn on:<br />
History -> Line Numbers In Errors</p>
<p>Then when you try and run a script, can you tell me exactly what the error is so i can help you fix it?  I&#8217;d love to get to the bottom of this!</p>
<p>Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haruko</title>
		<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/comment-page-1/#comment-12414</link>
		<dc:creator>haruko</dc:creator>
		<pubDate>Tue, 18 May 2010 04:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/?p=683#comment-12414</guid>
		<description>Hello, Jeson

i have the same problem with ariel_atam, and more about the Mel Script problem is the shelves, i can&#039;t load it into my maya2009. i run maya on Macpro, and set the script to the proper files, because the  &quot;splitSelJoint&quot; works, it&#039;s amazing, but the others are &quot;red&quot; in maya script box...T_T

Thanks o lot.

-haruko (little glasses girl O_O)</description>
		<content:encoded><![CDATA[<p>Hello, Jeson</p>
<p>i have the same problem with ariel_atam, and more about the Mel Script problem is the shelves, i can&#8217;t load it into my maya2009. i run maya on Macpro, and set the script to the proper files, because the  &#8220;splitSelJoint&#8221; works, it&#8217;s amazing, but the others are &#8220;red&#8221; in maya script box&#8230;T_T</p>
<p>Thanks o lot.</p>
<p>-haruko (little glasses girl O_O)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro S.</title>
		<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/comment-page-1/#comment-12110</link>
		<dc:creator>Pedro S.</dc:creator>
		<pubDate>Mon, 26 Apr 2010 19:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/?p=683#comment-12110</guid>
		<description>I especially love the oart where the guy at the video store says, &quot; This isnt a challenge, its an opportunity!&quot;</description>
		<content:encoded><![CDATA[<p>I especially love the oart where the guy at the video store says, &#8221; This isnt a challenge, its an opportunity!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryangriffin</title>
		<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/comment-page-1/#comment-12018</link>
		<dc:creator>ryangriffin</dc:creator>
		<pubDate>Tue, 20 Apr 2010 03:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/?p=683#comment-12018</guid>
		<description>I can not seem to access downloads Jason. I am logged in but still no luck.  So what am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I can not seem to access downloads Jason. I am logged in but still no luck.  So what am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/comment-page-1/#comment-11685</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Mon, 05 Apr 2010 15:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/?p=683#comment-11685</guid>
		<description>Heya Chulwan!  I&#039;ve emailed you with the script.. let me know if it works for ya!

Ariel, can you give me more information about how you&#039;re calling the js_createSkelGeo command?

-jason</description>
		<content:encoded><![CDATA[<p>Heya Chulwan!  I&#8217;ve emailed you with the script.. let me know if it works for ya!</p>
<p>Ariel, can you give me more information about how you&#8217;re calling the js_createSkelGeo command?</p>
<p>-jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chulwan</title>
		<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/comment-page-1/#comment-11680</link>
		<dc:creator>Chulwan</dc:creator>
		<pubDate>Mon, 05 Apr 2010 06:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/?p=683#comment-11680</guid>
		<description>Hi, Jason.

I am studying your Animator Friendly Rigging series.
It&#039;s amazing. It&#039;s great help to me. But I have a problem that is when I execute the js_matchObj script,
it doesn&#039;t work (// Error: Cannot find procedure &quot;js_getAttachedObjects&quot;.) I guess the reason is different version. I am using Maya 2010. Please, let me know. I am creazy for this.

Thanks a lot.

-Chulwan ( AAU 3D animation student)</description>
		<content:encoded><![CDATA[<p>Hi, Jason.</p>
<p>I am studying your Animator Friendly Rigging series.<br />
It&#8217;s amazing. It&#8217;s great help to me. But I have a problem that is when I execute the js_matchObj script,<br />
it doesn&#8217;t work (// Error: Cannot find procedure &#8220;js_getAttachedObjects&#8221;.) I guess the reason is different version. I am using Maya 2010. Please, let me know. I am creazy for this.</p>
<p>Thanks a lot.</p>
<p>-Chulwan ( AAU 3D animation student)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ariel_atams</title>
		<link>http://jasonschleifer.com/2010/01/07/js_matchobj-scripts-added-to-downloads-page/comment-page-1/#comment-11440</link>
		<dc:creator>ariel_atams</dc:creator>
		<pubDate>Tue, 16 Mar 2010 10:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://jasonschleifer.com/?p=683#comment-11440</guid>
		<description>Hello, Jason!

I would like to know how to fix this one. When I try to use the js_createSkelGeo, it gives me this &quot;// Error: Wrong number of arguments on call to js_createSkelGeo.&quot;

I&#039;m using Maya 2009 btw.

Thanks and God Bless.

Best

-ariel</description>
		<content:encoded><![CDATA[<p>Hello, Jason!</p>
<p>I would like to know how to fix this one. When I try to use the js_createSkelGeo, it gives me this &#8220;// Error: Wrong number of arguments on call to js_createSkelGeo.&#8221;</p>
<p>I&#8217;m using Maya 2009 btw.</p>
<p>Thanks and God Bless.</p>
<p>Best</p>
<p>-ariel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
