<?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: Houdini And 3DConnexion Devices</title>
	<atom:link href="http://www.geneome.com/2009/04/11/houdini-and-3dconnexion-devices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geneome.com/2009/04/11/houdini-and-3dconnexion-devices/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=houdini-and-3dconnexion-devices</link>
	<description>Just a guy, drifting.</description>
	<lastBuildDate>Thu, 26 Aug 2010 13:52:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Houdini 3DConnexion Python COM Conclusion &#124; geneome</title>
		<link>http://www.geneome.com/2009/04/11/houdini-and-3dconnexion-devices/comment-page-1/#comment-9714</link>
		<dc:creator>Houdini 3DConnexion Python COM Conclusion &#124; geneome</dc:creator>
		<pubDate>Wed, 29 Apr 2009 02:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.geneome.com/?p=841#comment-9714</guid>
		<description>[...] getting something working, and continuing off and on with trying to get it to work, I have come to develop some [...]</description>
		<content:encoded><![CDATA[<p>[...] getting something working, and continuing off and on with trying to get it to work, I have come to develop some [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geneome</title>
		<link>http://www.geneome.com/2009/04/11/houdini-and-3dconnexion-devices/comment-page-1/#comment-9703</link>
		<dc:creator>geneome</dc:creator>
		<pubDate>Tue, 14 Apr 2009 13:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.geneome.com/?p=841#comment-9703</guid>
		<description>I haven&#039;t been able to get an error log from Houdini (because I&#039;ve never looked), but I haven&#039;t run the assignment of parameters in the command line of Houdini to see if the same thing happens. The idea of mapping the 3DConnexion device to a mouse output then to a mouse chop might just be the key.

Not sure if polling too often is causing the issue, but it could be assigning a value directly to a parameter too often might be the issue.  Maybe sending the info to chops would resolve this issue. Definitely need to test this.

BTW, did you notice one of the comments on this video mentioned my site?  Very cool!</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t been able to get an error log from Houdini (because I&#8217;ve never looked), but I haven&#8217;t run the assignment of parameters in the command line of Houdini to see if the same thing happens. The idea of mapping the 3DConnexion device to a mouse output then to a mouse chop might just be the key.</p>
<p>Not sure if polling too often is causing the issue, but it could be assigning a value directly to a parameter too often might be the issue.  Maybe sending the info to chops would resolve this issue. Definitely need to test this.</p>
<p>BTW, did you notice one of the comments on this video mentioned my site?  Very cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geneome</title>
		<link>http://www.geneome.com/2009/04/11/houdini-and-3dconnexion-devices/comment-page-1/#comment-9702</link>
		<dc:creator>geneome</dc:creator>
		<pubDate>Tue, 14 Apr 2009 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.geneome.com/?p=841#comment-9702</guid>
		<description>That car thing is very cool!  It happened a while back too.  His use of chops seems ideal and maybe it&#039;s worth exploring for my 3DConnexion script.</description>
		<content:encoded><![CDATA[<p>That car thing is very cool!  It happened a while back too.  His use of chops seems ideal and maybe it&#8217;s worth exploring for my 3DConnexion script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: odforceuser42</title>
		<link>http://www.geneome.com/2009/04/11/houdini-and-3dconnexion-devices/comment-page-1/#comment-9701</link>
		<dc:creator>odforceuser42</dc:creator>
		<pubDate>Tue, 14 Apr 2009 11:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.geneome.com/?p=841#comment-9701</guid>
		<description>failure?  i don&#039;t think so!

following up on what Mr. Bleh pointed out, have you tried to get the data into CHOPs first and then reference from there?  is that stable?  can you have 2 Mouse CHOPs?

are you able to get any info on why it&#039;s crashing?  can you spit out a text file or echo to the console before assigning values to params?  you&#039;d have to figure out how to launch H from the cmd line in Windows.  cygwin?

does your method allow you to test other devices like a mouse?  does it crash?  can you incorporate that HID stuff?  what about pygame?

first i thought you were getting bad data, but now i&#039;m thinking that maybe depending on context you&#039;re polling too often and not allowing H to do other tasks.  possible?  just guessing here.

if i sit starring at this text any longer i&#039;ll come up w/ completely opposite ideas... like maybe the polling process is too slow for the param to use it?  hopefully fixed by going to CHOPs first, yes?

whatever it is, you must be really really close.  you just need to find the invisible door.  ;o)

good luck.  peace, &quot;Use the force, Luke.&quot; &amp; 42</description>
		<content:encoded><![CDATA[<p>failure?  i don&#8217;t think so!</p>
<p>following up on what Mr. Bleh pointed out, have you tried to get the data into CHOPs first and then reference from there?  is that stable?  can you have 2 Mouse CHOPs?</p>
<p>are you able to get any info on why it&#8217;s crashing?  can you spit out a text file or echo to the console before assigning values to params?  you&#8217;d have to figure out how to launch H from the cmd line in Windows.  cygwin?</p>
<p>does your method allow you to test other devices like a mouse?  does it crash?  can you incorporate that HID stuff?  what about pygame?</p>
<p>first i thought you were getting bad data, but now i&#8217;m thinking that maybe depending on context you&#8217;re polling too often and not allowing H to do other tasks.  possible?  just guessing here.</p>
<p>if i sit starring at this text any longer i&#8217;ll come up w/ completely opposite ideas&#8230; like maybe the polling process is too slow for the param to use it?  hopefully fixed by going to CHOPs first, yes?</p>
<p>whatever it is, you must be really really close.  you just need to find the invisible door.  ;o)</p>
<p>good luck.  peace, &#8220;Use the force, Luke.&#8221; &amp; 42</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bleh</title>
		<link>http://www.geneome.com/2009/04/11/houdini-and-3dconnexion-devices/comment-page-1/#comment-9700</link>
		<dc:creator>bleh</dc:creator>
		<pubDate>Mon, 13 Apr 2009 22:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.geneome.com/?p=841#comment-9700</guid>
		<description>Cool, i would love to be able to use something like this to control viewports.

on a related note i thought you might find this interesting, someone took a Wii-mote and wired the sensor into their pc and they are using it to modify parameters to drive a car around inside the Houdini viewport: 

http://www.youtube.com/watch?v=pZthjZIroW8

pretty cool actually, and kinda related to what you are trying to do, so i though i would share</description>
		<content:encoded><![CDATA[<p>Cool, i would love to be able to use something like this to control viewports.</p>
<p>on a related note i thought you might find this interesting, someone took a Wii-mote and wired the sensor into their pc and they are using it to modify parameters to drive a car around inside the Houdini viewport: </p>
<p><a href="http://www.youtube.com/watch?v=pZthjZIroW8" rel="nofollow">http://www.youtube.com/watch?v=pZthjZIroW8</a></p>
<p>pretty cool actually, and kinda related to what you are trying to do, so i though i would share</p>
]]></content:encoded>
	</item>
</channel>
</rss>
