<?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>maltaannon.com &#187; animation</title>
	<atom:link href="http://maltaannon.com/tag/animation/feed/" rel="self" type="application/rss+xml" />
	<link>http://maltaannon.com</link>
	<description>Free Adobe After Effects and Production Studio Video Tutorials</description>
	<lastBuildDate>Sat, 18 Feb 2012 15:44:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>File Sequence Detector</title>
		<link>http://maltaannon.com/blog/file-sequence-detector/</link>
		<comments>http://maltaannon.com/blog/file-sequence-detector/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 15:38:48 +0000</pubDate>
		<dc:creator>Jerzy Drozda Jr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://maltaannon.com/?p=1330</guid>
		<description><![CDATA[Did you ever had to deal with huge amount of files from different sequences stuck in one single folder? I know I have. And it&#8217;s a pain. But not anymore. Using a simple scripting tool I have build a piece of software that sorts your files and puts them in proper folders.
Some time ago when [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever had to deal with huge amount of files from different sequences stuck in one single folder? I know I have. And it&#8217;s a pain. But not anymore. Using a simple scripting tool I have build a piece of software that sorts your files and puts them in proper folders.<span id="more-1330"></span></p>
<p>Some time ago when I was working on a project I had to manage a huge amount of different render passes that came out of 3D Studio Max VRay renderer. Since they were all rendering to the same folder and for some reason there was no way to make each render pass go to it&#8217;s own folder. Doesn&#8217;t sound like a big deal, but it was really annoying to work with all those files in one folder. When importing those sequences to After Effects I had to dig through thousands of files just to find the right sequence. So I made a tool that sorted the files for me and putted them in proper folders, but at that time it could only deal with certain cases.</p>
<p>Now the time has come to improve on my solution. Today I give you: File Sequence Detector 1.0. <img class='post aligncenter' title='File Sequence Detector' src='http://maltaannon.com/wp-content/uploads/blog/file-sequence-detector/post.jpg' /></p>
<p>You can download the file using the download button below. In the ZIP package you will find an executable file (no installation required), and the source code (au3). I developed this script using a free automation tool, <a rel="shadowbox"  href="http://www.autoitscript.com/">AutoIt v3</a>, which I like very much and use quite often. Make sure to check the readme.txt for instructions. Enjoy.</p>
<h4 class='continue'><a href='http://maltaannon.com/wp-content/uploads/blog/file-sequence-detector/file-sequence-detector.zip'>Download: File Sequence Detector 1.0 <em>(Windows)</em></a></h4>
]]></content:encoded>
			<wfw:commentRss>http://maltaannon.com/blog/file-sequence-detector/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>The Matrix Raining Code</title>
		<link>http://maltaannon.com/articles/after-effects/the-matrix-raining-code/</link>
		<comments>http://maltaannon.com/articles/after-effects/the-matrix-raining-code/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 19:17:48 +0000</pubDate>
		<dc:creator>Jerzy Drozda Jr</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://maltaannon.com/?p=1323</guid>
		<description><![CDATA[Have you ever felt that theres something wrong with this world? Have you ever felt you know something, and that what you know you can&#8217;t explain? Now you can. Sort off&#8230; 
Some time ago I needed to create the raining code look as seen in &#8220;The Matrix&#8221; movie, so I started to google for ready [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript" >
function addAdDiv(){jQuery("#sb-body-inner").wrapInner("<div name='mediaspace' id='mediaspace'></div>");};
function hideWatch(){jQuery("h4").css("display", "none");};
function showWatch(){jQuery("h4").css("display", "");};
jQuery(document).ready(function(){showWatch();});</script>
<p>Have you ever felt that theres something wrong with this world? Have you ever felt you know something, and that what you know you can&#8217;t explain? Now you can. Sort off&#8230; <span id="more-1323"></span> </p><h4 id="watchnow-1337594731.83" class='continue' style='display:none'><a href="http://maltaannon.com/wp-content/uploads/tutorials/after-effects/the-matrix-raining-code/video.flv" title="The Matrix Raining Code Video Tutorial (Right-Click to download)" rel="shadowbox;width=1280;height=720; options={onFinish:addAdDiv,flashVars:{abouttext:'Download: The Matrix Raining Code Video Tutorial', aboutlink:'http://maltaannon.com/wp-content/uploads/tutorials/after-effects/the-matrix-raining-code/video.flv', plugins:'sharing-1', 'sharing.link':'http://maltaannon.com/articles/after-effects/the-matrix-raining-code/', dock:'true'}}">Click here to watch the video tutorial</a></h4><p><br />
Some time ago I needed to create the raining code look as seen in &#8220;The Matrix&#8221; movie, so I started to google for ready to use projects, but found nothing of value that I could use in my work&#8230; So I had to create my own. Watch this tutorial to learn all about it.</p>
<p>My first instinct was to use Trapcode Particular along with some custom particles to create the look I was after, but I quickly found out, that it&#8217;s just not going to cut it. The raining code has some very distinct look to it and the key to making it look good was to really pinpoint what was happening with the falling letters. Here&#8217;s what I found out after watching the original design as seen in the movie:</p>
<ul>
<li>There are two types of letters: leading, and following (after vision letters)</li>
<li>The leading letters are brighter than the others</li>
<li>The letters fall down in columns at different speeds</li>
<li>One column can have multiple leading letters falling at different speeds</li>
<li>Both leading and following letters change chars at random points in time (out of sync)</li>
<li>The amount of the following letters is random (tail length)</li>
<li>The letters always move a given amount of pixels (letter height)</li>
</ul>
<p>As far as everything on the list above could probably be achieved using Particular to create the look, the last point would be really hard to do. In theory all of the points above could be done, however it would take a lot of calculation to get the parameters of Particular just right, so I figured to change the approach a bit, and instead of having a &#8220;leading letter particle&#8221; spawn &#8220;after vision particles&#8221;, I decided to build a grid of letters, and then use Particular and Mosaic effect to reveal them. That way I could focus on the look, speed, timing and other &#8220;artistic&#8221; aspects of the work, and not think about how to set up Particular.</p>
<p>At the end of the tutorial you will also see how to change the color of the leading letters using the Threshold effect. What I forgot to mention is that you can of course play with the Threshold parameter changing the range of letters that are being treated as &#8220;leading letters&#8221;. Give it a try. It can create some really awesome looks.</p>
<h4 class='continue'><a href='http://maltaannon.com/wp-content/uploads/tutorials/after-effects/the-matrix-raining-code/the-matrix-raining-code.zip'>Download: Tutorial project file <em>(After Effects CS4)</em></a></h4>
]]></content:encoded>
			<wfw:commentRss>http://maltaannon.com/articles/after-effects/the-matrix-raining-code/feed/</wfw:commentRss>
		<slash:comments>90</slash:comments>
		</item>
		<item>
		<title>Creative Breakdowns</title>
		<link>http://maltaannon.com/live/creative-breakdowns/</link>
		<comments>http://maltaannon.com/live/creative-breakdowns/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 03:17:53 +0000</pubDate>
		<dc:creator>Jerzy Drozda Jr</dc:creator>
				<category><![CDATA[LIVE!]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://maltaannon.com/?p=1282</guid>
		<description><![CDATA[Best session up to this point. We&#8217;ve talked for about 4 hours. We discussed the movies you posted links to on my FaceBook fan page. Of course most of the fun stuff happens in the Questions and Answers segment, that never gets recorded. That&#8217;s one of the many reasons why you want to join the [...]]]></description>
			<content:encoded><![CDATA[<p>Best session up to this point. We&#8217;ve talked for about 4 hours. We discussed the movies you posted links to on my <a rel="shadowbox"  href="http://bit.ly/MaltyFan">FaceBook fan page</a>. Of course most of the fun stuff happens in the Questions and Answers segment, that never gets recorded. That&#8217;s one of the many reasons why you want to join the LIVE sessions.<br />
<span id="more-1282"></span><br />
Here is the list of videos we discussed:<br />
OK Go &#8211; WTF?: <a rel="shadowbox"  href="http://vimeo.com/7166047">http://vimeo.com/7166047</a><br />
The Presets &#8211; My People: <a rel="shadowbox"  href="http://www.youtube.com/watch?v=M1ufW2INWmM">http://www.youtube.com/watch?v=M1ufW2INWmM</a><br />
I Don&#8217;t Know Ya&#8217;ll: <a rel="shadowbox"  href="http://vimeo.com/7437001">http://vimeo.com/7437001</a><br />
Flexifoil: &#8211; <a rel="shadowbox"  href="http://www.hadlowpro.com/">http://www.hadlowpro.com/</a><br />
Panic Attack: <a rel="shadowbox"  href="http://www.youtube.com/watch?v=-dadPWhEhVk">http://www.youtube.com/watch?v=-dadPWhEhVk</a></p>
<embed flashvars='autoplay=false' width='540' height='439' allowfullscreen='true' allowscriptaccess='always' src='http://www.ustream.tv/flash/video/2696183' type='application/x-shockwave-flash' />
]]></content:encoded>
			<wfw:commentRss>http://maltaannon.com/live/creative-breakdowns/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Rotoscoping made easy</title>
		<link>http://maltaannon.com/live/rotoscoping-made-easy/</link>
		<comments>http://maltaannon.com/live/rotoscoping-made-easy/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 02:10:04 +0000</pubDate>
		<dc:creator>Jerzy Drozda Jr</dc:creator>
				<category><![CDATA[LIVE!]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[keying]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://maltaannon.com/?p=1279</guid>
		<description><![CDATA[Rotoscoping principals along with some tips, tricks and techniques I developed over few years. Learn how to create a perfect roto without killing yourself on the way. 
]]></description>
			<content:encoded><![CDATA[<p>Rotoscoping principals along with some tips, tricks and techniques I developed over few years. Learn how to create a perfect roto without killing yourself on the way. <span id="more-1279"></span></p>
<embed flashvars='autoplay=false' width='540' height='439' allowfullscreen='true' allowscriptaccess='always' src='http://www.ustream.tv/flash/video/2642300' type='application/x-shockwave-flash' />
]]></content:encoded>
			<wfw:commentRss>http://maltaannon.com/live/rotoscoping-made-easy/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Simple Camera Rig</title>
		<link>http://maltaannon.com/articles/after-effects/simple-camera-rig/</link>
		<comments>http://maltaannon.com/articles/after-effects/simple-camera-rig/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:04:19 +0000</pubDate>
		<dc:creator>Jerzy Drozda Jr</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[expressions]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://maltaannon.com/?p=1252</guid>
		<description><![CDATA[If you ever struggled with your After Effects 3D camera than this tutorial is for you. Learn to rig your camera in seconds or buy a my script that will do it for you.   

I don&#8217;t know about you my friends, but each time I&#8217;m thinking about using After Effects camera I get [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript" >
function addAdDiv(){jQuery("#sb-body-inner").wrapInner("<div name='mediaspace' id='mediaspace'></div>");};
function hideWatch(){jQuery("h4").css("display", "none");};
function showWatch(){jQuery("h4").css("display", "");};
jQuery(document).ready(function(){showWatch();});</script>
<p>If you ever struggled with your After Effects 3D camera than this tutorial is for you. Learn to rig your camera in seconds or buy a my script that will do it for you. <span id="more-1252"></span> </p><h4 id="watchnow-1337594731.85" class='continue' style='display:none'><a href="http://maltaannon.com/wp-content/uploads/tutorials/after-effects/simple-camera-rig/video.flv" title="Simple Camera Rig Video Tutorial (Right-Click to download)" rel="shadowbox;width=1280;height=720; options={onFinish:addAdDiv,flashVars:{abouttext:'Download: Simple Camera Rig Video Tutorial', aboutlink:'http://maltaannon.com/wp-content/uploads/tutorials/after-effects/simple-camera-rig/video.flv', plugins:'sharing-1', 'sharing.link':'http://maltaannon.com/articles/after-effects/simple-camera-rig/', dock:'true'}}">Click here to watch the video tutorial</a></h4><p> <form class='paypal'><a class='ec_ejc_thkbx' title='Purchase Simple Camera Rig Script 1.0' rel='shadowbox;width=750;height=450;' href='https://www.e-junkie.com/ecom/gb.php?c=cart&amp;i=580729&amp;cl=48592&amp;ejc=2' target='ej_ejc'><img src='http://maltaannon.com/wp-content/uploads/general/img_paypal_buynow.gif' alt=''/></a><img src='https://www.paypal.com/pl_PL/i/scr/pixel.gif' border='0' alt='' width='1' height='1'/></form><p><strong>Get Simple Camera Rig Script 1.0 (CS3) for only 14.90 USD</strong></p></p>
<p>
I don&#8217;t know about you my friends, but each time I&#8217;m thinking about using After Effects camera I get the shivers. It&#8217;s good for panning and zooming, but once you start to make a more classy and smooth motion, or you want to sex it up a bit with some curves you get into trouble. You need to keep track of zoom, point of interest, position, orientation and rotation keyframes all at once. We should be very grateful for <em>Separate Dimensions</em> feature in After Effects CS4, but it does not solve all the problems.</p>
<p>In this tutorial I will show you a technique that is widely used in camera animation by many artists that work in  3D Studio Max, Cinema 4D, or any other 3d application. I hope it will open your eyes on the subject of camera animation, and that you&#8217;ll start making your own more complex rigs. Good luck. Enjoy the tutorial.</p>
<p>And for those of you who don&#8217;t have time to build the rig each time you need to use it here&#8217;s a handy script that will set up the camera and the rig for you. Enjoy!<br />
<form class='paypal'><a class='ec_ejc_thkbx' title='Purchase Simple Camera Rig 1.0' rel='shadowbox;width=750;height=450;' href='https://www.e-junkie.com/ecom/gb.php?c=cart&amp;i=580729&amp;cl=48592&amp;ejc=2' target='ej_ejc'><img src='http://maltaannon.com/wp-content/uploads/general/img_paypal_buynow.gif' alt=''/></a><img src='https://www.paypal.com/pl_PL/i/scr/pixel.gif' border='0' alt='' width='1' height='1'/></form><p><strong>Get Simple Camera Rig 1.0 (CS3) for only 14.90 USD</strong></p></p>
]]></content:encoded>
			<wfw:commentRss>http://maltaannon.com/articles/after-effects/simple-camera-rig/feed/</wfw:commentRss>
		<slash:comments>244</slash:comments>
		</item>
		<item>
		<title>Expressions, particles, and random numbers</title>
		<link>http://maltaannon.com/live/expressions-particles-and-random-numbers/</link>
		<comments>http://maltaannon.com/live/expressions-particles-and-random-numbers/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:12:05 +0000</pubDate>
		<dc:creator>Jerzy Drozda Jr</dc:creator>
				<category><![CDATA[LIVE!]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[expressions]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://maltaannon.com/?p=1271</guid>
		<description><![CDATA[A couple of tips and tricks to improve your workflow with Trapcode Form and Trapcode Particular using expression and randomly generated values. If you missed the live session you also missed an additional hour of questions and answers. It was awesome. 
]]></description>
			<content:encoded><![CDATA[<p>A couple of tips and tricks to improve your workflow with Trapcode Form and Trapcode Particular using expression and randomly generated values. If you missed the live session you also missed an additional hour of questions and answers. It was awesome. <span id="more-1271"></span></p>
<embed flashvars='autoplay=false' width='540' height='439' allowfullscreen='true' allowscriptaccess='always' src='http://www.ustream.tv/flash/video/2536472' type='application/x-shockwave-flash' />
]]></content:encoded>
			<wfw:commentRss>http://maltaannon.com/live/expressions-particles-and-random-numbers/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Know your 3D</title>
		<link>http://maltaannon.com/live/know-your-3d/</link>
		<comments>http://maltaannon.com/live/know-your-3d/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 14:05:18 +0000</pubDate>
		<dc:creator>Jerzy Drozda Jr</dc:creator>
				<category><![CDATA[LIVE!]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[pixelbender]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://maltaannon.com/?p=1266</guid>
		<description><![CDATA[Discussion on how to improve the After Effects and 3d environment workflows for better compositing and faster rendering. UV Passes, Normal Maps, RPF format&#8230; all that good stuff. Question and answers was also very very cool, but it was not recorded. It never is. If you want to ask me a question and get an [...]]]></description>
			<content:encoded><![CDATA[<p>Discussion on how to improve the After Effects and 3d environment workflows for better compositing and faster rendering. UV Passes, Normal Maps, RPF format&#8230; all that good stuff. Question and answers was also very very cool, but it was not recorded. It never is. If you want to ask me a question and get an answer make sure to register and join the next live session of &#8220;Happy AfterEffecting with Maltaannon&#8221; <span id="more-1266"></span></p>
<embed flashvars='autoplay=false' width='540' height='439' allowfullscreen='true' allowscriptaccess='always' src='http://www.ustream.tv/flash/video/2215624' type='application/x-shockwave-flash' />
]]></content:encoded>
			<wfw:commentRss>http://maltaannon.com/live/know-your-3d/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Radio Detection And Ranging</title>
		<link>http://maltaannon.com/articles/after-effects/radar/</link>
		<comments>http://maltaannon.com/articles/after-effects/radar/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 02:43:00 +0000</pubDate>
		<dc:creator>Jerzy Drozda Jr</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[expressions]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://maltaannon.com/after-effects/radar/</guid>
		<description><![CDATA[Collision detection and audio triggering. Learn how to build a radar that actually works using only four keyframes! This one is a must-see!
This tutorial is no different from the others. It&#8217;s not creating a certain effect. Oh no. It&#8217;s about solving common and uncommon problems, and about finding solutions to situations that might occur in [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript" >
function addAdDiv(){jQuery("#sb-body-inner").wrapInner("<div name='mediaspace' id='mediaspace'></div>");};
function hideWatch(){jQuery("h4").css("display", "none");};
function showWatch(){jQuery("h4").css("display", "");};
jQuery(document).ready(function(){showWatch();});</script>
<p>Collision detection and audio triggering. Learn how to build a radar that actually works using only four keyframes! This one is a must-see!<span id="more-59"></span><br />
</p><h4 id="watchnow-1337594731.87" class='continue' style='display:none'><a href="http://maltaannon.com/wp-content/uploads/tutorials/after-effects/radar/video.flv" title="Radio Detection And Ranging Video Tutorial (Right-Click to download)" rel="shadowbox;width=1024;height=768; options={onFinish:addAdDiv,flashVars:{abouttext:'Download: Radio Detection And Ranging Video Tutorial', aboutlink:'http://maltaannon.com/wp-content/uploads/tutorials/after-effects/radar/video.flv', plugins:'sharing-1', 'sharing.link':'http://maltaannon.com/articles/after-effects/radar/', dock:'true'}}">Click here to watch the video tutorial</a></h4><p><br />
This tutorial is no different from the others. It&#8217;s not creating a certain effect. Oh no. It&#8217;s about solving common and uncommon problems, and about finding solutions to situations that might occur in the future. All to help you work more efficiently by saving huge amounts of time. It&#8217;s not about the final visual result, but the way to get there.</p>
<p>So&#8230; what is this tutorial really about? We&#8217;re going to create a radar that really works! Draw the radar, animate the target over it, and watch how the radar detects the object by itself, marks it on the grid and even makes a beeping sound.</p>
<p>This whole project consists of only four keyframes, and few expressions, that will detect the collision between the target and the scanning line. When the collision occurs, the target will become visible, and a beep sound will be generated.</p>
<p>You must see this one! I hope you&#8217;ll like it. Enjoy!</p>
<blockquote><p><em><strong>Update</strong></em><br />
There is an update for this tutorial. If you&#8217;re using After Effects CS3 than you should check out the <a rel="shadowbox"  title="Video Tutorial CE PixelSampler" href="http://maltaannon.com/after-effects/ce-pixelsampler/">CE PixelSampler</a> tutorial, where you can learn how to use my CustomEffect to detect collisions.</p></blockquote>
<h4 class='continue'><a href='http://maltaannon.com/wp-content/uploads/tutorials/after-effects/radar/radar.zip'>Download: Tutorial project file <em>(After Effects CS2)</em></a></h4>
]]></content:encoded>
			<wfw:commentRss>http://maltaannon.com/articles/after-effects/radar/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Signature &amp; Custom Brush Tip</title>
		<link>http://maltaannon.com/articles/after-effects/signature-custom-brush-tip/</link>
		<comments>http://maltaannon.com/articles/after-effects/signature-custom-brush-tip/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 01:43:25 +0000</pubDate>
		<dc:creator>Jerzy Drozda Jr</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://maltaannon.com/after-effects/signature-custom-brush-tip/</guid>
		<description><![CDATA[Avoid common problems when creating a signature effect by customizing your brush tip, and learn how to create the effect itself.
If you ever tried to animate a signature than you probably know, that when it&#8217;s more complex shape than just a simple line, you can run into some troubles. This tutorial will show you, how [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript" >
function addAdDiv(){jQuery("#sb-body-inner").wrapInner("<div name='mediaspace' id='mediaspace'></div>");};
function hideWatch(){jQuery("h4").css("display", "none");};
function showWatch(){jQuery("h4").css("display", "");};
jQuery(document).ready(function(){showWatch();});</script>
<p>Avoid common problems when creating a signature effect by customizing your brush tip, and learn how to create the effect itself.<span id="more-56"></span><br />
</p><h4 id="watchnow-1337594731.88" class='continue' style='display:none'><a href="http://maltaannon.com/wp-content/uploads/tutorials/after-effects/signature-custom-brush-tip/video.flv" title="Signature &#038; Custom Brush Tip Video Tutorial (Right-Click to download)" rel="shadowbox;width=1024;height=768; options={onFinish:addAdDiv,flashVars:{abouttext:'Download: Signature &#038; Custom Brush Tip Video Tutorial', aboutlink:'http://maltaannon.com/wp-content/uploads/tutorials/after-effects/signature-custom-brush-tip/video.flv', plugins:'sharing-1', 'sharing.link':'http://maltaannon.com/articles/after-effects/signature-custom-brush-tip/', dock:'true'}}">Click here to watch the video tutorial</a></h4><p><br />
If you ever tried to animate a signature than you probably know, that when it&#8217;s more complex shape than just a simple line, you can run into some troubles. This tutorial will show you, how you can avoid them by customizing the brush tip. The whole idea is to use <em>Paint</em> effect instead of <em>Stroke</em>.</p>
<p>And if you don&#8217;t know what I&#8217;m talking about, just see the tutorial and learn how to create a signature effect. Enjoy.</p>
<h4 class='continue'><a href='http://maltaannon.com/wp-content/uploads/tutorials/after-effects/signature-custom-brush-tip/signature-custom-brush-tip.zip'>Download: Tutorial project file <em>(After Effects CS2)</em></a></h4>
]]></content:encoded>
			<wfw:commentRss>http://maltaannon.com/articles/after-effects/signature-custom-brush-tip/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Loopable background</title>
		<link>http://maltaannon.com/articles/after-effects/loopable-background/</link>
		<comments>http://maltaannon.com/articles/after-effects/loopable-background/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 23:04:00 +0000</pubDate>
		<dc:creator>Jerzy Drozda Jr</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://maltaannon.com/after-effects/loopable-background/</guid>
		<description><![CDATA[When you&#8217;re creating background for a DVD project, website, or a TV commercial it&#8217;s always good to know how to loop your animation. 
Maybe this tutorial isn&#8217;t something very unique, but I&#8217;ve seen a lot of people asking questions about creating a loopable backgrounds, so here we are. Learn how to use blending modes and [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript" >
function addAdDiv(){jQuery("#sb-body-inner").wrapInner("<div name='mediaspace' id='mediaspace'></div>");};
function hideWatch(){jQuery("h4").css("display", "none");};
function showWatch(){jQuery("h4").css("display", "");};
jQuery(document).ready(function(){showWatch();});</script>
<p>When you&#8217;re creating background for a DVD project, website, or a TV commercial it&#8217;s always good to know how to loop your animation. <span id="more-33"></span><br />
</p><h4 id="watchnow-1337594731.88" class='continue' style='display:none'><a href="http://maltaannon.com/wp-content/uploads/tutorials/after-effects/loopable-background/video.flv" title="Loopable background Video Tutorial (Right-Click to download)" rel="shadowbox;width=1024;height=768; options={onFinish:addAdDiv,flashVars:{abouttext:'Download: Loopable background Video Tutorial', aboutlink:'http://maltaannon.com/wp-content/uploads/tutorials/after-effects/loopable-background/video.flv', plugins:'sharing-1', 'sharing.link':'http://maltaannon.com/articles/after-effects/loopable-background/', dock:'true'}}">Click here to watch the video tutorial</a></h4><p><br />
Maybe this tutorial isn&#8217;t something very unique, but I&#8217;ve seen a lot of people asking questions about creating a loopable backgrounds, so here we are. Learn how to use blending modes and very powerful and often unappreciated fractal noise filter. Make a loop out of your background animation and make it look even more exciting by applying textures and lights to create a final look.<br />
<h4 class='continue'><a href='http://maltaannon.com/wp-content/uploads/tutorials/after-effects/loopable-background/loopable-background.zip'>Download: Tutorial project file <em>(After Effects CS2)</em></a></h4></p>
]]></content:encoded>
			<wfw:commentRss>http://maltaannon.com/articles/after-effects/loopable-background/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>

