<?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>tube &#187; pre-production</title>
	<atom:link href="http://tube.freefac.org/post/category/pre-production/feed" rel="self" type="application/rss+xml" />
	<link>http://tube.freefac.org</link>
	<description>epic production notes</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:24:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Making a &#8216;Make Movie&#8217; Button, Part 1</title>
		<link>http://tube.freefac.org/post/makemoviepart1</link>
		<comments>http://tube.freefac.org/post/makemoviepart1#comments</comments>
		<pubDate>Sat, 22 May 2010 14:17:41 +0000</pubDate>
		<dc:creator>bassam</dc:creator>
				<category><![CDATA[pipeline]]></category>
		<category><![CDATA[pre-production]]></category>
		<category><![CDATA[production]]></category>

		<guid isPermaLink="false">http://tube.freefac.org/?p=1352</guid>
		<description><![CDATA[Pre-production Pipeline Even during pre-production, a project can rapidly become a mess if you are not careful. In this phase, the assets to manage are: script (for us, a Celtx project) breakdown ( a document with shot by shot list for the movie) storyboard images &#8211; one per shot, in our case typically done in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Pre-production Pipeline</strong></p>
<p>Even during pre-production, a project can rapidly become a mess if you are not careful. In this phase, the assets to manage are:<a href="http://tube.freefac.org/wp/wp-content/uploads/2010/05/mess.png" rel="shadowbox[post-1352];player=img;"><img class="aligncenter size-medium wp-image-1438" title="mess" src="http://tube.freefac.org/wp/wp-content/uploads/2010/05/mess-300x225.png" alt="" width="300" height="225" /></a></p>
<ul>
<li>script (for us, a Celtx project)</li>
<li>breakdown ( a document with shot by shot list for the movie)</li>
<li>storyboard images &#8211; one per shot, in our case typically done in Gimp</li>
<li>animatic &#8211; usually generated from modified storyboard images, but sometimes  from .blend or other files, the animatic is a draft of the movie with minimal animation (camera anim, few in-betweens per shot, etc).</li>
</ul>
<p>moving into production, we also need to manage:</p>
<ul>
<li>shot file or files</li>
<li>production reference library</li>
<li>production edit</li>
</ul>
<p>Adding a shot can be an ad-hoc process: assign it a name and number in the  breakdown, make a storyboard image, then work on any number of source  gimp and blender files to generate some .pngs or .avis that are finally  referenced in the sequencer. Rinse and repeat, and you end up with  hundreds of disorganized files, touching any of which  will break the animatic edit&#8211;a situation far from ideal.</p>
<p><strong>Organization</strong></p>
<p>If you look at Jarred&#8217;s <a href="http://tube.freefac.org/post/sequence-scripting-madness">earlier post</a> , you can see the beginnings of the solution. We had some issues from using a patched Blender and were still looking at a lot of manual work to add a shot into the production. Most of these problems we solved with a slight re-organization of the preproduction directory:</p>
<p><a href="http://tube.freefac.org/wp/wp-content/uploads/2010/05/filestructure.png" rel="shadowbox[post-1352];player=img;"><img class="alignleft size-medium wp-image-1403" title="filestructure" src="http://tube.freefac.org/wp/wp-content/uploads/2010/05/filestructure-300x262.png" alt="" width="300" height="262" /></a><br />
As you can see, the main folder contains source files (which should eventually be moved to their own subfolder), the breakdown and the edit. The source files generate the shots: all their filenames begin with xxx_yyyyyy, where xxx is the shot number, and yyyyyy is the short description from the breakdown. These are all checked into SVN. A subfolder called images/ contains various subfolders, one per shot, with the name xxx_yyyyyy. These contain every image, image sequence, movie or other file that is referenced by the edit.</p>
<p>Now we no longer need a modified Blender, since we don&#8217;t need to edit the names of the image files, just their paths.</p>
<p><strong>Introducing Geppetto</strong></p>
<p>The next step towards improving <em>anything</em> is coming up with a cool name. To wit, &#8216;sequence_add_and_rename_shots.py &#8212; our former Python script for resequencing shots &#8212; becomes Geppetto, for the puppet master himself.<br />
<a href="http://tube.freefac.org/wp/wp-content/uploads/2010/05/gepettofull.png" rel="shadowbox[post-1352];player=img;"><img class="aligncenter size-medium wp-image-1414" title="gepettofull" src="http://tube.freefac.org/wp/wp-content/uploads/2010/05/gepettofull-300x164.png" alt="" width="500" height="273" /></a><br />
<strong>Ordering the Edit</strong></p>
<p><a href="http://tube.freefac.org/wp/wp-content/uploads/2010/05/sequence.png" rel="shadowbox[post-1352];player=img;"><img class="alignleft size-medium wp-image-1411" title="sequence" src="http://tube.freefac.org/wp/wp-content/uploads/2010/05/sequence-300x180.png" alt="" width="300" height="180" /></a> Now our directories were organized, but the edit looked a mess! it would be nice to have each shot as a strip, not a collection of strips and effects. So we used Blender&#8217;s metastrip feature, which basically allows you to encapsulate any collection of related strips in the sequencer (strips in Blender are like clips in other editors) with one &#8216;metastrip&#8217; &#8211; kinda like a strip folder. We gave each of these the name xxx (the shot number)- now when you look at the edit from the top view, all you see is shots, not the layering of all the background, foreground, etc. elements coupled with effects and transforms to make them move.</p>
<p><strong>Hooking it into Geppetto</strong></p>
<p>All this organization makes things easy to automate. Geppetto currently provides an:</p>
<ul>
<li>&#8216;Add Shot&#8217; Button which lets you type in the shot number and name and then does the following:<a href="http://tube.freefac.org/wp/wp-content/uploads/2010/05/shot_adder.png" rel="shadowbox[post-1352];player=img;"><img class="aligncenter size-medium wp-image-1421" title="shot_adder" src="http://tube.freefac.org/wp/wp-content/uploads/2010/05/shot_adder-300x45.png" alt="" width="300" height="45" /></a>
<ol>
<li>Adds the shot to the breakdown (you no longer edit the breakdown by hand, but use Geppetto instead)</li>
<li>Creates a source .xcf file with the name xxx_yyyyy.xcf , adds, and commits to svn</li>
<li>Creates a folder of the name xxx_yyyyy in images/ and makes a .png single frame in it</li>
<li>Links the image into the sequence editor as a strip at the current frame position</li>
<li>Encapsulates the image into a meta strip with the name xxx</li>
</ol>
</li>
<li>&#8216;Remove Shot&#8217; Button: basically lets you type in which shot to remove , and takes it out of svn, the edit, the breakdown, everywhere. The files go to a junk folder so you don&#8217;t lose it for good.<a href="http://tube.freefac.org/wp/wp-content/uploads/2010/05/shot_remover.png" rel="shadowbox[post-1352];player=img;"><img class="aligncenter size-medium wp-image-1427" title="shot_remover" src="http://tube.freefac.org/wp/wp-content/uploads/2010/05/shot_remover-300x45.png" alt="" width="300" height="45" /></a></li>
<li>Shot List, with each shot getting:<a href="http://tube.freefac.org/wp/wp-content/uploads/2010/05/shot_resequence.png" rel="shadowbox[post-1352];player=img;"><img class="aligncenter size-medium wp-image-1428" title="shot_resequence" src="http://tube.freefac.org/wp/wp-content/uploads/2010/05/shot_resequence-300x96.png" alt="" width="300" height="96" /></a>
<ol>
<li>A text field you can edit to change the shot number</li>
<li>A commit button to push your change to svn and the edit &#8211; basically this is for the editor/director to resequence a shot, or (not implemented yet) change the shot description refer to <a href="http://tube.freefac.org/post/sequence-scripting-madness">Jarred&#8217;s post for details</a></li>
<li>An update button to update Svn and get new shot images in. Basically, if you or someone else changed the source .xcf for a shot, this gets those changes in automatically &#8211; details upcoming in <strong>part 2</strong>!</li>
</ol>
</li>
</ul>
<p>And finally, Jarred has made a prototype of the next feature, not yet rolled into the main code (drumroll, please): stay tuned for the <strong>&#8216;Make Movie&#8217; Button</strong> in<strong> part 3</strong>! <img src='http://tube.freefac.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tube.freefac.org/post/makemoviepart1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Station concepts and Sequence editor</title>
		<link>http://tube.freefac.org/post/station-concepts-and-sequence-editor</link>
		<comments>http://tube.freefac.org/post/station-concepts-and-sequence-editor#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:11:18 +0000</pubDate>
		<dc:creator>jarrhead</dc:creator>
				<category><![CDATA[pre-production]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[concepts]]></category>
		<category><![CDATA[concepts stations subway mypaint gimp]]></category>
		<category><![CDATA[station]]></category>
		<category><![CDATA[subway]]></category>
		<category><![CDATA[train]]></category>

		<guid isPermaLink="false">http://tube.freefac.org/?p=1055</guid>
		<description><![CDATA[While Bassam&#8217;s been editing the animatic in the sequence editor, we&#8217;ve been feeding him with boards and exploring a little with some concepts. A few days ago Pablo did some great designs for the train, and lately we&#8217;ve been doing some for the station. Edited: Added the train concepts. In the process of editing we [...]]]></description>
			<content:encoded><![CDATA[<p>While Bassam&#8217;s been editing the animatic in the sequence editor, we&#8217;ve been feeding him with boards and exploring a little with some concepts.  A few days ago Pablo did some great designs for the train, and lately we&#8217;ve been doing some for the station.</p>
<p style="text-align: center;"><a href="http://tube.freefac.org/wp/wp-content/uploads/2010/03/subway_concepts_old.jpeg" rel="shadowbox[post-1055];player=img;"><img class="size-medium wp-image-1057 aligncenter" title="subway_concepts_old" src="http://tube.freefac.org/wp/wp-content/uploads/2010/03/subway_concepts_old-300x150.jpg" alt="" width="300" height="150" /></a></p>
<p><a href="http://tube.freefac.org/wp/wp-content/uploads/2010/03/concepts_station_pablo1.png" rel="shadowbox[post-1055];player=img;"><img class="aligncenter size-large wp-image-1303" title="concepts_station_pablo" src="http://tube.freefac.org/wp/wp-content/uploads/2010/03/concepts_station_pablo1-1024x384.png" alt="" width="416" height="156" /></a></p>
<p>Edited: Added the train concepts.</p>
<p><a href="http://tube.freefac.org/wp/wp-content/uploads/2010/03/conceps_trains_pablo.png" rel="shadowbox[post-1055];player=img;"><img class="aligncenter size-medium wp-image-1077" title="conceps_trains_pablo" src="http://tube.freefac.org/wp/wp-content/uploads/2010/03/conceps_trains_pablo-300x267.png" alt="" width="300" height="267" /></a></p>
<p>In the process of editing we found troublesome bug in the sequence editor where animation data gets linked to newly added sequences &#8211; this seems to be connected to old deleted strips.  In an attempt to avoid this he&#8217;s been using a python script I wrote ( based on a suggestion by Colin Levy) that renames all strips with new unique names. This is a stopgap until we report the bug&#8230;</p>
<p><a href="http://tube.freefac.org/wp/wp-content/uploads/2010/03/sequences_rename.zip">sequences rename script.py</a><br />
(don&#8217;t worry, we&#8217;ll submit a bug report- it took us a while to figure out exactly what was triggering the bug, but we think we can make it repeatable now)</p>
]]></content:encoded>
			<wfw:commentRss>http://tube.freefac.org/post/station-concepts-and-sequence-editor/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://tube.freefac.org/post/hello-world</link>
		<comments>http://tube.freefac.org/post/hello-world#comments</comments>
		<pubDate>Tue, 23 Feb 2010 00:07:31 +0000</pubDate>
		<dc:creator>pablo</dc:creator>
				<category><![CDATA[pre-production]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[team]]></category>
		<category><![CDATA[argentina]]></category>
		<category><![CDATA[bassam]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[kurdali]]></category>
		<category><![CDATA[massachusetts]]></category>
		<category><![CDATA[mate]]></category>
		<category><![CDATA[nerdodrome]]></category>
		<category><![CDATA[northampton]]></category>
		<category><![CDATA[open movie]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pablo]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[tube]]></category>
		<category><![CDATA[yerba]]></category>

		<guid isPermaLink="false">http://tube.freefac.org/?p=995</guid>
		<description><![CDATA[Well, first of all, I&#8217;m gonna to introduce my self: I&#8217;m Pablo Lizardo from Argentina, to be more accurate I&#8217;m from here! sooo far away!! As Fateh and Bassam told in the latest post, I was accepted as intern to &#8220;work&#8221; for the next 3 months in this awesome project called &#8220;Tube&#8221; I came just [...]]]></description>
			<content:encoded><![CDATA[<p>Well, first of all, I&#8217;m gonna to introduce my self: I&#8217;m Pablo Lizardo from <a href="http://en.wikipedia.org/wiki/Argentina">Argentina</a>, to be more accurate I&#8217;m from <a href="http://maps.google.es/maps?f=q&amp;source=s_q&amp;hl=es&amp;geocode=&amp;q=Rio+Grande+Tierra+del+fuego&amp;sll=40.396764,-3.713379&amp;sspn=10.939275,19.753418&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=R%C3%ADo+Grande,+Tierra+del+Fuego,+Argentina&amp;ll=-53.813626,-66.335449&amp;spn=5.995871,19.753418&amp;z=6">here</a>! sooo far away!! As Fateh and Bassam told in the latest post, I was accepted as intern to &#8220;work&#8221; for the next 3 months in this awesome project called &#8220;Tube&#8221;</p>
<p>I came just six days ago, so all is new for me, luckily all the people in the team and at the hampshire college are great and really kind. So there wasn&#8217;t problems with the adaptation time. Before I start talking about the project, I want to make a special mention to Bassam, Fateh and Jarred who give me all I need, and are always asking if there&#8217;s all going right! <img src='http://tube.freefac.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Well, do I&#8217;ve mentioned that the town/city (<a href="http://maps.google.com/maps?q=61+Gothic+Street+Northampton+Massachusetts+01060+&amp;ie=UTF8&amp;hq=&amp;hnear=61+Gothic+St,+Northampton,+Hampshire,+Massachusetts+01060&amp;ll=42.317939,-72.630615&amp;spn=3.752949,9.876709&amp;z=7">Northampton, MA</a>) is really beautifull? i think not! All the buildings and houses are like the movies <img src='http://tube.freefac.org/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Another little thing to mention is that all has a lot of patience with me , because my english is really bad XD, I guess that get laughs at my back! <img src='http://tube.freefac.org/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  But i think that i&#8217;m learning a lot, so i think that in &#8230; 3 months I&#8217;ll be ready to communicate with english people <img src='http://tube.freefac.org/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Lets talk about important things! The food is really strange, I miss the argentinean food! but I must adapt to this new forms of eat! I feel lucky because I came with <a href="http://en.wikipedia.org/wiki/Mate_%28beverage%29">Yerba Mate</a>. <img src='http://tube.freefac.org/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>From the first day I start to work in the Nerdodrome,It&#8217;s a very nice place where a lot of cool things happen!, There&#8217;s also a project called Caldera which is produced in the same place, fortunately here we have a lot of new computers to do all the work together without disturb to anybody.</p>
<p>In the project, I&#8217;m mostly dedicated to draw some boards for the animatic. So I&#8217;m doing a lot of 2d stuff, sometimes i have things to do in 3d but not too much. I don&#8217;t have problem with that because I love to draw and make sketches!</p>
<p>Here&#8217;s some images that I did in this few days. Keep on touch for more blog updates! <img src='http://tube.freefac.org/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://tube.freefac.org/wp/wp-content/uploads/2010/02/image_for_blog1.png" rel="shadowbox[post-995];player=img;"><img class="alignnone size-full wp-image-1002" title="image_for_blog" src="http://tube.freefac.org/wp/wp-content/uploads/2010/02/image_for_blog1.png" alt="" width="617" height="353" /></a></p>
<p>- <a href="http://www.pablolizardo.com.ar">Pablo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tube.freefac.org/post/hello-world/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I have not been lazy. Early  Gilgamesh progress</title>
		<link>http://tube.freefac.org/post/i-have-not-been-lazy-early-gilgamesh-progress</link>
		<comments>http://tube.freefac.org/post/i-have-not-been-lazy-early-gilgamesh-progress#comments</comments>
		<pubDate>Mon, 29 Jun 2009 18:05:15 +0000</pubDate>
		<dc:creator>kursad</dc:creator>
				<category><![CDATA[pre-production]]></category>
		<category><![CDATA[production]]></category>

		<guid isPermaLink="false">http://tube.freefac.org/?p=546</guid>
		<description><![CDATA[Hi I have had little time to make my early template model for the Gilgamesh character. This is a template model that I will be using to finalize her. At this point I have not pushed the features much since I am mainly worried about the general feeling and the topology of the model. We [...]]]></description>
			<content:encoded><![CDATA[<p>Hi</p>
<p>I have had little time to make my early template model for the Gilgamesh character. This is a template model that I will be using to finalize her. At this point I have not pushed the features much since I am mainly worried about the general feeling and the topology of the model. We will probably create multiple versions of her to test out different styles that is why it is very important that our template model is extensible. At this point the model needs some anatomical corrections, some fixes since it is an early progress model. But I am not worried about them much now.We will have some time to fix them later.</p>
<p>As you can see my base mesh does not have any topological concerns, things like edge loops are not pronounced in the model mainly because those kinds of concerns would limit your workflow and might get in the way especially during sculpting and testing out proportions. It is always best to start out loose and slowly build up along the way.  What is very important is the looseness and lightness of the model. Once we have a satisfying looks we can always find many different ways to transfer all the details  and structures over other models.  Blender offer variety of them.</p>

<a href='http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_body_template_Render.jpg' rel='shadowbox[album-546];player=img;' title='Gilgamesh_body_template_Render'><img width="150" height="150" src="http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_body_template_Render-150x150.jpg" class="attachment-thumbnail" alt="Gilgamesh_body_template_Render" title="Gilgamesh_body_template_Render" /></a>
<a href='http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_Early__06-29-2009_Base.png' rel='shadowbox[album-546];player=img;' title='Gilgamesh_Early__06-29-2009_Base'><img width="150" height="150" src="http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_Early__06-29-2009_Base-150x150.png" class="attachment-thumbnail" alt="Gilgamesh_Early__06-29-2009_Base" title="Gilgamesh_Early__06-29-2009_Base" /></a>
<a href='http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_Early__06-29-2009_Base1.png' rel='shadowbox[album-546];player=img;' title='Gilgamesh_Early__06-29-2009_Base1'><img width="150" height="150" src="http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_Early__06-29-2009_Base1-150x150.png" class="attachment-thumbnail" alt="Gilgamesh_Early__06-29-2009_Base1" title="Gilgamesh_Early__06-29-2009_Base1" /></a>
<a href='http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_Early__06-29-2009_Color.png' rel='shadowbox[album-546];player=img;' title='Gilgamesh_Early__06-29-2009_Color'><img width="150" height="150" src="http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_Early__06-29-2009_Color-150x150.png" class="attachment-thumbnail" alt="Gilgamesh_Early__06-29-2009_Color" title="Gilgamesh_Early__06-29-2009_Color" /></a>
<a href='http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_Early__06-29-2009_BaseMesh.png' rel='shadowbox[album-546];player=img;' title='Gilgamesh_Early__06-29-2009_BaseMesh'><img width="150" height="150" src="http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_Early__06-29-2009_BaseMesh-150x150.png" class="attachment-thumbnail" alt="Gilgamesh_Early__06-29-2009_BaseMesh" title="Gilgamesh_Early__06-29-2009_BaseMesh" /></a>
<a href='http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_Early__06-29-2009_BaseMesh1.png' rel='shadowbox[album-546];player=img;' title='Gilgamesh_Early__06-29-2009_BaseMesh1'><img width="150" height="150" src="http://tube.freefac.org/wp/wp-content/uploads/2009/06/Gilgamesh_Early__06-29-2009_BaseMesh1-150x150.png" class="attachment-thumbnail" alt="Gilgamesh_Early__06-29-2009_BaseMesh1" title="Gilgamesh_Early__06-29-2009_BaseMesh1" /></a>

]]></content:encoded>
			<wfw:commentRss>http://tube.freefac.org/post/i-have-not-been-lazy-early-gilgamesh-progress/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Noise on the Concept Front</title>
		<link>http://tube.freefac.org/post/noise-on-the-concept-front</link>
		<comments>http://tube.freefac.org/post/noise-on-the-concept-front#comments</comments>
		<pubDate>Thu, 30 Apr 2009 22:25:21 +0000</pubDate>
		<dc:creator>fateh</dc:creator>
				<category><![CDATA[pre-production]]></category>

		<guid isPermaLink="false">http://tube.freefac.org/?p=388</guid>
		<description><![CDATA[Fabulous concept artist Redo/Superbad/Juan Angel has been cranking away at Gilgamesh drawings, working towards nailing the final character design. In response to his fresh batch, the consensus, as far as I understand it, goes something like, \m/_  ( ^ _ ^ )  _\m/ Clearly, we are excited to be getting so close. The character&#8217;s development [...]]]></description>
			<content:encoded><![CDATA[<p>Fabulous concept artist Redo/Superbad/Juan Angel has been cranking away at Gilgamesh drawings, working towards nailing the final character design. In response to his fresh batch, the consensus, as far as I understand it, goes something like,</p>
<p>\m/_  ( ^ _ ^ )  _\m/</p>
<p>Clearly, we are excited to be getting so close.</p>
<p>The character&#8217;s development is part of a funny secret history of the <em>Tube</em> project that Bassam left out of his introduction. If challenged on its revisionism, being enamored of post-modern hijinks, Bassam will claim that the alternate history is entirely framed by the word &#8220;somehow&#8221; of his first post. Like Shahrazad, I promise to divulge the story nested there &#8212; tomorrow, so to speak &#8212; but I will need visual aids, a chalkboard and some mad cartoon science.</p>
]]></content:encoded>
			<wfw:commentRss>http://tube.freefac.org/post/noise-on-the-concept-front/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>second animatic and previs</title>
		<link>http://tube.freefac.org/post/second-animatic-and-previs</link>
		<comments>http://tube.freefac.org/post/second-animatic-and-previs#comments</comments>
		<pubDate>Fri, 10 Apr 2009 18:50:03 +0000</pubDate>
		<dc:creator>bassam</dc:creator>
				<category><![CDATA[pre-production]]></category>

		<guid isPermaLink="false">http://tube.freefac.org/?p=17</guid>
		<description><![CDATA[3D animatics are very good for roughing out camera angles and motion, whereas 2D animatics help bring the focus back to the character (eyelines, facial expressions, emotion, interaction) much better. To get back to the feeling of the movie, I wanted to do 2D animatics and focus on what the character was doing, but still [...]]]></description>
			<content:encoded><![CDATA[<p>3D animatics are very good for roughing out camera angles and motion, whereas 2D animatics help bring the focus back to the character (eyelines, facial expressions, emotion, interaction) much better. To get back to the feeling of the movie, I wanted to do 2D animatics and focus on what the character was doing, but still have a way of roughing out and testing shots.</p>
<p><a class="shutterset_" title="shots are mostly scans or gimp images" href="http://tube.freefac.org/wp/wp-content/gallery/screenshots/sequence.png" rel="shadowbox[post-17];player=img;"><img class="ngg-singlepic ngg-left" src="http://tube.freefac.org/wp/wp-content/gallery/screenshots/thumbs/thumbs_sequence.png" alt="Editing shots in the sequence " /></a>Each shot was done as one or many drawings either on paper/tracing paper or in gimp, with the backgrounds seperated into layers, allowing for limited animation in the sequencer. For tricky shots I resorted to UV projection of sketches onto blocky objects in seperate blend files. Then I edited everything together in the sequence editor. For speed, I kept a bunch of the old 3D animatic shots around, since they didn&#8217;t have to be redone.<br />
<a class="shutterset_" title="The main goal here is to make sure the desired framing works within the set design" href="http://tube.freefac.org/wp/wp-content/gallery/screenshots/add_shots.png" rel="shadowbox[post-17];player=img;"><img class="ngg-singlepic ngg-left" src="http://tube.freefac.org/wp/wp-content/gallery/screenshots/thumbs/thumbs_add_shots.png" alt="Adding shots in the 3D mockup" /></a>To rough out the shots in 3D I built a &#8216;blueprint set&#8217;- a sort of 3D proxy in blender, and a simple 3D block character. Then I linked these into a blend file with one scene and 2 screens: sequencer and 3D view. ctrl-arrowing allowed me to tab back and forth.<br />
<br class="left" /></p>
<p><a class="shutterset_" title="camera changer is a script link" href="http://tube.freefac.org/wp/wp-content/gallery/screenshots/scriptlink.jpg" rel="shadowbox[post-17];player=img;"><img class="ngg-singlepic ngg-left" src="http://tube.freefac.org/wp/wp-content/gallery/screenshots/thumbs/thumbs_scriptlink.jpg" alt="scriptlink for camera changer" /></a>I wanted to place a new camera at each shot and use a camera changer script. Unfortunately, the existing camera switcher from project orange no longer worked, and I wrote a new one- at first it had very bad performance, until I realized that blender often skips frames while scrubbing: you can&#8217;t just look for a marker at the current frame, you have to look for the most recent marker before and up to the present. This worked really well, so I added a button in python that added a camera at the current viewport with the typed name and a marker at the current time. this allowed me to go back and forth quickly from set to storyboard, adding cameras for each shot.</p>
<p>In case you&#8217;d like them, here are the scripts: <a href="http://tube.freefac.org/wp/wp-content/uploads/2009/04/camstuff.zip">add_shot.py and camswitch.py</a></p>
<p>More shots from the storyboard/animatic have been added to the <a href="http://tube.freefac.org/media">media gallery</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tube.freefac.org/post/second-animatic-and-previs/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>first animatic</title>
		<link>http://tube.freefac.org/post/first-animatic</link>
		<comments>http://tube.freefac.org/post/first-animatic#comments</comments>
		<pubDate>Sat, 28 Mar 2009 00:37:57 +0000</pubDate>
		<dc:creator>bassam</dc:creator>
				<category><![CDATA[catch-up]]></category>
		<category><![CDATA[pre-production]]></category>

		<guid isPermaLink="false">http://tube.freefac.org/?p=192</guid>
		<description><![CDATA[Tube had one false start before the team effort. Based on an early script I decided to go it alone, and started work on preproduction. For the animatic I used blender, mainly because I wanted to plan the shots in 3D. Some of those shots are still there in the current animatic, though the overall [...]]]></description>
			<content:encoded><![CDATA[<p><a class="shutterset_" href="http://tube.freefac.org/wp/wp-content/gallery/screenshots/files.png" rel="shadowbox[post-192];player=img;"><img class="ngg-singlepic ngg-right" src="http://tube.freefac.org/wp/wp-content/gallery/screenshots/thumbs/thumbs_files.png" alt="files.png" /></a>Tube had one false start before the team effort. Based on an early script I decided to go it alone, and started work on preproduction. For the animatic I used blender, mainly because I wanted to plan the shots in 3D. Some of those shots are still there in the current animatic, though the overall structure of the movie has mutated considerably. As you can see, the animatic was structured as a &#8216;typical&#8217; blender project, with a lib folder containing linkable groups (in this case set/character/other simple proxies) and textures. All the shots were in one sequence directory with blends numbered for shots (the &#8216;crap&#8217; in the blend title stands for &#8216;crapimatic&#8217;- a reminder to myself not to do something too polished at this early stage.<br />
<span id="more-192"></span></p>
<p><a class="shutterset_" href="http://tube.freefac.org/wp/wp-content/gallery/screenshots/blending_animatic.jpg" rel="shadowbox[post-192];player=img;"><img class="ngg-singlepic ngg-right" src="http://tube.freefac.org/wp/wp-content/gallery/screenshots/thumbs/thumbs_blending_animatic.jpg" alt="blending_animatic.jpg" /></a>I wanted to previs not only shot angles and timing, but also things like basic lighting changes and DOF etc. , and to get a feel for the shot. This was before we had GLSL shaders in the renderer, so I opted to use a simple lighting setup, and to bake Ambient Occlusion maps into the proxies. I also faked baked reflections (innacurate I know) by using additive image maps rendered from different cameras in the proxy files. Then I linked the groups from each library file, including a rigged proxy character, set up some very simple lights and a simple composite to fake glow, depth of field, and to grade the render output slightly, resulting in a fairly &#8216;cute&#8217; look, with very little render time.</p>
<p><a class="shutterset_" href="http://tube.freefac.org/wp/wp-content/gallery/screenshots/editing_animatic.png" rel="shadowbox[post-192];player=img;"><img class="ngg-singlepic ngg-right" src="http://tube.freefac.org/wp/wp-content/gallery/screenshots/thumbs/thumbs_editing_animatic.png" alt="editing_animatic.png" /></a>After I had made a few shots, I made a single &#8216;edit&#8217; blend file that contained scenes with simple titles, and one scene I used as a sequence editor (similar to a normal video editor) to bring all the shots together and add some simple transitions. Then I would go back and forth between editing the shots, and adding new shots, sometimes just by running two instances of blender in different desktops of my ubuntu system, seemlessly going back and forth between the two. I could build up the animatic quite quickly this way.</p>
<p><a class="shutterset_" href='http://tube.freefac.org/wp/wp-content/gallery/animatics/anim0_1.png' rel='shadowbox[post-192];player=img;' title=''><img src='http://tube.freefac.org/wp/wp-content/gallery/animatics/thumbs/thumbs_anim0_1.png' alt='anim0_1.png' class='ngg-singlepic ngg-left' /></a><a class="shutterset_" href='http://tube.freefac.org/wp/wp-content/gallery/animatics/anim0_7.png' rel='shadowbox[post-192];player=img;' title=''><img src='http://tube.freefac.org/wp/wp-content/gallery/animatics/thumbs/thumbs_anim0_7.png' alt='anim0_7.png' class='ngg-singlepic ngg-left' /></a>After a while I luckily (or unluckily) had a string of freelance jobs and got really busy. The upside was that I payed the bills, and had the beginnings of my planning for the project done. The downside of course, is that the project languished for a while, and it looked like I would never make the short. In any case, here are a couple of images from the first animatic, you can view more in the <a href="http://tube.freefac.org/media">media gallery</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tube.freefac.org/post/first-animatic/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
