<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>technical architecture. &#187; python</title>
	<atom:link href="http://buchhofer.com/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://buchhofer.com</link>
	<description>Maxscript, Architecture, 3D, 3DSMax, Unity3D</description>
	<lastBuildDate>Mon, 30 Apr 2012 00:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>working :)</title>
		<link>http://buchhofer.com/2008/10/working/</link>
		<comments>http://buchhofer.com/2008/10/working/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 14:19:34 +0000</pubDate>
		<dc:creator>Dave Buchhofer</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[asset management]]></category>

		<guid isPermaLink="false">http://buchhofer.com/?p=72</guid>
		<description><![CDATA[yay, all the right clickies work.]]></description>
			<content:encoded><![CDATA[<p><a href="http://buchhofer.com/wp-content/uploads/2008/10/pyassetbrowser1.jpg"><img class="alignnone size-medium wp-image-76" title="pyassetbrowser1" src="http://buchhofer.com/wp-content/uploads/2008/10/pyassetbrowser1-300x147.jpg" alt="" width="300" height="147" /></a></p>
<p>yay, all the right clickies work.</p>
]]></content:encoded>
			<wfw:commentRss>http://buchhofer.com/2008/10/working/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Diving into Python.</title>
		<link>http://buchhofer.com/2008/09/diving-into-python/</link>
		<comments>http://buchhofer.com/2008/09/diving-into-python/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 02:38:50 +0000</pubDate>
		<dc:creator>Dave Buchhofer</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[asset management]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[thumbnails]]></category>

		<guid isPermaLink="false">http://buchhofer.com/?p=65</guid>
		<description><![CDATA[So I got a few hours over this last week to start poking my nose into this Python thing that everyone seems so up in arms about. And I must say, its pretty damn neat so far! from a suggestion on the tech-artists.org forum I took a look into the Wing IDE to help get [...]]]></description>
			<content:encoded><![CDATA[<p>So I got a few hours over this last week to start poking my nose into this Python thing that everyone seems so up in arms about. And I must say, its pretty damn neat so far!</p>
<p>from a suggestion on the <a href="http://tech-artists.org/">tech-artists.org</a> forum I took a look into the <a href="https://wingware.com/">Wing IDE</a> to help get started and its very very nice. its a bit pricey however, so I&#8217;m going to poke through a couple different IDE&#8217;s after my trial expires and see what all the fuss is about all around.</p>
<p>So! I decided a good thing to do would be to go for a speedier version of my asset browser maxscript, as in maxscript it takes ~20 seconds to parse through a fair sized directory structure, and I had to build my own caching mechanisms and data structures to even speed that up to 5seconds at startup. Another problem was the generation of the dynamic webpage when you change directory views could take up a few seconds each click also. all this to essentially pass a filename to max? Pssh!</p>
<p>Well, I&#8217;ve got a start going in python by using a slight modification of the <a href="http://wiki.wxpython.org/TreeControls#head-21017a515ed8a07d3b528f4ef75be5d4bda1fdaa">Lazy Evaluation Directory Treeview</a> sample found on the <a href="http://wiki.wxpython.org/FrontPage">wxPyWiki</a>. combined with the <a href="http://xoomer.alice.it/infinity77/main/freeware.html#thumbnailctrl">ThumbnailCtrl </a>from <a href="http://xoomer.alice.it/infinity77/index.html">Andrea Gavana</a>. And its <strong>blazing fast</strong> in terms of thumbnail generation from even very large images and directory structures.!</p>
<p>combine those with the fun <a href="http://www.volition-inc.com/gdc">examples of using the COM classes</a> to talk to max from Adam, and lets see how this turns out!</p>
<div class="wp-caption alignnone" style="width: 710px"><a href="http://buchhofer.com/wp-content/uploads/2008/09/pyassetbrowser.jpg"><img title="pyAssetBrowser.py" src="http://buchhofer.com/wp-content/uploads/2008/09/pyassetbrowser.jpg" alt="pyAssetBrowser.py" width="700" height="614" /></a><p class="wp-caption-text">pyAssetBrowser.py</p></div>
<p>Not bad for a night.. Now to finish it off and connect it to max.. someday when i get more free time <img src='http://buchhofer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://buchhofer.com/2008/09/diving-into-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

