<?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"
	>
<channel>
	<title>Comments on: Going in unknown directions!</title>
	<atom:link href="http://www.xsi-blog.com/archives/23/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xsi-blog.com/archives/23</link>
	<description>People and thoughts behind XSI in production...</description>
	<pubDate>Tue, 06 Jan 2009 05:43:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tim Salikov</title>
		<link>http://www.xsi-blog.com/archives/23#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.xsi-blog.com/archives/23#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.xsi-blog.com/archives/23#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.xsi-blog.com/archives/23#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.xsi-blog.com/archives/23#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:

''ERROR : Traceback (most recent call last):
''  File "", line 41, in PB_Jitter_Execute
''    op = factory.CreateScriptedOpFromFile(''PB_JitterOp'', os.path.join(cmd.OriginPath, ''PB_JitterOp.py''), ''Python'')
''  File "C:\Python23\Lib\site-packages\win32com\client\__init__.py", line 454, in __getattr__
''    raise AttributeError, "''%s'' object has no attribute ''%s''" % (repr(self), attr)
''AttributeError: '''' object has no attribute ''OriginPath''
'' - [line 40]
''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; - [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.xsi-blog.com/archives/23#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''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>
