<?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; Modelling</title>
	<atom:link href="http://www.keyframesandcode.com/code/category/development/maxscript/modelling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keyframesandcode.com/code</link>
	<description>MaxScript, ActionScript, PHP &#38; JavaScript</description>
	<lastBuildDate>Mon, 30 Aug 2010 15:12:36 +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>Spline Tools</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/spline-tools/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/spline-tools/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Modelling]]></category>

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

Tools for easily editing the in and out tangents of a spline shape
]]></description>
			<content:encoded><![CDATA[<p>This MAXScript entry has not yet been completed&#8230;<br />
<span id="more-120"></span><br />
Tools for easily editing the in and out tangents of a spline shape</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/spline-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spherical Spline</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/spherical-spline/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/spherical-spline/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 00:07:46 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Modelling]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/uncategorized/spherical-spline/</guid>
		<description><![CDATA[Another &#8220;just for fun!&#8221; script. I like these  
A simple interface to create a perfect sphere (and variations thereof) with just one spline.
 Screenshot

Interface

Download
Download spherical spline 04 ui.ms.
]]></description>
			<content:encoded><![CDATA[<p>Another &#8220;just for fun!&#8221; script. I like these <img src='http://www.keyframesandcode.com/code/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A simple interface to create a perfect sphere (and variations thereof) with just one spline.</p>
<h3> Screenshot</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Fun/Spherical%20Spline/spherical-spline-viewport.gif" /></p>
<h3>Interface</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Fun/Spherical%20Spline/spherical-spline-ui.gif" class="no-border" /></p>
<h3>Download</h3>
<p>Download <a href="http://www.keyframesandcode.com/resources/maxscript/Fun/Spherical%20Spline/spherical%20spline%2004%20ui.ms">spherical spline 04 ui.ms</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/spherical-spline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collapse and Replace</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/collapse-and-replace/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/collapse-and-replace/#comments</comments>
		<pubDate>Fri, 06 Oct 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Modelling]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/?p=117</guid>
		<description><![CDATA[There are times when you&#8217;re animating something and it&#8217;s a lot easier to have everything as one, big mesh, especially when pivot points and object-bounds start playing havoc with your carefully crafted animation and bizarre shit just keeps happening.
But then you&#8217;re in a pickle with modelling. You really need to keep all those beautifully-designed objects [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when you&#8217;re animating something and it&#8217;s a lot easier to have everything as one, big mesh, especially when pivot points and object-bounds start playing havoc with your carefully crafted animation and bizarre shit just keeps happening.</p>
<p>But then you&#8217;re in a pickle with modelling. You really need to keep all those beautifully-designed objects separate.</p>
<p>What to do!? Well, how about an example&#8230;</p>
<h3>Screenshots</h3>
<p>The objects on the left make up one &#8220;element&#8221;, each with different mapping, materials, and obviously, pivot points.</p>
<p>The object on the right is a cylinder animated with a path deform to make it go round in a wiggly shape.</p>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Modelling/Collapse%20and%20Replace/collapse-viewport-01.gif" /></p>
<p>Animating all those objects on the left would be a major pain, so let&#8217;s collapse and replace in once fell swoop:</p>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Modelling/Collapse%20and%20Replace/collapse-viewport-02.gif" 2src="http://www.keyframesandcode.com/resources/maxscript/Modelling/Collapse%20and%20Replace/collapse-viewport-02.gif" /></p>
<p>Great! And if new objects need to be added later, it&#8217;s just a simple case of updating the animated object.</p>
<h3>Interface</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Modelling/Collapse%20and%20Replace/collapse-ui.gif" class="no-border" /></p>
<p>It&#8217;s pretty simple.</p>
<p>Pick the objects you want to collapse, pick a target mesh if required, pick the action you want&#8230;</p>
<ul>
<li><strong>Collapse source objects</strong> &#8211; works like a regular collapse</li>
<li><strong>Create new mesh</strong> &#8211; the same as above, but duplicates the existing objects</li>
<li><strong>Update a target mesh</strong> &#8211; the same as option1, but assigns the mesh to another object&#8217;s base mesh (great for animation)</li>
</ul>
<p>&#8230; and click the button.</p>
<p>The only other option is to specify which of the original objects you want to use as the reference pivot point, which can be done by picking the object in the viewport, or by double-clicking the Source Objects list.</p>
<h3>Download and Installation</h3>
<p>Download&#8230;</p>
<ul>
<li>The MaxScript file: <a href="http://www.keyframesandcode.com/resources/maxscript/Modelling/Collapse%20and%20Replace/CollapseAndReplace0.61.ms">CollapseAndReplace0.61.ms</a></li>
<li>The demo scene shown above: <a href="http://www.keyframesandcode.com/resources/maxscript/Modelling/Collapse%20and%20Replace/CollapseAndReplace.max">CollapseAndReplace.max</a></li>
</ul>
<p>Just run the .ms file to create the dialog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/collapse-and-replace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twist Profile</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/twist-profile/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/twist-profile/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Modelling]]></category>

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

Apply a curve-defined twist to any geometry
]]></description>
			<content:encoded><![CDATA[<p>This MAXScript entry has not yet been completed&#8230;<br />
<span id="more-118"></span><br />
Apply a curve-defined twist to any geometry</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/twist-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
