<?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>Andrei Serghiuta Espinoza</title>
	<atom:link href="http://andrei-art.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrei-art.com/wordpress</link>
	<description>Portfolio</description>
	<lastBuildDate>Sat, 24 Mar 2012 18:17:39 +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>Maya RenderFarm Setup</title>
		<link>http://andrei-art.com/wordpress/2011/08/maya-renderfarm-setup/</link>
		<comments>http://andrei-art.com/wordpress/2011/08/maya-renderfarm-setup/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 19:03:00 +0000</pubDate>
		<dc:creator>AndreiSE</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Maya]]></category>

		<guid isPermaLink="false">http://andrei-art.com/wordpress/?p=1467</guid>
		<description><![CDATA[This past weekend I finally got my new computer parts together, and built my first render farm. Although it is small at the moment (only two additional nodes aside from my workstation), it certainly does make a big difference. I&#8217;ll add more nodes in the future, but I&#8217;ll probably be limited to 4 nodes in [...]]]></description>
			<content:encoded><![CDATA[<p>This past weekend I finally got my new computer parts together, and built my first render farm. Although it is small at the moment (only two additional nodes aside from my workstation), it certainly does make a big difference. I&#8217;ll add more nodes in the future, but I&#8217;ll probably be limited to 4 nodes in total. The reason for this max is actually the power breaker and storage limitations. Even with the low power consumption of the core i7 2600k CPUs, it still adds up to a fairly high draw on the same socket as my workstation.</p>
<p>Now, the reason for this post is to provide a mini walkthrough in setting up a small render farm at home. Not surprisingly, the information available out there is rather sparse and all spread out. It took me a couple of days and nights of figuring everything out, but hopefully this will help you get everything sorted out faster.</p>
<p>My goal for the render farm is to use it for distributed Maya and AfterEffects rendering. These are my two primary software packages for the freelance work that I do, and rendering can certainly be quite time-consuming. Aside from the specific mentalRay satellite setup, the rest of the steps to set up the render-farm will certainly apply to pretty much any other 3D setup.</p>
<h2>STEP 1 &#8211; hardware</h2>
<p>The first thing to consider is the computer equipment. In my case, I am familiar and comfortable putting together my own computer systems, and so I order all of the parts individually. For this, I use <a href="http://www.newegg.ca">newegg.ca</a>, as their prices are pretty much unbeatable. What you want from a render farm node is basically only the ability to connect to the network and render out images. You also want it to be as inexpensive as possible, use as little energy as possible and be as small as possible. In my case, since I have these computers in the same room as my office, other considerations were the quiet factor and looks. This led me to pick the following components:</p>
<p>CPU: <a href="http://www.newegg.ca/Product/Product.aspx?Item=N82E16819115070">Intel Core i7 2600k</a><br />
Motherboard: <a href="http://www.newegg.ca/Product/Product.aspx?Item=N82E16813131713">ASUS P8H67-M LX (REV 3.0) </a><br />
Power Supply: <a href="http://www.newegg.ca/Product/Product.aspx?Item=N82E16817139026">Corsair CX430</a><br />
Chassis: <a href="http://www.newegg.ca/Product/Product.aspx?Item=N82E16811163158">Black Silverstone Grandia GD04B</a><br />
RAM: <a href="http://www.newegg.ca/Product/Product.aspx?Item=N82E16820231311">G.SKILL Ripjaws Series 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1333 (PC3 10666)</a><br />
HD: <a href="http://www.newegg.ca/Product/Product.aspx?Item=N82E16822136770">WesternDigital Caviar Blue 320GB</a></p>
<p>Some notes here: Since this CPU has an integrated video card when paired with an H67 motherboard, there was no need to buy a video card. For regular CPUs you want to look for a motherboard that comes with an integrated video chip option. There is absolutely no need for buying a separate video card.</p>
<p>Another consideration is the HD. In this case I simply went with the cheapest possible option at this time. There certainly is no need whatsoever for that much HD space, as all I&#8217;ll have installed on the node is the OS, RenderingSoftware (Maya, AfterEffects, etc) some small diagnostics, VNC programs, and the render queue client. This will take less than 60GB, if even 50GB. Also, a very fast HD is quite unnecessary, so it makes little sense currently to pay the extra premium for the SSD drives. The only reasons for buying an SSD drive instead is actually the weight, power draw, and heat. However, at this time they&#8217;re not really worth the premium.</p>
<p>There are smaller microATX cases out there, but an issue with them is cooling and noise. Smaller fans tend to be significantly louder, and the fact that I have the render farm located in the same room as my office makes proper case cooling more important, especially when I plan to overclock the CPUs by a moderate amount. Also, a larger HTPC case also offers the possibility of installing somewhat larger CPU fans for overclocking ability. They&#8217;re still small enough to stack together.</p>
<p>I also bought a cheap DVD drive, to be used in one of the nodes for installing the OS. Once the OS and basic software was installed on the first node, then it is just a matter of cloning the HD. This, of course, applies only when the rest of your render nodes use the exact same CPU and motherboard (the RAM could probably be different, but not 100% sure).</p>
<p>Lastly, a consideration to have is the network setup. In my case, since I have so few nodes, I opted to have them all connected directly to my router. Once I will be adding more nodes, I will have to get a network switch, for the extra ports. With more nodes, the network access to the main workstation also becomes an issue, and in that case having a NAS (network attached storage) set up would help things considerably.</p>
<h2>STEP 2 &#8211; install OS and programs</h2>
<p>Installing the OS and duplicating it to the other nodes is a pretty straight-forward step. In my case I use Windows 7, which is the same as my workstation. This ensures that I will have the least amount of headaches with the networking setup overall, and headaches are the last thing I&#8217;m looking for <img src='http://andrei-art.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Additional programs that I installed are the following: <a href="http://www.piriform.com/ccleaner">CCleaner</a>, <a href="http://www.tightvnc.com/">TightVNC</a> (for remote desktop control), Backburner (which comes with the Maya install), <a href="http://usa.autodesk.com/adsk/servlet/ps/dl/index?siteID=123112&#038;id=2334435&#038;linkID=9242259#section1">mentalRay Satellite</a> (download from your latest update link), and HWiNFO32 (mainly for CPU monitoring).</p>
<p>An additional item to set up are the network settings. You do want to create a static local IP, and to do that you need to follow the instructions <a href="http://portforward.com/networking/static-win7.htm">here</a>. These will also be based on your current router settings, so you need to be familiar with that.</p>
<h2>STEP 3 &#8211; remote desktop connection</h2>
<p>VNC, Maya, Mental Ray and render queue manager setup is next. First of all, let&#8217;s take a look at the VNC setup. As you may know, Windows 7 Ultimate and Enterprise come with RemoteDesktop capability. However, there are a couple of important limitations to this solution. First of all, you have to buy the more expensive windows version, and secondly you will run into licensing issues with certain types of FLEXlm licenses. These licensing issues will come up because activating these licenses will not work through RemoteDesktop. This is where a free VNC program like TightVNC comes in to save the day. It actually allows you to connect to your render node and log in remotely as though you are actually connected directly to it through a keyboard, mouse and monitor. RemoteDesktop from Windows doesn&#8217;t work quite that way. </p>
<p>Here are a few tips for setting up TightVNC to work as smoothly as possible. At first, with your first connection, you may notice that it is very laggy. To fix this there are a number of things you will want to do. </p>
<p>1. First of all, open the Configuration options for the TightVNC server running on your render node. Here you will want to change the <strong>Screen polling cycle</strong> to the minimum of 30ms.</p>
<p>2. Open up the<strong> Control Panel\System and Security\System</strong> window, and click on <strong>Advanced system settings</strong>. Here, under <strong>Advanced->Performance</strong>, click the <strong>Settings button</strong>. You will want to check off most of the fancy Visual Effects, especially Desktop Composition. This will turn off the Aero interface, which will speed up the screen update significantly. Disabling all the fading effects will also speed up the update considerably.</p>
<p>3. Change the desktop bit depth to 16-bit instead of the default 32-bit. </p>
<h2>STEP 4 &#8211; Maya and mental ray </h2>
<p>In order to distribute rendering to the render nodes, Maya has to be installed on the render node as well as the main workstation. Fortunately, for small render farms this isn&#8217;t an issue, as Maya comes with free network license for up to 5 or 8 additional nodes. See the FLEXlm network license server instructions. This is pretty straight-forward.</p>
<p>The tricky part comes in with the mentalray satellite setup. The mentalray satellite system is used specifically for distributing render tiles on a single frame across multiple render nodes. This works both with the mayabatch as well as within Maya with the Render Frame and IPR functions. First of all, download and install the mentalRay Satellite on the render node. You don&#8217;t need to install anything extra on the main workstation.</p>
<p>The way the satellite works over the network is basically in two parts:<br />
1. First of all, once you install the satellite, there will be a service that runs in the background on the render node machine, and that service listens for requests over the network. This will start automatically when you boot up the machine.<br />
2. On the main workstation, Maya will look for a file called maya.rayhosts located in your C:\Users\YourAccount\Documents\maya folder. This file needs to contain the names or IPs of each of your render nodes, with a name per line like this:</p>
<p>RENDERNODE1-PC.local:7412<br />
RENDERNODE2-PC.local:7412<br />
RENDERNODE3-PC.local:7412<br />
RENDERNODE4-PC.local:7412</p>
<p>The RENDERNODE1-PC is the name of the render node computer, and the 7412 is the port used by the mentalRay satellite service to listen for render requests. This port is for the current mentalRay 3.9 that comes with Maya 2012. In the past I believe this port was a different number. To find out exactly what port the satellite service uses, or to change it, simply open the services file in C:\Windows\System32\drivers\etc. You will likely find the mental ray service at the bottom of the file.</p>
<p>Now, once you have the maya.rayhosts file created, you need to make sure that the mentalRay satellite executable is added to your Windows firewall exception list (or whatever firewall you have). You also need to go to your router&#8217;s control panel and make sure to add that 7412 port to allow connections for each of your render nodes. Once you have all this set up, Maya will be able to distribute render tiles/buckets to all render nodes specified in the maya.rayhosts file.</p>
<p>One last thing to setup now is a way to enable/disable the maya.rayhosts file. Why do you need to do this? This is needed because when you use a render queue manager like Backburner to distribute animation frames across multiple render nodes, this will automatically also launch the mentalray satellite if using mentalRay as the main renderer. What you will have happen is actually using the satellite to distribute buckets from each frame to all render nodes at the same time as the render queue manager also sending individual frames to each render node. This is bad <img src='http://andrei-art.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>So, when you want to use the render queue manager to distribute individual frames, you want to first disable the maya.rayhosts file, so that mental Ray doesn&#8217;t see additional satellites. For this, I created two .bat files in the maya folder where the maya.rayhosts file is located. In one of them I wrote:</p>
<p>rename maya.rayhosts maya.rayhosts.bak</p>
<p>and in the other one I wrote the opposite, where I rename it back to normal. Then I made shortcuts to these two .bat files on my desktop toolbar.</p>
<p>Keep in mind that Maya reads the maya.rayhosts file only upon startup, so if you need to enable or disable it, you will have to do it before starting Maya.</p>
<h2>STEP 5 &#8211; render queue manager and auto login</h2>
<p>Backburner comes free with Maya now, and this is a decent solution for a small renderfarm. It&#8217;s very easy to install and use. However, there are other solutions out there with more options. The downside is that they&#8217;re not free. One solution that I tested and really liked is the <a href="http://www.thinkboxsoftware.com/">Deadline</a> manager from ThinkBox. This has many additional options, but also a somewhat more complicated setup.</p>
<p>Either way, regardless of what your manager is, there will be a couple of things that you want to set up in order have this work as smoothly as possible.</p>
<p>1. You need to make sure that your projects reside in a shared folder, and that you map that folder as a network drive to your render nodes. What I did was to make my whole drive shared (I use a separate drive for my projects), then map that drive to the render nodes with the same letter as I have it on my main workstation. This allows me to keep all links intact, as E:\Projects would be the same on my workstation as it would be on my render node.</p>
<p>2. You need to set up Windows on your render node to login automatically upon startup. This is so that your render queue manager can start up automatically when you boot up the render node, without the need for you to remotely log in to each render node first. To do this, follow <a href="http://www.petri.co.il/configuring_autologon.htm">these instructions</a>, or do a search on the web for &#8220;windows 7 autologon registry&#8221;</p>
<h2>STEP 6 &#8211; clone the drive</h2>
<p>Finally, in order to clone the HD to the HDs for the other nodes, I use a free program called <a href="http://www.todo-backup.com/download/">EaseUS Todo Backup</a>. I hooked up the second HD to an enclosure and connected it to the render node through USB. The cloning process took about 40minutes. It basically creates an exact replica, including the partitions. After that all I have to do is install the cloned drive into its own render node, fire it up, and windows will start automatically with everything set up.</p>
<p>From there, make sure to log in remotely and change the static IP to a new one.</p>
<p>Best of luck, and I&#8217;d love to hear your suggestions and contributions if you have better ways of setting this up.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrei-art.com/wordpress/2011/08/maya-renderfarm-setup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>2010 Shorty Award for Best Social Game</title>
		<link>http://andrei-art.com/wordpress/2011/04/2010-shorty-award-for-best-social-game/</link>
		<comments>http://andrei-art.com/wordpress/2011/04/2010-shorty-award-for-best-social-game/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 23:57:04 +0000</pubDate>
		<dc:creator>AndreiSE</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://andrei-art.com/wordpress/?p=1460</guid>
		<description><![CDATA[The Gillette Blade Challenge game has made Shorty&#8217;s list for Best Social Game of 2010. Check it out!]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://andrei-art.com/wordpress/2010/03/gillettes-blade-change-challenge/">Gillette Blade Challenge</a> game has made Shorty&#8217;s list for Best Social Game of 2010.</p>
<p><a href="http://shortyawards.com/industry_awards/social_game">Check it out!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrei-art.com/wordpress/2011/04/2010-shorty-award-for-best-social-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Temptation</title>
		<link>http://andrei-art.com/wordpress/2011/03/temptation/</link>
		<comments>http://andrei-art.com/wordpress/2011/03/temptation/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 02:34:57 +0000</pubDate>
		<dc:creator>AndreiSE</dc:creator>
				<category><![CDATA[Portraits]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://andrei-art.com/wordpress/?p=1456</guid>
		<description><![CDATA[Beautiful Model Chrissi Maria. The hair and makeup provided by my lovely wife&#8217;s services &#8211; Bombshell Hair Design.]]></description>
			<content:encoded><![CDATA[<p>Beautiful Model <a href="http://www.modelmayhem.com/274208">Chrissi Maria</a>. The hair and makeup provided by my lovely wife&#8217;s services &#8211; <a href="http://www.modelmayhem.com/1602102">Bombshell Hair Design</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrei-art.com/wordpress/2011/03/temptation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glamorous</title>
		<link>http://andrei-art.com/wordpress/2011/03/glamourous/</link>
		<comments>http://andrei-art.com/wordpress/2011/03/glamourous/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 02:29:23 +0000</pubDate>
		<dc:creator>AndreiSE</dc:creator>
				<category><![CDATA[Portraits]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://andrei-art.com/wordpress/?p=1452</guid>
		<description><![CDATA[Beautiful Model Chrissi Maria. The hair and makeup provided by my lovely wife&#8217;s services &#8211; Bombshell Hair Design.]]></description>
			<content:encoded><![CDATA[<p>Beautiful Model <a href="http://www.modelmayhem.com/274208">Chrissi Maria</a>. The hair and makeup provided by my lovely wife&#8217;s services &#8211; <a href="http://www.modelmayhem.com/1602102">Bombshell Hair Design</a>.</p>
<p><a id="fancybox" ref="gallery1" href="http://andrei-art.com/wordpress/wp-content/uploads/2011/03/Chrissi3_large.jpg"><img src="http://andrei-art.com/wordpress/wp-content/uploads/2011/03/Chrissi3_small.jpg"></a><a id="fancybox" ref="gallery1" href="http://andrei-art.com/wordpress/wp-content/uploads/2011/03/Chrissi3_large1.jpg"><img src="http://andrei-art.com/wordpress/wp-content/uploads/2011/03/Chrissi3_small1.jpg"></a><a id="fancybox" ref="gallery1" href="http://andrei-art.com/wordpress/wp-content/uploads/2011/03/Chrissi3_large2.jpg"><img src="http://andrei-art.com/wordpress/wp-content/uploads/2011/03/Chrissi3_small2.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrei-art.com/wordpress/2011/03/glamourous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Braid Maiden</title>
		<link>http://andrei-art.com/wordpress/2011/03/braid-maiden/</link>
		<comments>http://andrei-art.com/wordpress/2011/03/braid-maiden/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 02:19:47 +0000</pubDate>
		<dc:creator>AndreiSE</dc:creator>
				<category><![CDATA[Portraits]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://andrei-art.com/wordpress/?p=1450</guid>
		<description><![CDATA[Beautiful Model Chrissi Maria. The hair and makeup provided by my lovely wife&#8217;s services &#8211; Bombshell Hair Design.]]></description>
			<content:encoded><![CDATA[<p>Beautiful Model <a href="http://www.modelmayhem.com/274208">Chrissi Maria</a>. The hair and makeup provided by my lovely wife&#8217;s services &#8211; <a href="http://www.modelmayhem.com/1602102">Bombshell Hair Design</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrei-art.com/wordpress/2011/03/braid-maiden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pretty in Green</title>
		<link>http://andrei-art.com/wordpress/2011/03/pretty-in-green/</link>
		<comments>http://andrei-art.com/wordpress/2011/03/pretty-in-green/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 02:17:07 +0000</pubDate>
		<dc:creator>AndreiSE</dc:creator>
				<category><![CDATA[Portraits]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://andrei-art.com/wordpress/?p=1448</guid>
		<description><![CDATA[Beautiful Model Chrissi Maria. The hair and makeup provided by my lovely wife&#8217;s services &#8211; Bombshell Hair Design.]]></description>
			<content:encoded><![CDATA[<p>Beautiful Model <a href="http://www.modelmayhem.com/274208">Chrissi Maria</a>. The hair and makeup provided by my lovely wife&#8217;s services &#8211; <a href="http://www.modelmayhem.com/1602102">Bombshell Hair Design</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrei-art.com/wordpress/2011/03/pretty-in-green/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppliedArts Mag Interactive Awards 2010</title>
		<link>http://andrei-art.com/wordpress/2011/03/appliedarts-mag-interactive-awards-2010/</link>
		<comments>http://andrei-art.com/wordpress/2011/03/appliedarts-mag-interactive-awards-2010/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 00:25:20 +0000</pubDate>
		<dc:creator>AndreiSE</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://andrei-art.com/wordpress/?p=1439</guid>
		<description><![CDATA[If you pick up a copy of the current issue of AppliedArts Magazine, you may notice my name in connection with three projects being showcased for the Interactive Awards this year. First off, my good friend at Proximity Canada, Ari Elkouby, was one of the judges this year, and being a really creative guy, he [...]]]></description>
			<content:encoded><![CDATA[<p>If you pick up a copy of the current issue of AppliedArts Magazine, you may notice my name in connection with three projects being showcased for the Interactive Awards this year.</p>
<p>First off, my good friend at Proximity Canada, Ari Elkouby, was one of the judges this year, and being a really creative guy, he decided to make his appearance truly special. Check out this website, and the AR piece on which I collaborated with Proximity and Commix. Please note that you&#8217;ll need a copy of the current issue of AppliedArts in order to see the interactive piece.</p>
<p><a href="http://FewWereChosen.ca/" target="_blank">FewWereChosen.ca</a></p>
<p>I was also quoted on the <a href="http://www.appliedartsmag.com/blog/?p=4675" target="_blank">AppliedArts Mag Blog</a> regarding this project.</p>
<p>In addition to my work on the AR piece above, two of the projects that I worked on last year were winners in the Interactive Awards. You can see them being showcased online as well:</p>
<p>The first is the  <a href="http://www.appliedartsmag.com/winners_details.php?id=1757&#038;headerName=h_awards_winners_interactive&#038;clip=1&#038;year=2010" target="_blank">Facebook Gillette Blade Change Challenge game</a>.</p>
<p>The second is the <a href="http://www.appliedartsmag.com/winners_details.php?id=1814&#038;year=2010&#038;clip=1&#038;headerName=h_awards_winners_interactive" target="_blank">Pedigree Adoption Drive</a>, for which I rendered most of the icons used on the interactive <a href="http://www.mypedigree.ca/site/EN/adoption/Select-A-Dog/Start.aspx" target="_blank">Breed Selector</a> part of the website.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrei-art.com/wordpress/2011/03/appliedarts-mag-interactive-awards-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SmartMan</title>
		<link>http://andrei-art.com/wordpress/2011/02/smartman/</link>
		<comments>http://andrei-art.com/wordpress/2011/02/smartman/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 16:03:14 +0000</pubDate>
		<dc:creator>AndreiSE</dc:creator>
				<category><![CDATA[3D Art]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Character]]></category>
		<category><![CDATA[Maya]]></category>

		<guid isPermaLink="false">http://andrei-art.com/wordpress/?p=1431</guid>
		<description><![CDATA[This was initially created in September of 2010 as part of a pitch package for Dempster&#8217;s. The little Smartman animation was actually used as an Augmented Reality demo, showcasing a new design for the character. The mouth wasn&#8217;t animated, as we couldn&#8217;t use blend-shapes in the AR demo. View Video Right-Click to Download Video &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>This was initially created in September of 2010 as part of a pitch package for Dempster&#8217;s. The little Smartman animation was actually used as an Augmented Reality demo, showcasing a new design for the character.</p>
<p>The mouth wasn&#8217;t animated, as we couldn&#8217;t use blend-shapes in the AR demo.</p>
<p><a class="smartManMov" href="http://andrei-art.com/wordpress/wp-content/themes/gallery/smartManAnimation.html" >View Video</a><br />
<a href="http://andrei-art.com/wordpress/wp-content/uploads/2011/02/smartManAnimation.mov" >Right-Click to Download Video &#8211; 4MB</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrei-art.com/wordpress/2011/02/smartman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://andrei-art.com/wordpress/wp-content/uploads/2011/02/smartManAnimation.mov" length="4167596" type="video/quicktime" />
		</item>
		<item>
		<title>Cesar Dinner</title>
		<link>http://andrei-art.com/wordpress/2011/02/cesar-dinner/</link>
		<comments>http://andrei-art.com/wordpress/2011/02/cesar-dinner/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 05:29:37 +0000</pubDate>
		<dc:creator>AndreiSE</dc:creator>
				<category><![CDATA[3D Art]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Maya]]></category>

		<guid isPermaLink="false">http://andrei-art.com/wordpress/?p=1426</guid>
		<description><![CDATA[This is part of the packaging for a new Cesar Bistro product, and also part of their new Facebook Campaign. I created the Hankerchiefs in 3D, and also the spoon, plate, and package set at the bottom of the picture. The photo of Maggie was supplied by Cesar. The project was handled by Proximity Canada.]]></description>
			<content:encoded><![CDATA[<p>This is part of the packaging for a new Cesar Bistro product, and also part of their new <a href="http://www.facebook.com/CesarCanada">Facebook Campaign</a>. I created the Hankerchiefs in 3D, and also the spoon, plate, and package set at the bottom of the picture. The photo of Maggie was supplied by Cesar. The project was handled by <a href="http://www.proximity.ca/EN/">Proximity Canada</a>.</p>
<p><a id="fancybox" ref="gallery1" href="http://andrei-art.com/wordpress/wp-content/uploads/2011/02/CesarHandkerchief_large.jpg"><img src="http://andrei-art.com/wordpress/wp-content/uploads/2011/02/CesarHandkerchief_small.jpg"></a><a id="fancybox" ref="gallery1" href="http://andrei-art.com/wordpress/wp-content/uploads/2011/02/CesarSet_large.jpg"><img src="http://andrei-art.com/wordpress/wp-content/uploads/2011/02/CesarSet_small.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrei-art.com/wordpress/2011/02/cesar-dinner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

