<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Parameter Wire Copying</title>
	<atom:link href="http://www.mathiesonfacer.com/blog/parameter-wire-copying/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathiesonfacer.com/featured/parameter-wire-copying/</link>
	<description>Mathieson Facer - Rigging Technical Director</description>
	<lastBuildDate>Wed, 21 Sep 2011 17:35:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mat</title>
		<link>http://www.mathiesonfacer.com/featured/parameter-wire-copying/comment-page-1/#comment-5321</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Mon, 07 Mar 2011 04:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=853#comment-5321</guid>
		<description>Hi Omar. I think Vimeo was having trouble earlier today, because I checked the video on my smartphone and it was indeed having issues. I just checked on my laptop, now that I am at home, and it is working again. Enjoy!</description>
		<content:encoded><![CDATA[<p>Hi Omar. I think Vimeo was having trouble earlier today, because I checked the video on my smartphone and it was indeed having issues. I just checked on my laptop, now that I am at home, and it is working again. Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omar</title>
		<link>http://www.mathiesonfacer.com/featured/parameter-wire-copying/comment-page-1/#comment-5311</link>
		<dc:creator>omar</dc:creator>
		<pubDate>Sun, 06 Mar 2011 21:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=853#comment-5311</guid>
		<description>Where is the video</description>
		<content:encoded><![CDATA[<p>Where is the video</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://www.mathiesonfacer.com/featured/parameter-wire-copying/comment-page-1/#comment-353</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Tue, 30 Mar 2010 18:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=853#comment-353</guid>
		<description>Easiest solution I can think of for that is to just script what you are describing there to suppress any dialog boxes and extra mouse clicks/key strokes that come up during the process. Something like..

saveNodes selection ((getDir #temp) + &quot;\\nodesCopyBuffer.max&quot;)

theFile = ((getDir #temp) + &quot;\\nodesCopyBuffer.max&quot;)
if (doesFileExist theFile) then
(
mergeMAXFile theFile #select #mergeDups #renameMtlDups #promptReparent
)

These would be two separate macroscripts. Just bind the &quot;saveNodes&quot; one to Ctrl+C and the &quot;mergeMaxFile&quot; one to Ctrl+V through Customize UI. Since both macros are always using the same, hardcoded, file path, it is essentially acting like a copy/paste buffer.</description>
		<content:encoded><![CDATA[<p>Easiest solution I can think of for that is to just script what you are describing there to suppress any dialog boxes and extra mouse clicks/key strokes that come up during the process. Something like..</p>
<p>saveNodes selection ((getDir #temp) + &#8220;\\nodesCopyBuffer.max&#8221;)</p>
<p>theFile = ((getDir #temp) + &#8220;\\nodesCopyBuffer.max&#8221;)<br />
if (doesFileExist theFile) then<br />
(<br />
mergeMAXFile theFile #select #mergeDups #renameMtlDups #promptReparent<br />
)</p>
<p>These would be two separate macroscripts. Just bind the &#8220;saveNodes&#8221; one to Ctrl+C and the &#8220;mergeMaxFile&#8221; one to Ctrl+V through Customize UI. Since both macros are always using the same, hardcoded, file path, it is essentially acting like a copy/paste buffer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Camarillo</title>
		<link>http://www.mathiesonfacer.com/featured/parameter-wire-copying/comment-page-1/#comment-352</link>
		<dc:creator>Ian Camarillo</dc:creator>
		<pubDate>Tue, 30 Mar 2010 17:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=853#comment-352</guid>
		<description>NICE! is it possible to Ctrl+C/Ctrl+V objects from one max to another? often I save selected to a temp file on my desktop and merge into another scene. would be cool if it was less steps like copy/paste</description>
		<content:encoded><![CDATA[<p>NICE! is it possible to Ctrl+C/Ctrl+V objects from one max to another? often I save selected to a temp file on my desktop and merge into another scene. would be cool if it was less steps like copy/paste</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie</title>
		<link>http://www.mathiesonfacer.com/featured/parameter-wire-copying/comment-page-1/#comment-329</link>
		<dc:creator>Julie</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=853#comment-329</guid>
		<description>Very helpful! Thanks!</description>
		<content:encoded><![CDATA[<p>Very helpful! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

