<?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>Adventures in Keyframes and Code &#187; Animation</title>
	<atom:link href="http://www.keyframesandcode.com/code/category/development/maxscript/maxscript-animation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keyframesandcode.com/code</link>
	<description>MaxScript, ActionScript, PHP &#38; JavaScript</description>
	<lastBuildDate>Wed, 06 Oct 2010 23:49:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Transform Presets</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/transform-presets/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/transform-presets/#comments</comments>
		<pubDate>Sat, 17 May 2008 00:00:41 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Cameras]]></category>
		<category><![CDATA[MaxScript]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/maxscript/transform-presets/</guid>
		<description><![CDATA[Transform Presets is a pretty simple plugin &#8211; it allows you to store multiple transformations of an object (and it&#8217;s target, if there is one) in a list, to call up when you like.
You apply it to any object, and it adds a custom rollout to the base object, with a small interface that you [...]]]></description>
			<content:encoded><![CDATA[<p>Transform Presets is a pretty simple plugin &#8211; it allows you to store multiple transformations of an object (and it&#8217;s target, if there is one) in a list, to call up when you like.</p>
<p>You apply it to any object, and it adds a custom rollout to the base object, with a small interface that you can use when the object is selected.</p>
<p>I built it for fun in response to <a href="http://forums.cgsociety.org/showthread.php?f=98&amp;t=632251">a thread on CGTalk</a>.</p>
<h3>Screenshots</h3>
<p>Here it is working on a target camera. Note both the camera and target are transformed.</p>
<p><img src="http://www.keyframesandcode.com/resources/maxscript//Animation/Transform%20Presets/transform-presets-camera.gif" alt="" /></p>
<p>And here it is working with an IK handle. Note the swivel angle is updated as well as the transform.</p>
<p><img src="http://www.keyframesandcode.com/resources/maxscript//Animation/Transform%20Presets/transform-presets-ik.gif" alt="" /></p>
<h3>Download and installation</h3>
<p>Download <a href="http://www.keyframesandcode.com/resources/maxscript/Animation/Transform%20Presets/TransformPresets.mzp">TransformPresets.mzp</a> and then drag the .mzp file onto one of your 3dsmax viewports, which will install the script in the correct directory. Then you can add the script to a toolbar / quad by going to:</p>
<ul>
<li>Customize &gt; Customize User Interface…</li>
<li>Then look under the <strong>Animation Tools</strong> category for <strong>Transform Presets</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/transform-presets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Particle Visualizer and Papervision3D Exporter</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/particle-visualizer-and-papervision3d-exporter/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/particle-visualizer-and-papervision3d-exporter/#comments</comments>
		<pubDate>Sat, 10 May 2008 00:00:22 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Particles]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/uncategorized/particle-visualizer-and-papervision3d-exporter/</guid>
		<description><![CDATA[Papervision 3D is the latest in 3D development for the Adobe Flash platform. It supports a variety of methods for creating 3D content, from basic primitives, to import via the Collada file format. However, being XML-based, Collada files are pretty huge &#8211; getting a 300 frame, 150 particle animation into Flash was creating files that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.papervision3d.org/">Papervision 3D</a> is the latest in 3D development for the Adobe Flash platform. It supports a variety of methods for creating 3D content, from basic primitives, to import via the Collada file format. However, being XML-based, Collada files are pretty huge &#8211; getting a 300 frame, 150 particle animation into Flash was creating files that were about 22MB!</p>
<p>After trying various approaches to get animation data from 3dsmax to Flash, <a href="http://www.wearegt.com/">Good Technology</a> got in contact with me to write an exporter in Max Script for their latest Papervision job for the <a href="http://microsites.audi.co.uk/microsites/RS6/index.html">Audi RS6 microsite</a>.</p>
<p>The plugin has 2 main functions:</p>
<ul>
<li>Visualize particle motion before export</li>
<li>Export particle and camera data from max&#8217;s Z-up coordinate system to Papervision&#8217;s Y-up coordinate system</li>
</ul>
<p>More information and screengrabs are available on my <a href="http://www.davestewart.co.uk/portfolio/html/list.php?job=audiRS6">portfolio site</a>.</p>
<h3>Screenshot</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Particles/Papervision3D%20Particle%20Exporter/pv3d_screengrab.gif" class="no-border" /></p>
<h3>Interface</h3>
<p>As with all interfaces I write for 3dsmax, I do my best to provide as much feedback as possible. Note:</p>
<ul>
<li>Group titles are updated with the latest information</li>
<li>Dropdowns have an update button</li>
<li>Tasks have multiple customization options</li>
<li>Progress bars and dialog preferences come as standard</li>
</ul>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Particles/Papervision3D%20Particle%20Exporter/pv3d_ui.gif" class="no-border" /></p>
<h3>Download</h3>
<p>This plugin is not available for download, however please contact me if you wish to discuss custom Papervision3D or any other development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/particle-visualizer-and-papervision3d-exporter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>After Effects Tracker</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/after-effects-tracker/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/after-effects-tracker/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[MaxScript]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/maxscript/after-effects-tracker/</guid>
		<description><![CDATA[As part of a series of promos commissioned by Jetix, we (Huge Designs and I) needed to incorporate up to 15 different characters into a reusable promo &#8220;base&#8221; that could be changed each month to provide variety. Our storyboard demanded 3D, yet the characters were 2D, and rendering the same complex sequences, re-comping and outputting [...]]]></description>
			<content:encoded><![CDATA[<p>As part of a <a href="http://www.davestewart.co.uk/portfolio/html/list.php?job=jetix">series of promos</a> commissioned by Jetix, we (<a href="http://www.hugedesigns.co.uk">Huge Designs</a> and I) needed to incorporate up to 15 different characters into a reusable promo &#8220;base&#8221; that could be changed each month to provide variety. Our storyboard demanded 3D, yet the characters were 2D, and rendering the same complex sequences, re-comping and outputting would have been an impossible task from both time, budget and sanity perspectives!</p>
<p>So, the plan was to render out one complex 3D sequence, do all the sexy post-production in After Effects, then comp-in the characters, as quick post-process, so the whole thing appeared seamless.</p>
<h3>Enter After Effects Tracker&#8230;</h3>
<p>After Effects Tracker is designed to compliment the tracking tools found in After Effects, by transforming and exporting 3D data (world-space) to 2D data (screen-space) that After Effects can use. The following data can be exported:</p>
<ul>
<li>One-point track (position)</li>
<li>Two-point track (position and rotation)</li>
<li>Four-point track (corner pin effect)</li>
<li>Depth (Z-buffer information)</li>
</ul>
<p>After processing an object in the 3dsmax scene, After Effects-compatible data is copied to the clipboard, that can simply be pasted onto an After Effects layer as key frames, mirroring the 3dsmax scene verbatim</p>
<h3>Interface</h3>
<p>Below you can see how it&#8217;s a simple case of selecting the appropriate objects and clicking &#8220;Export&#8221;.</p>
<p>Where needed, the vertex positions can be visualized and compared to the After Effects scene to make sure any corner pinning is achieved the right way round, and not mirrored or rotated.</p>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Animation/After%20Effects%20Tracker/afx_tracker_ui.gif" class="no-border" /></p>
<h3>End result</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Animation/After%20Effects%20Tracker/afx_tracker_render.jpg" /><br />
<img src="http://www.keyframesandcode.com/resources/maxscript/Animation/After%20Effects%20Tracker/afx_tracker_viewport.jpg" /></p>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Animation/After%20Effects%20Tracker/afx_tracker_comparison.gif" class="no-border" /></p>
<h3>From 3dsmax to After Effects</h3>
<p>In the case of getting our 2D characters existing believably within the scene, I knew I would be able to achieve the effect using combination of corner pinning and Z-buffer information, along with a little matting where needed. The process was as follows:</p>
<ol>
<li> 		<strong>Animating and exporting the 3dsmax scene data:</strong>
<ul>
<li>Build, animate and render the 3dsmax scene</li>
<li>Position the 3D planes for each shot to face the camera as directly as possible</li>
<li><strong>Export</strong> the corner-pinning and depth data</li>
</ul>
</li>
<li> 		<strong>Positioning the character layer within the After Effects composition:</strong>
<ul>
<li>Within the After Effects comp, place a 2D character on the top layer of the rendered footage</li>
<li>Apply the <strong>Corner Pin</strong> effect to the character layer and paste the corner pin data to give the illusion of the character being positioned correctly in 3D space</li>
</ul>
</li>
<li> 		<strong>Matting in the character so it doesn&#8217;t appear to float on top of the footage:</strong>
<ul>
<li>Duplicate and isolate the roller coaster car layers using an <strong>ID-matte</strong>, then place above the character layers</li>
<li>Apply the <strong>depth information</strong> exported earlier to any foreground elements, such as roller coaster cars or the track itself, to isolate only the foreground of each layer</li>
</ul>
</li>
</ol>
<h3>Data</h3>
<p>Below is a sample of the exported data:</p>
<pre>Adobe After Effects 7.0 Keyframe Data

	Units Per Second	25
	Source Width	0.0
	Source Height	0.0
	Source Pixel Aspect Ratio	1
	Comp Pixel Aspect Ratio	1

Transform	Position

	Frame	X pixels	Y pixels	Z pixels
		0	0	0	

Transform	Anchor Point
	Frame	X pixels	Y pixels	Z pixels
		0	0	0	

Effects	Corner Pin #1	Upper Left #2
	Frame	X pixels	Y pixels
	0	-53.172	-31.8445
	1	-52.9779	-35.3856
	2	-52.7437	-38.9376
	3	-52.4771	-42.5169
	4	-52.1589	-46.1085
	5	-51.8003	-49.7146
	6	-51.4037	-53.3403
	7	-50.9531	-56.9749</pre>
<h3>Download</h3>
<p>This plugin is not available for download, however please contact me if you wish to discuss custom 3dsmax / After Effects or any other development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/after-effects-tracker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Camera Animator</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/camera-animator/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/camera-animator/#comments</comments>
		<pubDate>Fri, 25 Aug 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Cameras]]></category>
		<category><![CDATA[MaxScript]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=110</guid>
		<description><![CDATA[Overview
Camera Animator is designed to animate a camera through a series of locked-off shots, at user defined times, for such things as titles, credits, walk-throughs, or any other situation where you would want to move methodically through a series of points-of-interest.
Click the image below to view a QuickTime movie of the script in action.

Benefits
Camera Animator [...]]]></description>
			<content:encoded><![CDATA[<h3 style="margin-top: 0px">Overview</h3>
<p>Camera Animator is designed to animate a camera through a series of locked-off shots, at user defined times, for such things as titles, credits, walk-throughs, or any other situation where you would want to move methodically through a series of points-of-interest.</p>
<p>Click the image below to view a QuickTime movie of the script in action.</p>
<p><a href="http://www.keyframesandcode.com/resources/maxscript/Cameras/Camera%20Animator/assets/Camera%20Animator.mov" class="plain"><img src="http://www.keyframesandcode.com/resources/maxscript/Cameras/Camera%20Animator/camera-animator-movie.gif" class="no-border" /></a></p>
<h3>Benefits</h3>
<p>Camera Animator allows you to concentrate on framing &#8220;template&#8221; shots without worrying about animation timings, then quickly and easily create a base animation from those shots by clicking a single button.</p>
<p>You can continually re-frame the original shots, as well as adjust the timing and weighting of the movement in a variety of ways, and it&#8217;s just a few clicks to add cameras, reorder cameras, change timings of holds or moves on a per-camera basis, and have the entire animation update.</p>
<p>The final key-framed animation can be used a starting point for further development, or can just be used as-is.</p>
<h3>Interface and basic usage</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Cameras/Camera%20Animator/camera-animator-ui.gif" class="no-border float-left" /></p>
<p style="padding-top: 10px"> Using the script is quite straightforward:</p>
<ol>
<li style="margin-left: 25px">Set up your scene by framing your required shots using target cameras</li>
<li style="margin-left: 25px">Click the <strong>Grab Cameras from Scene</strong> button to add the cameras</li>
<li style="margin-left: 25px">Adjust individual camera settings, such as <strong>Hold Time</strong> and <strong>Move time</strong><strong><br />
</strong></li>
<li style="margin-left: 25px">Click the <strong>Animate Camera</strong> button to create the animation</li>
<li style="margin-left: 25px">Repeat the process from step 3 as necessary</li>
</ol>
<p>A new <strong>Animated Camera</strong> will be created that animates through the <strong>Template Camera</strong> positions using the default values of 75 frames per hold, and 25 frames per move.</p>
<p>You can continually re-adjust settings, and click <strong>Animate Camera</strong> again to update the animation.</p>
<h3 style="margin-left: 260px">Options</h3>
<p>There are various ways to customize the animation that the script creates:</p>
<p>Change <strong>Template Camera</strong> order by selecting camera(s) in the list and clicking the <strong>Up</strong> and <strong>Down</strong> buttons.</p>
<p>Change <strong>Hold</strong> and <strong>Move </strong>timings by either selecting the camera(s) in the list and adjusting the timings spinners, or by selecting the camera by double-clicking the item in the list, and editing the camera&#8217;s <strong>Camera Animation</strong> parameters in the Modify Panel.</p>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Cameras/Camera%20Animator/camera-animator-ui-camera.gif" /></p>
<p>Toggle the <strong>Synchronize List</strong> checkbutton to automatically synchronize the <strong>Template Cameras</strong> list selection as you drag the Time Slider. This is useful for quickly adjusting timings as you scrub through the animation.</p>
<p>You can also change the <strong>controller types</strong> used, depending on the level of control / ease of use required. Choose from between <strong>Position XYZ</strong>, or <strong>Bezier Position</strong>.</p>
<p>Choose any of the default <strong>tangent types</strong>, such as <strong>Slow</strong>, <strong>Auto</strong>, <strong>Linear </strong>to adjust the easing of the movement.</p>
<p>Assign a <strong>Secondary Animation</strong> track to the <strong>Animated Camera</strong>, complete with placeholder keyframes for later adjustment, to add subtle movement on top of the main animation.</p>
<h3 style="clear: both">Animation</h3>
<p>The script automatically creates 2 sets of controllers and keyframes:</p>
<ul>
<li><strong>Primary Motion:</strong> a primary set of keyframes for <strong>Camera</strong>, <strong>Target </strong>and <strong>FOV</strong>, animating a path through the <strong>Template Cameras</strong></li>
<li><strong>Secondary Motion:</strong> a secondary set of placeholder keyframes (on either Camera&#8217;s <strong>position controller</strong>, or an <strong>XForm modifier</strong>) to allow the animator to add further subtle movement.</li>
</ul>
<p>You can clearly see both animation curves in the Trackview below.</p>
<p>In this case, the <strong>Secondary Motion</strong> keys have been adjusted to give the holding phases a little life, by gently tracking left and right in the horizontal axis.</p>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Cameras/Camera%20Animator/camera-animator-trackview.gif" class="no-border" /></p>
<h3>Case Study</h3>
<p>You can see <strong>Camera Animator</strong> in action on a real job in the screen grab for my <a href="http://www.keyframesandcode.com/code/development/maxscript/viewport-layout-manager/">Viewport Layout Manager</a>.</p>
<h3>Download and Installation</h3>
<p>Download <a href="http://www.keyframesandcode.com/resources/maxscript/Cameras/Camera%20Animator/assets/Camera%20Animator.ms">Camera Animator.ms</a> then drag it onto your 3dsmax viewports to create the <strong>Camera Animator</strong> dialog.</p>
<h3>Sample Scenes</h3>
<ul>
<li><a href="http://localhost/sites/www.keyframesandcode.com/resources/maxscript/Cameras/Camera%20Animator/assets/Camera%20Animator%20Demo.zip">Camera Animator before and after sample scenes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/camera-animator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.keyframesandcode.com/resources/maxscript/Cameras/Camera%20Animator/assets/Camera%20Animator.mov" length="3725076" type="video/quicktime" />
		</item>
		<item>
		<title>Path Controller 2</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/path-controller-2/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/path-controller-2/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[MaxScript]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=101</guid>
		<description><![CDATA[This MAXScript entry has not yet been completed&#8230;

A scripted controller setup that allows you to animate the distance along a path in real-world units
]]></description>
			<content:encoded><![CDATA[<p>This MAXScript entry has not yet been completed&#8230;<br />
<span id="more-101"></span><br />
A scripted controller setup that allows you to animate the distance along a path in real-world units</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/path-controller-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filter Trackbar Keys</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/trackbar-filter/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/trackbar-filter/#comments</comments>
		<pubDate>Fri, 25 Feb 2005 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[MaxScript]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=105</guid>
		<description><![CDATA[Preamble
A lot of times when you&#8217;re animating, your trackbar can get pretty crowded. 3dsmax provides trackbar key filtering on a global level, but sometimes this isn&#8217;t as precise as needed:

Plugin
Filter Trackbar Keys provides multiple per-track control over which keys display in trackbar for the selected object.

Download and Installation
Download and run Filter Trackbar Keys 1.0.ms from [...]]]></description>
			<content:encoded><![CDATA[<h3>Preamble</h3>
<p>A lot of times when you&#8217;re animating, your trackbar can get pretty crowded. 3dsmax provides trackbar key filtering on a global level, but sometimes this isn&#8217;t as precise as needed:</p>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Animation/Filter%20Trackbar%20Keys/trackbar_filter.gif" style="border: medium none " border="0" height="288" width="525" /></p>
<h3>Plugin</h3>
<p>Filter Trackbar Keys provides multiple per-track control over which keys display in trackbar for the selected object.</p>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Animation/Filter%20Trackbar%20Keys/filter_trackbar_keys_ui.gif" /></p>
<h3>Download and Installation</h3>
<p>Download and run <a href="http://www.keyframesandcode.com/resources/maxscript/Animation/Filter%20Trackbar%20Keys/Filter%20Trackbar%20Keys%201.0.ms">Filter Trackbar Keys 1.0.ms</a> from 3dsmax.</p>
<p>It will create the macroscript in the correct directory for your max version, then you can add the script to a toolbar by going to:</p>
<ul>
<li>Customize &gt; Customize User Interface&#8230;</li>
<li>and looking under the <strong>Animation Tools</strong> category for <strong>Filter Trackbar Keys</strong>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/trackbar-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animated Surface Align</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/stick-object-to-surface/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/stick-object-to-surface/#comments</comments>
		<pubDate>Mon, 11 Oct 2004 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[MaxScript]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=104</guid>
		<description><![CDATA[Just a bit of  fun with&#8230;

Scripted controllers &#38; node references
IntersectRay
Object transforms

&#8230;to make a boat stick to a very animated surface, as well as holding its direction. Before anyone moans about the fact it doesn&#8217;t look like it&#8217;s actually sailing &#8211; thank you, but that&#8217;s not really the point of the exercise  
Screenshot

Download
Download Animated [...]]]></description>
			<content:encoded><![CDATA[<p>Just a bit of  fun with&#8230;</p>
<ul>
<li>Scripted controllers &amp; node references</li>
<li>IntersectRay</li>
<li>Object transforms</li>
</ul>
<p>&#8230;to make a boat stick to a very animated surface, as well as holding its direction. Before anyone moans about the fact it doesn&#8217;t look like it&#8217;s actually sailing &#8211; thank you, but that&#8217;s not really the point of the exercise <img src='http://www.keyframesandcode.com/code/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>Screenshot</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Animation/Animated%20Surface%20Align/surface-align-viewport.gif" /></p>
<h3>Download</h3>
<p>Download <a href="http://www.keyframesandcode.com/resources/maxscript/Animation/Animated%20Surface%20Align/Animated%20Surface%20Align.max">Animated Surface Align</a> for 3dsmax 8.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/stick-object-to-surface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripted Look-at Controller</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/scripted-look-at-controller/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/scripted-look-at-controller/#comments</comments>
		<pubDate>Thu, 21 Feb 2002 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[MaxScript]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=102</guid>
		<description><![CDATA[A &#8220;billboard&#8221; type script that sets up objects to look in one axis only at a target object. Useful for things like cutouts of trees, people, etc. The nice thing about this script is that you can assign the controllers to all thee axis if you like, creating some rather interesting effects.
NB. This script&#8217;s capabilities [...]]]></description>
			<content:encoded><![CDATA[<p>A &#8220;billboard&#8221; type script that sets up objects to look in one axis only at a target object. Useful for things like cutouts of trees, people, etc. The nice thing about this script is that you can assign the controllers to all thee axis if you like, creating some rather interesting effects.</p>
<p>NB. This script&#8217;s capabilities have now been superseded by max&#8217;s new Script Controllers, so I may update this at some point.</p>
<h3>Screenshots</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Animation/Scripted%20Lookat/scripted-lookat-viewport.gif" class="no-border" /></p>
<h3>Interface</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Animation/Scripted%20Lookat/scripted-lookat-ui.gif" class="no-border" /></p>
<h3>Download and Installation</h3>
<p>Download and run <a href="http://www.keyframesandcode.com/resources/maxscript/Animation/Scripted%20Lookat/Scripted%20Lookat.ms">Scripted Lookat.ms</a> from 3dsmax.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/scripted-look-at-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

