<?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>andrewアンドル. . .</title>
	<atom:link href="http://www.andrewandoru.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewandoru.com</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2010 07:05:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='www.andrewandoru.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>labs: MayaMaya. . .</title>
		<link>http://www.andrewandoru.com/2010/03/03/labs-mayamaya/</link>
		<comments>http://www.andrewandoru.com/2010/03/03/labs-mayamaya/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 06:10:32 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[vfx]]></category>
		<category><![CDATA[Green Soda]]></category>
		<category><![CDATA[Maya instance os x]]></category>
		<category><![CDATA[Maya OS X]]></category>
		<category><![CDATA[MayaMaya]]></category>
		<category><![CDATA[open multiple instances of Maya osx]]></category>
		<category><![CDATA[pastedremoval]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[THiNTANK]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=957</guid>
		<description><![CDATA[
Working with multiple iterations of Maya open is a great way to save time, it allows you to copy and paste individual objects/nodes from scene to scene, just like many pro apps out there.  No one has done it better than Apple with Logic Pro 9, making running multiple iterations unnecessary as they have [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://andrewandoru.com/images/mayamaya_dock.png" alt="mayamaya dock" /></p>
<p>Working with multiple iterations of Maya open is a great way to save time, it allows you to copy and paste individual objects/nodes from scene to scene, just like many pro apps out there.  No one has done it better than Apple with Logic Pro 9, making running multiple iterations unnecessary as they have added a fantastic method of importing whatever data you like without importing entire projects (although this is still possible with Logic) :</p>
<p><a href="http://www.apple.com/logicstudio/whats-new/#overlay-transfer" onclick="pageTracker._trackPageview('/outgoing/www.apple.com/logicstudio/whats-new/_overlay-transfer?referer=');"><img src="http://images.apple.com/logicstudio/whats-new/images/track_import20090721.jpg" alt="track import" /></a><br />
<a href="http://images.apple.com/logicstudio/whats-new/images/track_import20090721.jpg" rel="lightbox[957]" onclick="pageTracker._trackPageview('/outgoing/images.apple.com/logicstudio/whats-new/images/track_import20090721.jpg?referer=');">Selective Track-Import</a></p>
<p>If you want to have this same type of functionality with Maya on OS X, you can&#8217;t just fire open another instance of the app like you can on other platforms by just launching the app again, but luckily it is very easy to do.  One method is popping open Terminal and telling Maya what to do:</p>
<p style="padding-left: 30px;"><code>open -n /Applications/Autodesk/maya2009/Maya.app</code></p>
<p>This is something you want to do quickly though, so a one click solution is a must, and that is the point of MayaMaya:</p>
<p><a href="http://andrewandoru.com/downloads/labs/MayaMaya.zip" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/downloads/labs/MayaMaya.zip?referer=');"><img src="http://andrewandoru.com/images/mayamaya_icon.png"></a></p>
<p><strong>Download:</strong> <a href="http://andrewandoru.com/downloads/labs/MayaMaya.zip" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/downloads/labs/MayaMaya.zip?referer=');">MayaMaya</a> (56KB .zip)</p>
<p>An app to pop in your dock, or Finder toolbar, or wherever is most convenient so you can easily open as many instances as your system can handle.</p>
<p><img src="http://andrewandoru.com/images/mayamaya_screecap.png"></p>
<p><strong><em>NOTE:</em></strong>  The version available here is for Maya 2009 as it is the version I use, if you would like to use this for 8.5, 2008, 2010 it is a very simple process of opening the app with &#8220;Applescript Editor&#8221; which you should have in your &#8220;Applications&#8221; or &#8220;Utilities&#8221; directories, and changing 2009 to the appropriate version.</p>
<p><img src="http://andrewandoru.com/images/mayamaya_as.png"></p>
<p>One annoyance you can run into is the &#8220;Pasted__&#8221; prefix that will be added to all pasted files.  This can easily be taken care of using a simple .mel script that Alex Villabon does a great job outlining on his site <a href="http://greensoda.squarespace.com/blog/2010/1/13/remove-pasted__-prefix-from-all-nodes.html" onclick="pageTracker._trackPageview('/outgoing/greensoda.squarespace.com/blog/2010/1/13/remove-pasted_-prefix-from-all-nodes.html?referer=');">Green Soda</a>.</p>
<p><a href="http://greensoda.squarespace.com/blog/2010/1/13/remove-pasted__-prefix-from-all-nodes.html" onclick="pageTracker._trackPageview('/outgoing/greensoda.squarespace.com/blog/2010/1/13/remove-pasted_-prefix-from-all-nodes.html?referer=');"><img src="http://andrewandoru.com/images/pastedRemoval.jpg"></a></p>
<p>As always, if you have any questions, feel free to contact me or comment, and I will help you sort out any problems.</p>
<p>[<a href="http://andrewandoru.com/labs" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/labs?referer=');">andoru.LABS</a>] | [<a href="http://greensoda.squarespace.com/" onclick="pageTracker._trackPageview('/outgoing/greensoda.squarespace.com/?referer=');">Green Soda</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2010/03/03/labs-mayamaya/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>look: andrew.hake tech.reel 2010. . .</title>
		<link>http://www.andrewandoru.com/2010/02/26/look-andrew-hake-tech-reel-2010/</link>
		<comments>http://www.andrewandoru.com/2010/02/26/look-andrew-hake-tech-reel-2010/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 03:26:53 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[vfx]]></category>
		<category><![CDATA[andrew hake reel]]></category>
		<category><![CDATA[camera projection]]></category>
		<category><![CDATA[demo reel]]></category>
		<category><![CDATA[dynamics]]></category>
		<category><![CDATA[maya rigging]]></category>
		<category><![CDATA[rigging]]></category>
		<category><![CDATA[technical reel]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=931</guid>
		<description><![CDATA[

 QuickTime Version 960&#215;600 (95MB)
 iPhone Version
An overview of some of the rigging/technical work I have done. Including:
-Maya Camera rigs
-character rigging
-layout/scene rigging
-camera projection
-dynamics
Please let me know if you have any questions or comments! A lot of this work will be appearing in fully rendered form in upcoming and current projects or on my next reel [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://andrewandoru.com/images/ah_tech.reel2010_header.jpg" alt="techreel_header" width="520" /></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="520" height="325" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9751752&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="520" height="325" src="http://vimeo.com/moogaloop.swf?clip_id=9751752&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://andrewandoru.com/downloads/ah_tech.reel2010_h264.mov" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/downloads/ah_tech.reel2010_h264.mov?referer=');"><img src="http://andrewandoru.com/images/qt16px_bw.png" alt="" /> QuickTime Version</a> <em>960&#215;600 (95MB)</em></p>
<p><a href="http://andrewandoru.com/downloads/ah_tech.reel2010_iphone.m4v" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/downloads/ah_tech.reel2010_iphone.m4v?referer=');"><img src="http://andrewandoru.com/images/iphone_icon.png" alt="" /> iPhone Version</a></p>
<p>An overview of some of the rigging/technical work I have done. Including:</p>
<p>-Maya Camera rigs<br />
-character rigging<br />
-layout/scene rigging<br />
-camera projection<br />
-dynamics</p>
<p>Please let me know if you have any questions or comments! A lot of this work will be appearing in fully rendered form in upcoming and current projects or on my next reel and some of these assets may soon be available on this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2010/02/26/look-andrew-hake-tech-reel-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://andrewandoru.com/downloads/ah_tech.reel2010_h264.mov" length="94943099" type="video/quicktime" />
<enclosure url="http://andrewandoru.com/downloads/ah_tech.reel2010_iphone.m4v" length="28351054" type="video/x-m4v" />
		</item>
		<item>
		<title>look: Into the Cubes! . .</title>
		<link>http://www.andrewandoru.com/2010/02/21/look-into-the-cubes/</link>
		<comments>http://www.andrewandoru.com/2010/02/21/look-into-the-cubes/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 08:19:03 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[vfx]]></category>
		<category><![CDATA[cubes]]></category>
		<category><![CDATA[cubetube]]></category>
		<category><![CDATA[Maya]]></category>
		<category><![CDATA[Nuke]]></category>
		<category><![CDATA[rack focus]]></category>
		<category><![CDATA[RenderMan]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=912</guid>
		<description><![CDATA[Some stills from a test I started on accident that could very well turn in to something interesting:



Rendered out at a very low sample rate (to avoid hilarious overnight renders) in RenderMan slapped together in Nuke:


Really just doing some tests for some IDs for a fake company, also have some new workflow tools coming up [...]]]></description>
			<content:encoded><![CDATA[<p>Some stills from a test I started on accident that could very well turn in to something interesting:</p>
<p><img src="http://www.andrewandoru.com/images/cubetube_v2_still.0001.jpg" width="520" /></p>
<p><img src="http://www.andrewandoru.com/images/cubetube_v2_still.0025.jpg" width="520" /></p>
<p><img src="http://www.andrewandoru.com/images/cubetube_v2_still.0048.jpg" width="520" /></p>
<p>Rendered out at a very low sample rate (to avoid hilarious overnight renders) in <a href="https://renderman.pixar.com/" onclick="pageTracker._trackPageview('/outgoing/renderman.pixar.com/?referer=');">RenderMan</a> slapped together in <a href="http://www.thefoundry.co.uk/pkg_overview.aspx?ui=CBC2593A-2C9F-4EF9-84BE-C198B0171453" onclick="pageTracker._trackPageview('/outgoing/www.thefoundry.co.uk/pkg_overview.aspx?ui=CBC2593A-2C9F-4EF9-84BE-C198B0171453&amp;referer=');">Nuke</a>:</p>
<p><embed src="http://www.andrewandoru.com/downloads/cubetube_v2_rfm_h264b.mov" autoplay="false" loop="true" kioskmode="false" width="520" height="293" scale="tofit"><br />
</embed></br></p>
<p>Really just doing some tests for some IDs for a fake company, also have some new workflow tools coming up the pipe. . .</p>
<p>EDIT:  Just had a Ahh Yes! moment with this one, you will definitely see something in the future involving this idea that should be quite interesting indeed!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2010/02/21/look-into-the-cubes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.andrewandoru.com/downloads/cubetube_v2_rfm_h264b.mov" length="1360397" type="video/quicktime" />
		</item>
		<item>
		<title>labs: fn &amp; layout triggered by Magic Mushka. . .</title>
		<link>http://www.andrewandoru.com/2010/01/28/labs-fn-layout-triggered-by-magic-mushka/</link>
		<comments>http://www.andrewandoru.com/2010/01/28/labs-fn-layout-triggered-by-magic-mushka/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 05:45:08 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[labs]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Andreas]]></category>
		<category><![CDATA[Andreas Hegenberg]]></category>
		<category><![CDATA[andrewandoru labs]]></category>
		<category><![CDATA[BetterTouchTool]]></category>
		<category><![CDATA[fn]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Magic Mouse]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=886</guid>
		<description><![CDATA[
Looking to get a little bit more friendly with that new Magic Mouse?  Look no further.
I have been using BetterTouchTool  since I got my hands on the Magic Mouse to be able to middle click in apps like Maya, Nuke, whatever.  I actually asked the developer Andreas Hegenberg for very specific middle [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewandoru.com/images/touchme.jpg" alt="touch me" /></p>
<p>Looking to get a little bit more friendly with that new Magic Mouse?  Look no further.</p>
<p>I have been using <a href="http://blog.boastr.net/" onclick="pageTracker._trackPageview('/outgoing/blog.boastr.net/?referer=');">BetterTouchTool </a> since I got my hands on the <a href="http://www.apple.com/magicmouse/" onclick="pageTracker._trackPageview('/outgoing/www.apple.com/magicmouse/?referer=');">Magic Mouse</a> to be able to middle click in apps like Maya, Nuke, whatever.  I actually asked the developer Andreas Hegenberg for very specific middle click functionality (being able to click with one finger in the center of the mouse and to have an adjustment for the exact parts of the mouse that would respond to it) and he came through 100% within 48hrs:</p>
<p><a href="http://www.andrewandoru.com/images/btt_middleclick.png" rel="lightbox[886]"><img src="http://www.andrewandoru.com/images/btt_middleclick.png" width="520" /></a></p>
<p>He has recently added many other types of gestures, and a favorite of mine, a single tap right on (or right above) the Apple logo.  I have a few tools I have made to make my day to day workflow a little bit more efficient.  <a href="http://www.andrewandoru.com/2008/09/25/fn-app/">fn</a> &#038; <a href="http://www.andrewandoru.com/2009/02/08/labs-mac-os-x-application-layout/">layout</a> are simple workflow tools that promote laziness to its full extent and the Magic Mouse has managed to make them a little lazier!</p>
<p><embed src="http://www.andrewandoru.com/downloads/applekeydemo_web.m4v" autoplay="false" kioskmode="false" width="520" height="325" scale="tofit"><br />
</embed></br></p>
<p><a href="http://www.andrewandoru.com/downloads/applekeydemo_h264.mov"><img src="http://www.andrewandoru.com/images/qt16px_bw.png"/> 960&#215;600 .mov</a></p>
<p><a href="http://www.andrewandoru.com/downloads/applekeydemo_iphone.m4v"><img src="http://www.andrewandoru.com/images/iphone_icon.png" alt="" /> iPhone</a></p>
<p>If your mind is blown then comment or email and I will uhh. . . un-blow it for you.  Hmm. . .</p>
<p>[<a href="http://blog.boastr.net/" onclick="pageTracker._trackPageview('/outgoing/blog.boastr.net/?referer=');">BetterTouchTool</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2010/01/28/labs-fn-layout-triggered-by-magic-mushka/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.andrewandoru.com/downloads/applekeydemo_web.m4v" length="43951756" type="video/x-m4v" />
<enclosure url="http://www.andrewandoru.com/downloads/applekeydemo_h264.mov" length="39920615" type="video/quicktime" />
<enclosure url="http://www.andrewandoru.com/downloads/applekeydemo_iphone.m4v" length="18234921" type="video/x-m4v" />
		</item>
		<item>
		<title>listen: C&#8217;est Magnifique! . .</title>
		<link>http://www.andrewandoru.com/2010/01/19/listen-cest-magnifique/</link>
		<comments>http://www.andrewandoru.com/2010/01/19/listen-cest-magnifique/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 05:59:55 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[listen]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[c'est magnifique!]]></category>
		<category><![CDATA[Ekahwerdna]]></category>
		<category><![CDATA[Extended Service]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=868</guid>
		<description><![CDATA[
C&#8217;est Magnifique! (teaser) by Ekahwerdna
 Listen on iPhone
Here&#8217;s something with a little swing to it.  Kicks, and snares, and hi-hats, and the like.
[EKAHWERDNA]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://andrewandoru.com/images/ekahwerdna_extTeaser02.png" /></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="100" ><param name="movie" value="http://bandcamp.com/EmbeddedPlayer.swf/track=3458300352/size=venti/bgcol=FFFFFF/linkcol=ff6500/" /><param name="quality" value="high" /><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="always" /><param name="bgcolor" value="#FFFFFF" /><embed src="http://bandcamp.com/EmbeddedPlayer.swf/track=3458300352/size=venti/bgcol=FFFFFF/linkcol=ff6500/" width="400" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality=high allowScriptAccess=never allowNetworking=always bgcolor=#FFFFFF ></embed><noembed><a href="http://ekahwerdna.com/track/cest-magnifique-teaser" onclick="pageTracker._trackPageview('/outgoing/ekahwerdna.com/track/cest-magnifique-teaser?referer=');">C&#8217;est Magnifique! (teaser) by Ekahwerdna</a></noembed></object></p>
<p><a href="http://www.andrewandoru.com/downloads/ekahwerdna/cestmagnifique_teaser.m4v"><img src="http://andrewandoru.com/images/iphone_icon.png" alt="" /> Listen on iPhone</a></p>
<p>Here&#8217;s something with a little swing to it.  Kicks, and snares, and hi-hats, and the like.</p>
<p>[<a href="http://ekahwerdna.com" onclick="pageTracker._trackPageview('/outgoing/ekahwerdna.com?referer=');">EKAHWERDNA</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2010/01/19/listen-cest-magnifique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>look: Using iPhone camera data in AE. . .</title>
		<link>http://www.andrewandoru.com/2010/01/12/look-using-iphone-camera-data-in-ae/</link>
		<comments>http://www.andrewandoru.com/2010/01/12/look-using-iphone-camera-data-in-ae/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 21:38:01 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[vfx]]></category>
		<category><![CDATA[ae]]></category>
		<category><![CDATA[after effects]]></category>
		<category><![CDATA[handheld camera]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPhone camera data]]></category>
		<category><![CDATA[iPhone camera tracking]]></category>
		<category><![CDATA[SimulCam]]></category>
		<category><![CDATA[THiNKTANK]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=863</guid>
		<description><![CDATA[


 720p
Just trying out a technique using the iPhone to capture some handheld camera data and use it in a comp.  Even with only 640&#215;480 pixels and an envelope with hand drawn tracker markers it still works very well. 
Section of the iPhone camera track:


 Watch it on an iPhone
This is a fantastic way [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewandoru.com/images/thinktank01.jpg"></p>
<p><embed src="http://www.andrewandoru.com/downloads/thinktank_v1_h264web.mov" autoplay="false" kioskmode="true" width="520" height="309" scale="tofit"><br />
</embed></br></p>
<p><a href="http://www.andrewandoru.com/downloads/thinktank_v1_h264_720p.mov"><img src="http://www.andrewandoru.com/images/qt16px_bw.png"/> 720p</a></p>
<p>Just trying out a technique using the iPhone to capture some handheld camera data and use it in a comp.  Even with only 640&#215;480 pixels and an envelope with hand drawn tracker markers it still works very well. </p>
<p>Section of the iPhone camera track:<br />
<embed src="http://andrewandoru.com/downloads/handheld_data01_excerpt.mov" autoplay="false" kioskmode="true" width="520" height="403" scale="tofit"><br />
</embed></br></p>
<p><a href="http://andrewandoru.com/downloads/handheld_data01_excerptiphone.m4v" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/downloads/handheld_data01_excerptiphone.m4v?referer=');"><img src="http://www.andrewandoru.com/images/iphone_icon.png" alt="" /> Watch it on an iPhone</a></p>
<p>This is a fantastic way to take the &#8220;perfect&#8221; out of the CG camera without messing with the CG methods of doing it.  Randomization does not equal human, the way a human moves while holding a camera, large or small, is very far from random.  Should be fairly simple to move data like this from application to application once a good track is put together.  </p>
<p>Essentially the poorest, least efficient, laziest man&#8217;s version of James Cameron&#8217;s SimulCam without any of the benefits, except the human feel.</p>
<p>(Vimeo. . . I just can&#8217;t deal with Flash in my life anymore, I will still upload to you for continuity&#8217;s sake, but I want iPhone viewable embeds!)</p>
<p>And animators need some frame by frame action damn it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2010/01/12/look-using-iphone-camera-data-in-ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://andrewandoru.com/downloads/handheld_data01_excerpt.mov" length="3793812" type="video/quicktime" />
<enclosure url="http://www.andrewandoru.com/downloads/thinktank_v1_h264web.mov" length="1596202" type="video/quicktime" />
<enclosure url="http://www.andrewandoru.com/downloads/thinktank_v1_h264_720p.mov" length="17325615" type="video/quicktime" />
		</item>
		<item>
		<title>listen: Kyoto Funky Walker. . .</title>
		<link>http://www.andrewandoru.com/2010/01/10/listen-kyoto-funky-walker/</link>
		<comments>http://www.andrewandoru.com/2010/01/10/listen-kyoto-funky-walker/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 00:36:30 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[listen]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Ekahwerdna]]></category>
		<category><![CDATA[Extended Service]]></category>
		<category><![CDATA[Kyoto Funky Walker]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=849</guid>
		<description><![CDATA[
Kyoto Funky Walker by Ekahwerdna
 Listen on iPhone
The first track from Extended Service, the next bit of music from Ekahwerdna.  Available for Download!
[EKAHWERDNA]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://andrewandoru.com/images/ekahwerdna_extTeaser.png" alt="kyoto funky walker" /></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="100" ><param name="movie" value="http://bandcamp.com/EmbeddedPlayer.swf/track=3030341725/size=venti/bgcol=FFFFFF/linkcol=ff8605/" /><param name="quality" value="high" /><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="always" /><param name="bgcolor" value="#FFFFFF" /><embed src="http://bandcamp.com/EmbeddedPlayer.swf/track=3030341725/size=venti/bgcol=FFFFFF/linkcol=ff8605/" width="400" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality=high allowScriptAccess=never allowNetworking=always bgcolor=#FFFFFF ></embed><noembed><a href="http://ekahwerdna.com/track/kyoto-funky-walker" onclick="pageTracker._trackPageview('/outgoing/ekahwerdna.com/track/kyoto-funky-walker?referer=');">Kyoto Funky Walker by Ekahwerdna</a></noembed></object></p>
<p><a href="http://andrewandoru.com/downloads/ekahwerdna/kyotofunkywalker_iphone.m4v" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/downloads/ekahwerdna/kyotofunkywalker_iphone.m4v?referer=');"><img src="http://andrewandoru.com/images/iphone_icon.png" alt="" /> Listen on iPhone</a></p>
<p>The first track from Extended Service, the next bit of music from Ekahwerdna.  Available for Download!</p>
<p>[<a href="http://ekahwerdna.com" onclick="pageTracker._trackPageview('/outgoing/ekahwerdna.com?referer=');">EKAHWERDNA</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2010/01/10/listen-kyoto-funky-walker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>floating world: project page updates. . .</title>
		<link>http://www.andrewandoru.com/2010/01/06/floating-world-project-page-updates/</link>
		<comments>http://www.andrewandoru.com/2010/01/06/floating-world-project-page-updates/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 07:14:47 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[floating world]]></category>
		<category><![CDATA[hallways]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[storyboards]]></category>
		<category><![CDATA[the floating world]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=847</guid>
		<description><![CDATA[Here are some items I recently added to the Projects section of my site for my Floating World project.
A few storyboard panels:


And a quick scene layout demo:

More to come very very soon!
[Floating World]
]]></description>
			<content:encoded><![CDATA[<p>Here are some items I recently added to the Projects section of my site for my <a href="http://www.andrewandoru.com/tag/floating-world/">Floating World</a> project.</p>
<p>A few storyboard panels:</p>
<p><a href="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_003.jpg" rel="lightbox[847]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_003.jpg?referer=');"><img src="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_003.jpg" width="105" /></a><a href="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_004.jpg" rel="lightbox[847]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_004.jpg?referer=');"><img src="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_004.jpg" width="105" /></a><a href="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_005.jpg" rel="lightbox[847]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_005.jpg?referer=');"><img src="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_005.jpg" width="105" /></a><a href="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_008.jpg" rel="lightbox[847]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_008.jpg?referer=');"><img src="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_008.jpg" width="105" /></a><a href="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_009.jpg" rel="lightbox[847]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_009.jpg?referer=');"><img src="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_009.jpg" width="105" /></a></p>
<p><a href="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_010.jpg" rel="lightbox[847]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_010.jpg?referer=');"><img src="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_010.jpg" width="105" /></a><a href="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_011.jpg" rel="lightbox[847]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_011.jpg?referer=');"><img src="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_011.jpg" width="105" /></a><a href="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_012.jpg" rel="lightbox[847]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_012.jpg?referer=');"><img src="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_012.jpg" width="105" /></a><a href="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_013.jpg" rel="lightbox[847]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_013.jpg?referer=');"><img src="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_013.jpg" width="105" /></a><a href="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_014.jpg" rel="lightbox[847]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_014.jpg?referer=');"><img src="http://andrewandoru.com/images/fw_storyboards/fw_animatic_sn01_014.jpg" width="105" /></a></p>
<p>And a quick scene layout demo:</p>
<p><object width="520" height="293"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3617979&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3617979&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="520" height="293"></embed></object></p>
<p>More to come very very soon!</p>
<p>[<a href="http://www.andrewandoru.com/tag/floating-world/">Floating World</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2010/01/06/floating-world-project-page-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>look: andrewhake.reel. . .</title>
		<link>http://www.andrewandoru.com/2010/01/03/look-andrew-hake-reel-2009/</link>
		<comments>http://www.andrewandoru.com/2010/01/03/look-andrew-hake-reel-2009/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 09:20:29 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[vfx]]></category>
		<category><![CDATA[andrew hake animation]]></category>
		<category><![CDATA[andrew hake reel]]></category>
		<category><![CDATA[animation reel]]></category>
		<category><![CDATA[vfx reel]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=828</guid>
		<description><![CDATA[
 QuickTime Version (26MB)
 iPhone Version
Added my Spec board/reel of my work from 2009 to my Projects page.
Many of these projects were group efforts, if you would like to know more about my specific involvement on any project feel free to ask.  My contact info is available at the end of the reel and [...]]]></description>
			<content:encoded><![CDATA[<p><object width="520" height="390"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8496059&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8496059&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="520" height="390"></embed></object></p>
<p><a href="http://andrewandoru.com/downloads/ahake_reel2009_v4_h264.mov" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/downloads/ahake_reel2009_v4_h264.mov?referer=');"><img src="http://andrewandoru.com/images/qt16px_bw.png" alt="" /> QuickTime Version</a> <em>(26MB)</em></p>
<p><a href="http://andrewandoru.com/downloads/ahake_reel2009_v4_iphone.m4v" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/downloads/ahake_reel2009_v4_iphone.m4v?referer=');"><img src="http://andrewandoru.com/images/iphone_icon.png" alt="" /> iPhone Version</a></p>
<p>Added my Spec board/reel of my work from 2009 to my <a href="http://www.andrewandoru.com/projects/">Projects page</a>.</p>
<p>Many of these projects were group efforts, if you would like to know more about my specific involvement on any project feel free to ask.  My contact info is available at the end of the reel and on the right column of this site.</p>
<p>Thanks for watching!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2010/01/03/look-andrew-hake-reel-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://andrewandoru.com/downloads/ahake_reel2009_v4_h264.mov" length="24686592" type="video/quicktime" />
		</item>
		<item>
		<title>floating world: lives again. . .</title>
		<link>http://www.andrewandoru.com/2009/12/02/floating-world-lives-again/</link>
		<comments>http://www.andrewandoru.com/2009/12/02/floating-world-lives-again/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 07:08:33 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[3d animation]]></category>
		<category><![CDATA[floating world]]></category>
		<category><![CDATA[peaches]]></category>
		<category><![CDATA[the floating world]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=806</guid>
		<description><![CDATA[
The Floating World is back in action, spitting out some RenderMan renders of some shots, and trying to get the CG shots really polished up.  Should be posting more animation and artwork very very soon.

I have some more tools to post up as well, an update to the MayaRender droplets and some other interesting [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.andrewandoru.com/images/fw_sn4_tease.jpg" alt="fw teaser" width="520" /></p>
<p>The Floating World is back in action, spitting out some RenderMan renders of some shots, and trying to get the CG shots really polished up.  Should be posting more animation and artwork very very soon.</p>
<p><img src="http://www.andrewandoru.com/images/fw_sn4_tease2.jpg" alt="fw teaser" width="520" /></p>
<p>I have some more tools to post up as well, an update to the MayaRender droplets and some other interesting workflow tools.</p>
<p>[<a href="http://www.andrewandoru.com/tag/floating-world/">the floating world</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/12/02/floating-world-lives-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>look: Image Engine doing amazing things with Nuke. . .</title>
		<link>http://www.andrewandoru.com/2009/11/12/look-image-engine-doing-amazing-things-with-nuke/</link>
		<comments>http://www.andrewandoru.com/2009/11/12/look-image-engine-doing-amazing-things-with-nuke/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 07:07:43 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[vfx]]></category>
		<category><![CDATA[District 9]]></category>
		<category><![CDATA[fxguide]]></category>
		<category><![CDATA[fxguide.com]]></category>
		<category><![CDATA[Fxguidetv]]></category>
		<category><![CDATA[Image Engine]]></category>
		<category><![CDATA[Nuke]]></category>
		<category><![CDATA[The Foundry]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=793</guid>
		<description><![CDATA[Incredibly interesting tools developed by Image Engine in Nuke for work on District 9 as shown by Shervin Shoghian, compositing supervisor at Image Engine.

Click image to watch High-Bandwidth version.
Low-Bandwidth Version (iPhone)
The amount of tools they developed, with the amount of people they had working (around 90), in the amount of time they had to do [...]]]></description>
			<content:encoded><![CDATA[<p>Incredibly interesting tools developed by Image Engine in Nuke for work on District 9 as shown by Shervin Shoghian, compositing supervisor at Image Engine.</p>
<p><a href="http://media.fxguide.com/fxguidetv/fxguidetv-ep071.mov" onclick="pageTracker._trackPageview('/outgoing/media.fxguide.com/fxguidetv/fxguidetv-ep071.mov?referer=');"><img src="http://www.andrewandoru.com/images/imageengine_nuke.png" alt="image engine using nuke" width="520" /></a><br />
<em>Click image to watch High-Bandwidth version.<br />
</em><a href="http://media.fxguide.com/fxguidetv/fxguidetv-ep071.m4v" onclick="pageTracker._trackPageview('/outgoing/media.fxguide.com/fxguidetv/fxguidetv-ep071.m4v?referer=');">Low-Bandwidth Version (iPhone)</a></p>
<p>The amount of tools they developed, with the amount of people they had working (around 90), in the amount of time they had to do it, is extremely impressive.  And another reason why anyone interested in vfx/animation/film should definitely take a very hard look at <a href="http://www.thefoundry.co.uk/pkg_overview.aspx?ui=CBC2593A-2C9F-4EF9-84BE-C198B0171453" onclick="pageTracker._trackPageview('/outgoing/www.thefoundry.co.uk/pkg_overview.aspx?ui=CBC2593A-2C9F-4EF9-84BE-C198B0171453&amp;referer=');">Nuke</a>.</p>
<p>[<a href="http://www.fxguide.com/fxguidetv.html" onclick="pageTracker._trackPageview('/outgoing/www.fxguide.com/fxguidetv.html?referer=');">fxGuideTV</a>]<br />
[<a href="http://www.image-engine.com/" onclick="pageTracker._trackPageview('/outgoing/www.image-engine.com/?referer=');">Image Engine</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/11/12/look-image-engine-doing-amazing-things-with-nuke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.fxguide.com/fxguidetv/fxguidetv-ep071.mov" length="154463836" type="video/quicktime" />
<enclosure url="http://media.fxguide.com/fxguidetv/fxguidetv-ep071.m4v" length="86085367" type="video/x-m4v" />
		</item>
		<item>
		<title>listen: ekahwerdna. . .na. . .na. . .</title>
		<link>http://www.andrewandoru.com/2009/11/04/listen-ekahwerdna-na-na/</link>
		<comments>http://www.andrewandoru.com/2009/11/04/listen-ekahwerdna-na-na/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 22:46:00 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[listen]]></category>
		<category><![CDATA[Ekahwerdna]]></category>
		<category><![CDATA[in the snow]]></category>
		<category><![CDATA[teaser]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=791</guid>
		<description><![CDATA[
I am a big fan of the Glock.
In the Leaves (teaser) by Ekahwerdna
[EKAHWERDNA]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://andrewandoru.com/images/ekahwerdna_extTeaser.png" alt="" /></p>
<p>I am a big fan of the Glock.</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="100" ><param name="movie" value="http://bandcamp.com/EmbeddedPlayer.swf/track=3759531186/size=venti/bgcol=FFFFFF/linkcol=f07700/"><param name="quality" value="high"><param name="allowScriptAccess" value="never"><param name="allowNetworking" value="always"><param name="bgcolor" value="#FFFFFF"><embed src="http://bandcamp.com/EmbeddedPlayer.swf/track=3759531186/size=venti/bgcol=FFFFFF/linkcol=f07700/" width="400" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality=high allowScriptAccess=never allowNetworking=always bgcolor=#FFFFFF ></embed><noembed><a href="http://ekahwerdna.com/track/in-the-leaves-teaser" onclick="pageTracker._trackPageview('/outgoing/ekahwerdna.com/track/in-the-leaves-teaser?referer=');">In the Leaves (teaser) by Ekahwerdna</a></noembed></object></p>
<p>[<a href="http://ekahwerdna.com" onclick="pageTracker._trackPageview('/outgoing/ekahwerdna.com?referer=');">EKAHWERDNA</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/11/04/listen-ekahwerdna-na-na/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>sketchbook: Dr. Sketchy&#8217;s sketchies. . .</title>
		<link>http://www.andrewandoru.com/2009/11/04/sketchbook-dr-sketchys-sketchies/</link>
		<comments>http://www.andrewandoru.com/2009/11/04/sketchbook-dr-sketchys-sketchies/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 22:22:35 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[sketchbook]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=778</guid>
		<description><![CDATA[Talked to some cool people, ate some good food, listened to good music. . .
and scribbled around in my sketchbook:
 
 
  
Good times!  Thanks to all those involved.
]]></description>
			<content:encoded><![CDATA[<p>Talked to some cool people, ate some good food, listened to good music. . .<br />
and scribbled around in my sketchbook:<br />
<a href="http://andrewandoru.com/images/sketchbook/web_drsketchys_nov1_006.jpg" rel="lightbox[778]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/sketchbook/web_drsketchys_nov1_006.jpg?referer=');"><img src="http://andrewandoru.com/images/sketchbook/thmb_drsketchys_nov1_006.jpg" width="260" /></a> <a href="http://andrewandoru.com/images/sketchbook/web_drsketchys_nov1_002.jpg" rel="lightbox[778]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/sketchbook/web_drsketchys_nov1_002.jpg?referer=');"><img src="http://andrewandoru.com/images/sketchbook/thmb_drsketchys_nov1_002.jpg" width="260" /></a></p>
<p><a href="http://andrewandoru.com/images/sketchbook/web_drsketchys_nov1_003.jpg" rel="lightbox[778]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/sketchbook/web_drsketchys_nov1_003.jpg?referer=');"><img src="http://andrewandoru.com/images/sketchbook/thmb_drsketchys_nov1_003.jpg" width="260" /></a> <a href="http://andrewandoru.com/images/sketchbook/web_drsketchys_nov1_004.jpg" rel="lightbox[778]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/sketchbook/web_drsketchys_nov1_004.jpg?referer=');"><img src="http://andrewandoru.com/images/sketchbook/thmb_drsketchys_nov1_004.jpg" width="260" /></a></p>
<p><a href="http://andrewandoru.com/images/sketchbook/web_drsketchys_nov1_005.jpg" rel="lightbox[778]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/sketchbook/web_drsketchys_nov1_005.jpg?referer=');"><img src="http://andrewandoru.com/images/sketchbook/thmb_drsketchys_nov1_005.jpg" width="172" /></a> <a href="http://andrewandoru.com/images/sketchbook/web_drsketchys_nov1_001.jpg" rel="lightbox[778]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/sketchbook/web_drsketchys_nov1_001.jpg?referer=');"><img src="http://andrewandoru.com/images/sketchbook/thmb_drsketchys_nov1_001.jpg" width="172" /></a> <a href="http://andrewandoru.com/images/sketchbook/web_drsketchys_nov1_007.jpg" rel="lightbox[778]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/sketchbook/web_drsketchys_nov1_007.jpg?referer=');"><img src="http://andrewandoru.com/images/sketchbook/thmb_drsketchys_nov1_007.jpg" width="172" /></a></p>
<p>Good times!  Thanks to all those involved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/11/04/sketchbook-dr-sketchys-sketchies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>look: animation très bien! . .</title>
		<link>http://www.andrewandoru.com/2009/10/30/look-animation-tres-bien/</link>
		<comments>http://www.andrewandoru.com/2009/10/30/look-animation-tres-bien/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 06:21:00 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[gobelins]]></category>
		<category><![CDATA[lighthouse]]></category>
		<category><![CDATA[maya breakdowns]]></category>
		<category><![CDATA[pencil tests]]></category>
		<category><![CDATA[The Lighthouse Keeper]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=771</guid>
		<description><![CDATA[Gobelins does what Gobelins does best:

Brilliant work by Baptiste Rogron, Gaëlle Thierry, Rony Hotin, Maïlys Vallade, Jérémie Moreau, and David François.
As always make sure to browse the blogs to see some freaking amazing concept and making of stuff:




An amazing bit of animation, beautiful high contrast, grainy imagery, great music and sound, and great idea really [...]]]></description>
			<content:encoded><![CDATA[<p>Gobelins does what Gobelins does best:</p>
<p><object width="520" height="286"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7074312&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7074312&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="520" height="286"></embed></object></p>
<p>Brilliant work by <a href="http://rogronbaptiste.blogspot.com/" onclick="pageTracker._trackPageview('/outgoing/rogronbaptiste.blogspot.com/?referer=');">Baptiste Rogron</a>, <a href="gaellethierry.blogspot.com/">Gaëlle Thierry</a>, <a href="ronyhotin.blogspot.com/">Rony Hotin</a>, <a href="mailysvallade.blogspot.com/">Maïlys Vallade</a>, <a href="mor-row.blogspot.com/">Jérémie Moreau</a>, and David François.</p>
<p>As always make sure to browse the blogs to see some freaking amazing concept and making of stuff:</p>
<p><a href="http://andrewandoru.com/images/lighthousekeep_conceptboat.png" rel="lightbox[771]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/lighthousekeep_conceptboat.png?referer=');"><img src="http://andrewandoru.com/images/lighthousekeep_conceptboat.png" width="520" /></a></p>
<p><a href="http://andrewandoru.com/images/lighthousekeep_mayaboat.png" rel="lightbox[771]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/lighthousekeep_mayaboat.png?referer=');"><img src="http://andrewandoru.com/images/lighthousekeep_mayaboat.png" alt="boat concept" width="520" /></a></p>
<p><a href="http://andrewandoru.com/images/lighthousekeep_pencil.png" rel="lightbox[771]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/lighthousekeep_pencil.png?referer=');"><img src="http://andrewandoru.com/images/lighthousekeep_pencil.png" alt="lighthouse pencil" width="520" /><br />
</a></p>
<p>An amazing bit of animation, beautiful high contrast, grainy imagery, great music and sound, and great idea really all coming together.  Bravisimo! </p>
<p>[<a href="http://www.gobelins.fr/galerie/animation/" onclick="pageTracker._trackPageview('/outgoing/www.gobelins.fr/galerie/animation/?referer=');">Gobelins</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/10/30/look-animation-tres-bien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>listen/look: monome. . .</title>
		<link>http://www.andrewandoru.com/2009/10/17/listenlearnlook-monome/</link>
		<comments>http://www.andrewandoru.com/2009/10/17/listenlearnlook-monome/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 01:40:19 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[listen]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=744</guid>
		<description><![CDATA[I love everything about monome.  Hand-crafted in the mountains, grid pattern with orange and gray squares, the technical interest required to really use one to its full potential, and most of all, it is a wide open device with many possibilities.
Take a look at what is possible with one:


And check out some more info. [...]]]></description>
			<content:encoded><![CDATA[<p>I love everything about <a href="http://monome.org/" onclick="pageTracker._trackPageview('/outgoing/monome.org/?referer=');">monome</a>.  Hand-crafted in the mountains, grid pattern with orange and gray squares, the technical interest required to really use one to its full potential, and most of all, it is a wide open device with many possibilities.</p>
<p>Take a look at what is possible with one:</p>
<p><object width="520" height="390"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=295006&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=295006&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="520" height="390"></embed></object></p>
<p><object width="520" height="390"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=418349&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=418349&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="520" height="390"></embed></object></p>
<p>And check out some more <a href="http://monome.org/series" onclick="pageTracker._trackPageview('/outgoing/monome.org/series?referer=');">info</a>.  They come in all shapes and sizes nowadays, originally starting with a 40 node grid, and as long as people keep tinkering with them, they will get more and more interesting over time.  Brilliant.</p>
<p>And if you are feeling generous my birthday is in November. . .</p>
<p>[<a href="http://monome.org/" onclick="pageTracker._trackPageview('/outgoing/monome.org/?referer=');">monome.org</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/10/17/listenlearnlook-monome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>look/learn/animate: Psyop How-To Animate. . .</title>
		<link>http://www.andrewandoru.com/2009/10/15/watchlearnanimate-psyop-how-to-animate/</link>
		<comments>http://www.andrewandoru.com/2009/10/15/watchlearnanimate-psyop-how-to-animate/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 08:11:13 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[Beijing 2008]]></category>
		<category><![CDATA[breakdowns]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[making of]]></category>
		<category><![CDATA[PSYOP]]></category>
		<category><![CDATA[Vimeo]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=741</guid>
		<description><![CDATA[It is amazing to see so many of the major commercial production houses have started to really embrace Vimeo as a place to showcase work and their processes.
PSYOP is a fantastic example, not only have they been posting up most of their recent work, they have also been posting up breakdowns of how it was [...]]]></description>
			<content:encoded><![CDATA[<p>It is amazing to see so many of the major commercial production houses have started to really embrace Vimeo as a place to showcase work and their processes.</p>
<p>PSYOP is a fantastic example, not only have they been posting up most of their recent work, they have also been posting up breakdowns of how it was conceived from start to finish.  As much as I enjoy the finished work I must say I enjoy these breakdowns and making of&#8217;s even more.</p>
<p>EDIT: Original video was removed by PSYOP, here is the complete ad:<br />
<object width="520" height="390"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7141200&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7141200&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="520" height="390"></embed></object>></embed></object></p>
<p>Great stuff!  Check out the rest on their Vimeo page.</p>
<p>[<a href="http://vimeo.com/psyop" onclick="pageTracker._trackPageview('/outgoing/vimeo.com/psyop?referer=');">PSYOP - Vimeo</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/10/15/watchlearnanimate-psyop-how-to-animate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>game: Machinarium. . .</title>
		<link>http://www.andrewandoru.com/2009/10/11/game-machinarium/</link>
		<comments>http://www.andrewandoru.com/2009/10/11/game-machinarium/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 02:36:31 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[little robots]]></category>
		<category><![CDATA[lost little robot]]></category>
		<category><![CDATA[Machinarium]]></category>
		<category><![CDATA[puzzle]]></category>
		<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=734</guid>
		<description><![CDATA[When I first saw screenshots of this game, I almost cried with joy:


When I saw the trailers I shed a tear of joy:

When I got to play the demo, tears of joy flew from my face.  I would have been incredibly happy just to see still images that looked this fantastic, but when they [...]]]></description>
			<content:encoded><![CDATA[<p>When I first saw screenshots of this game, I almost cried with joy:</p>
<p><a href="http://andrewandoru.com/images/machinarium_vytah.jpg" rel="lightbox[734]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/machinarium_vytah.jpg?referer=');"><img src="http://andrewandoru.com/images/machinarium_vytah.jpg" alt="machinarium vytah" width="520" /></a></p>
<p><a href="http://andrewandoru.com/images/machinarium_predhernou.jpg" rel="lightbox[734]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/machinarium_predhernou.jpg?referer=');"><img src="http://andrewandoru.com/images/machinarium_predhernou.jpg" alt="machinarium predhernou" width="520" /></a></p>
<p>When I saw the trailers I shed a tear of joy:</p>
<p><object width="520" height="293"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5937984&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5937984&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="520" height="293"></embed></object></p>
<p>When I got to play the <a href="http://www.bigdownload.com/games/machinarium/pc/machinarium-demo-mac/" onclick="pageTracker._trackPageview('/outgoing/www.bigdownload.com/games/machinarium/pc/machinarium-demo-mac/?referer=');">demo</a>, tears of joy flew from my face.  I would have been incredibly happy just to see still images that looked this fantastic, but when they have been made to be interactive, and when it has been done this well, something magical occurs.  The artwork is gorgeous and plucking at my heart strings with every new scene, the characters, the environments, aren&#8217;t just pretty, they are clever in many senses as well.  The puzzles are put together in a way that actually make you do some thinking, and make you smile when you solve them.  The animation is top notch as well, there are a lot of nice little touches throughout the demo with little bits of interaction that are fantastic.</p>
<p><a href="http://andrewandoru.com/images/machinarium_04_bigger.jpg" rel="lightbox[734]" onclick="pageTracker._trackPageview('/outgoing/andrewandoru.com/images/machinarium_04_bigger.jpg?referer=');"><img src="http://andrewandoru.com/images/machinarium_04_bigger.jpg" alt="machinarium mezi" width="520" /></a></p>
<p>I have never played a game that was just so gorgeous that I played through a demo many times just to checkout the artwork some more.  Bravo!!!!</p>
<p>One more thing to just further my obsession with little robots, I welcome more! . .</p>
<p>[<a href="http://machinarium.net/index.html" onclick="pageTracker._trackPageview('/outgoing/machinarium.net/index.html?referer=');">Machinarium.net</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/10/11/game-machinarium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>look: animmmmation! . .</title>
		<link>http://www.andrewandoru.com/2009/10/10/watch-animmmmation/</link>
		<comments>http://www.andrewandoru.com/2009/10/10/watch-animmmmation/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 07:05:29 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[animation]]></category>
		<category><![CDATA[look]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=732</guid>
		<description><![CDATA[I watch a lot of random animation, films, shorts, commercials, tests, whatever.  I figured I may as well start sharing some of my favorites on a more consistent basis because it keeps me hunting for more.
Start with a nice little short by Eran Hilleli called &#8220;knowledge of the cone&#8221;

I am really partial to the [...]]]></description>
			<content:encoded><![CDATA[<p>I watch a lot of random animation, films, shorts, commercials, tests, whatever.  I figured I may as well start sharing some of my favorites on a more consistent basis because it keeps me hunting for more.</p>
<p>Start with a nice little short by <a href="http://eranhilleli.com" onclick="pageTracker._trackPageview('/outgoing/eranhilleli.com?referer=');">Eran Hilleli</a> called &#8220;knowledge of the cone&#8221;</p>
<p><object width="520" height="293"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1378417&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1378417&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="520" height="293"></embed></object></p>
<p>I am really partial to the character design and style of the motion.  Angular characters and quick direct emphasized motions definitely do it for me, and I always enjoy a good slap in the face.  Check out the website, as there is a good collection of other work.</p>
<p>[<a href="http://eranhilleli.com" onclick="pageTracker._trackPageview('/outgoing/eranhilleli.com?referer=');">eran hilleli</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/10/10/watch-animmmmation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>technology: iPhone icon. . .</title>
		<link>http://www.andrewandoru.com/2009/09/26/technology-iphone-icon/</link>
		<comments>http://www.andrewandoru.com/2009/09/26/technology-iphone-icon/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 05:42:53 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[home screen]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone icon]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=724</guid>
		<description><![CDATA[
Did you know you can look at this website on an iPhone!?  Who knew?  Now. . .if you add this site to your homescreen you will also get a sexy icon to go along with it, because who can go a day without checking up on what I am up to?
For the nerds: [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://andrewandoru.com/images/iphone_icon_screenshot.jpg" alt="iphone icon" /></p>
<p>Did you know you can look at this website on an iPhone!?  Who knew?  Now. . .if you add this site to your homescreen you will also get a sexy icon to go along with it, because who can go a day without checking up on what I am up to?</p>
<p><em><span style="color: #000000;">For the nerds:</span></em> you can easily setup your site with this functionality by including a file named &#8220;apple-touch-icon.png&#8221; in the root of your site.  Most people recommend starting with a simple square 158&#215;158 (72dpi) image, you don&#8217;t have to worry about round corners or anything, the iPhone will take care of that for you.</p>
<p><img src="http://andrewandoru.com/images/ex_apple-touch-icon.png" alt="" /></p>
<p>My icon in it&#8217;s original form.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/09/26/technology-iphone-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>learn: TED &#8211; Jonathan Zittrain. . .</title>
		<link>http://www.andrewandoru.com/2009/09/26/learn-ted-jonathan-zittrain/</link>
		<comments>http://www.andrewandoru.com/2009/09/26/learn-ted-jonathan-zittrain/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 04:51:35 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[learn]]></category>
		<category><![CDATA[Jonathan Zittrain]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[The Web as random acts of kindness]]></category>

		<guid isPermaLink="false">http://www.andrewandoru.com/?p=722</guid>
		<description><![CDATA[
A fantastic bit of information, humor, and ideas so eloquently dropped by Mr. Jonathan Zittrain.
[TED - The Web as random acts of kindness]
]]></description>
			<content:encoded><![CDATA[<p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/JonathanZittrain_2009G-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/JonathanZittrain-2009G.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=640&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=jonathan_zittrain_the_web_is_a_random_act_of_kindness;year=2009;theme=media_that_matters;theme=the_rise_of_collaboration;theme=speaking_at_tedglobal2009;theme=new_on_ted_com;event=TEDGlobal+2009;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/JonathanZittrain_2009G-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/JonathanZittrain-2009G.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=640&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=jonathan_zittrain_the_web_is_a_random_act_of_kindness;year=2009;theme=media_that_matters;theme=the_rise_of_collaboration;theme=speaking_at_tedglobal2009;theme=new_on_ted_com;event=TEDGlobal+2009;"></embed></object></p>
<p>A fantastic bit of information, humor, and ideas so eloquently dropped by Mr. Jonathan Zittrain.</p>
<p>[<a href="http://www.ted.com/talks/jonathan_zittrain_the_web_is_a_random_act_of_kindness.html" onclick="pageTracker._trackPageview('/outgoing/www.ted.com/talks/jonathan_zittrain_the_web_is_a_random_act_of_kindness.html?referer=');">TED - The Web as random acts of kindness</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewandoru.com/2009/09/26/learn-ted-jonathan-zittrain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
