<?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; Widgets</title>
	<atom:link href="http://www.keyframesandcode.com/code/category/development/maxscript/widgets/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>Copy Object Properties</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/copy-object-properties/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/copy-object-properties/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 21:53:05 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/maxscript/copy-object-properties/</guid>
		<description><![CDATA[A quad-menu shortcut to quickly copy properties from another object. Currently works on base-object properties, but at some point I may update it to work with modifiers.
Works on multiple selections, and attempts all property names, so you can do things like update the radii of spheres from cones, for example.
 Interface

Download and Installation
Download and run [...]]]></description>
			<content:encoded><![CDATA[<p>A quad-menu shortcut to quickly copy properties from another object. Currently works on base-object properties, but at some point I may update it to work with modifiers.</p>
<p>Works on multiple selections, and attempts all property names, so you can do things like update the radii of spheres from cones, for example.</p>
<h3> Interface</h3>
<p><img src="http://www.keyframesandcode.com/resources/maxscript/Widgets/Copy%20Object%20Properties/copy-object-properties-ui.gif" class="no-border" /></p>
<h3>Download and Installation</h3>
<p>Download and run <a href="http://www.keyframesandcode.com/resources/maxscript/Widgets/Copy%20Object%20Properties/Copy%20Object%20Properties.ms">Copy Object Properties.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>Tools</strong> category for <strong>Copy Object Properties</strong>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/copy-object-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide Objects According to Visibility</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/hide-objects-according-to-visibility/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/hide-objects-according-to-visibility/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Widgets]]></category>

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

Make objects properly &#8220;invisible&#8221; in the viewports when their visibility is 0
]]></description>
			<content:encoded><![CDATA[<p>This MAXScript entry has not yet been completed&#8230;<br />
<span id="more-135"></span><br />
Make objects properly &#8220;invisible&#8221; in the viewports when their visibility is 0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/hide-objects-according-to-visibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoZoom</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/autozoom/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/autozoom/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Widgets]]></category>

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

Auto-zooms the display to the selected object
]]></description>
			<content:encoded><![CDATA[<p>This MAXScript entry has not yet been completed&#8230;<br />
<span id="more-133"></span><br />
Auto-zooms the display to the selected object</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/autozoom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open all groups</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/open-all-groups/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/open-all-groups/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Widgets]]></category>

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

Recursively set all groups open or closed.
]]></description>
			<content:encoded><![CDATA[<p>This MAXScript entry has not yet been completed&#8230;<br />
<span id="more-136"></span><br />
Recursively set all groups open or closed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/open-all-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spinner Precision</title>
		<link>http://www.keyframesandcode.com/code/development/maxscript/spinner-precision/</link>
		<comments>http://www.keyframesandcode.com/code/development/maxscript/spinner-precision/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 00:00:00 +0000</pubDate>
		<dc:creator>Dave Stewart</dc:creator>
				<category><![CDATA[MaxScript]]></category>
		<category><![CDATA[Widgets]]></category>

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

Quickly set the spinner precision
]]></description>
			<content:encoded><![CDATA[<p>This MAXScript entry has not yet been completed&#8230;<br />
<span id="more-137"></span><br />
Quickly set the spinner precision</p>
]]></content:encoded>
			<wfw:commentRss>http://www.keyframesandcode.com/code/development/maxscript/spinner-precision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
