<?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: Going in unknown directions!</title>
	<atom:link href="http://www.softimageblog.com/archives/23/feed" rel="self" type="application/rss+xml" />
	<link>http://www.softimageblog.com/archives/23#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=going-in-unknown-directions</link>
	<description>People and thoughts behind Softimage in production...</description>
	<lastBuildDate>Fri, 23 Jul 2010 12:23:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim Salikov</title>
		<link>http://www.softimageblog.com/archives/23/comment-page-1#comment-14735</link>
		<dc:creator>Tim Salikov</dc:creator>
		<pubDate>Fri, 16 Mar 2007 04:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsi-blog.com/?p=23#comment-14735</guid>
		<description>Thanks for the great plugin ! Works great with XSI 6.0 x64</description>
		<content:encoded><![CDATA[<p>Thanks for the great plugin ! Works great with XSI 6.0 x64</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XSIBlog  &#187; Blog Archive   &#187; More Jitters</title>
		<link>http://www.softimageblog.com/archives/23/comment-page-1#comment-8807</link>
		<dc:creator>XSIBlog  &#187; Blog Archive   &#187; More Jitters</dc:creator>
		<pubDate>Sat, 09 Dec 2006 19:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsi-blog.com/?p=23#comment-8807</guid>
		<description>[...]  			More Jitters 			December 9th, 2006 by Patrick Boucher 			  	 	    	 	  			 				 					A while ago I posted a Scripted Operator for XSI that generates jittering animation. 	Well, a colleague of mine, Etie [...]</description>
		<content:encoded><![CDATA[<p>[...]  			More Jitters 			December 9th, 2006 by Patrick Boucher 			  	 	    	 	  			 				 					A while ago I posted a Scripted Operator for XSI that generates jittering animation. 	Well, a colleague of mine, Etie [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stubbe</title>
		<link>http://www.softimageblog.com/archives/23/comment-page-1#comment-516</link>
		<dc:creator>stubbe</dc:creator>
		<pubDate>Sat, 03 Dec 2005 03:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsi-blog.com/?p=23#comment-516</guid>
		<description>how about a good documentation (specially installation) on buzzlib?</description>
		<content:encoded><![CDATA[<p>how about a good documentation (specially installation) on buzzlib?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XSIBlog  &#187; Blog Archive   &#187; Forcing dynamic dispatching in Python&#8217;s win32com</title>
		<link>http://www.softimageblog.com/archives/23/comment-page-1#comment-60</link>
		<dc:creator>XSIBlog  &#187; Blog Archive   &#187; Forcing dynamic dispatching in Python&#8217;s win32com</dc:creator>
		<pubDate>Thu, 12 May 2005 20:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsi-blog.com/?p=23#comment-60</guid>
		<description>[...] 		XSIBlog 		People and thoughts behind XSI in production&#8230; 	   	  	 		 			&#171; Going in unknown directions! 			 		  		 			Forcing dynamic dispatching in Python&#8217;s win32com 			May 12th, 2005 [...]</description>
		<content:encoded><![CDATA[<p>[...] 		XSIBlog<br />
 		People and thoughts behind XSI in production&#8230;</p>
<p>  	  	 		 			&laquo; Going in unknown directions! 			 		  		 			Forcing dynamic dispatching in Python&#8217;s win32com 			May 12th, 2005 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brad</title>
		<link>http://www.softimageblog.com/archives/23/comment-page-1#comment-59</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Thu, 12 May 2005 19:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsi-blog.com/?p=23#comment-59</guid>
		<description>Hey, I get the following error when running the command:

&#039;&#039;ERROR : Traceback (most recent call last):
&#039;&#039;  File &quot;&quot;, line 41, in PB_Jitter_Execute
&#039;&#039;    op = factory.CreateScriptedOpFromFile(&#039;&#039;PB_JitterOp&#039;&#039;, os.path.join(cmd.OriginPath, &#039;&#039;PB_JitterOp.py&#039;&#039;), &#039;&#039;Python&#039;&#039;)
&#039;&#039;  File &quot;C:\Python23\Lib\site-packages\win32com\client\__init__.py&quot;, line 454, in __getattr__
&#039;&#039;    raise AttributeError, &quot;&#039;&#039;%s&#039;&#039; object has no attribute &#039;&#039;%s&#039;&#039;&quot; % (repr(self), attr)
&#039;&#039;AttributeError: &#039;&#039;&#039;&#039; object has no attribute &#039;&#039;OriginPath&#039;&#039;
&#039;&#039; - [line 40]
&#039;&#039;ERROR : OLE error 0x80020101
PB_Jitter

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey, I get the following error when running the command:</p>
<p>&#8221;ERROR : Traceback (most recent call last):<br />
&#8221;  File &#8220;&#8221;, line 41, in PB_Jitter_Execute<br />
&#8221;    op = factory.CreateScriptedOpFromFile(&#8221;PB_JitterOp&#8221;, os.path.join(cmd.OriginPath, &#8221;PB_JitterOp.py&#8221;), &#8221;Python&#8221;)<br />
&#8221;  File &#8220;C:\Python23\Lib\site-packages\win32com\client\__init__.py&#8221;, line 454, in __getattr__<br />
&#8221;    raise AttributeError, &#8220;&#8221;%s&#8221; object has no attribute &#8221;%s&#8221;&#8221; % (repr(self), attr)<br />
&#8221;AttributeError: &#8221;&#8221; object has no attribute &#8221;OriginPath&#8221;<br />
&#8221; &#8211; [line 40]<br />
&#8221;ERROR : OLE error 0&#215;80020101<br />
PB_Jitter</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAN</title>
		<link>http://www.softimageblog.com/archives/23/comment-page-1#comment-58</link>
		<dc:creator>DAN</dc:creator>
		<pubDate>Thu, 12 May 2005 08:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.xsi-blog.com/?p=23#comment-58</guid>
		<description>Hi Patrick, this looks fantastic, thank you very much for sharing!  I&#039;&#039;ve been yearning for such a tool for a long time and this surpasses whatever I was thinking.</description>
		<content:encoded><![CDATA[<p>Hi Patrick, this looks fantastic, thank you very much for sharing!  I&#8221;ve been yearning for such a tool for a long time and this surpasses whatever I was thinking.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
