<?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; Rendering</title>
	<atom:link href="http://www.keyframesandcode.com/code/category/development/maxscript/rendering/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>Network-Render all Cameras</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/network-render-all-cameras/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/network-render-all-cameras/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[Cameras]]></category>
		<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Rendering]]></category>

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

Automatically submit all cameras to a network render, rendering the correct frames, and save the output to the correct directories
]]></description>
			<content:encoded><![CDATA[<p>This MAXScript entry has not yet been completed&#8230;<br />
<span id="more-109"></span><br />
Automatically submit all cameras to a network render, rendering the correct frames, and save the output to the correct directories</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/network-render-all-cameras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Render Size Presets</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/render-size-presets/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/render-size-presets/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 00:00:37 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Rendering]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/maxscript/render-size-presets/</guid>
		<description><![CDATA[Adds a new toolbar, allowing you to quickly change render size presets (PAL, PAL widescreen, HDTV, etc), and sizes ranging from full to 25%. Also, optionally render when clicking the preset buttons.
Interface

Adding more presets
To add more presets to the list, you&#8217;ll have to edit the script. Don&#8217;t worry &#8211; it&#8217;s pretty easy! Just add items [...]]]></description>
			<content:encoded><![CDATA[<p>Adds a new toolbar, allowing you to quickly change render size presets (PAL, PAL widescreen, HDTV, etc), and sizes ranging from full to 25%. Also, optionally render when clicking the preset buttons.</p>
<h3>Interface</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Rendering/Render%20Size%20Presets/render-size-presets-ui.gif" class="no-border" /></p>
<h3>Adding more presets</h3>
<p>To add more presets to the list, you&#8217;ll have to edit the script. Don&#8217;t worry &#8211; it&#8217;s pretty easy! Just add items to the array here.</p>
<pre>local presets =
	#(
		#("PAL", 768, 576, 1),
		#("PAL (Widescreen)", 1024, 576, 1),
		#("HDTV", 1920, 1080, 1)
		-- feel free to add more here
	)
</pre>
<h3>Download and installation</h3>
<p>Download <a href="http://www.keyframesandcode.com/resources/maxscript/Rendering/Render%20Size%20Presets/renderSizePresets%200.75.ms">renderSizePresets 0.75.ms</a>, and place the file in your scripts/startup directory to have it start automatically each time you start 3dsmax.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/render-size-presets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RenderWanger</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/renderwanger/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/renderwanger/#comments</comments>
		<pubDate>Sat, 24 Dec 2005 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Rendering]]></category>

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

Save and load render presets
]]></description>
			<content:encoded><![CDATA[<p>This MAXScript entry has not yet been completed&#8230;<br />
<span id="more-108"></span><br />
Save and load render presets</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/renderwanger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
