<?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: FFD Mirroring</title>
	<atom:link href="http://www.mathiesonfacer.com/blog/ffd-mirroring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathiesonfacer.com/featured/ffd-mirroring/</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/ffd-mirroring/comment-page-1/#comment-371</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Mon, 05 Apr 2010 13:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=736#comment-371</guid>
		<description>Hey! Thanks for catching that and posting a solution as well. I had overlooked that and yet to be in a situation to notice it. I might go back and add to the end of the video to mention this and show the solution. You will get full credit. Thanks again!</description>
		<content:encoded><![CDATA[<p>Hey! Thanks for catching that and posting a solution as well. I had overlooked that and yet to be in a situation to notice it. I might go back and add to the end of the video to mention this and show the solution. You will get full credit. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ehsan Kiani</title>
		<link>http://www.mathiesonfacer.com/featured/ffd-mirroring/comment-page-1/#comment-370</link>
		<dc:creator>Ehsan Kiani</dc:creator>
		<pubDate>Mon, 05 Apr 2010 06:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=736#comment-370</guid>
		<description>Great method,

There is a little problem with this way you doing it, which is : what if we have a FFD(5, 5, 5) then you can skin wrap that to a Box, but as you know inside of the Box is empty so how the interior FFD Control Points gonna get wrapped to the Box , in this case they remain at the same place. So to Fix it you just need to have a Box which has interior Vertices, so I wrote this little script which create a box like that regarding to the size of the box segments you need just change it as your box setting.
------------------------------------------
boxes = #()

for x = 0 to 1 do 
(
	for y = 0 to 1 do
	(
		for z = 0 to 1 do
		(
			b = box width:10 height:10 length:10
			append boxes b
			b.position = [x*10, y*10, z*10]
		)
	)
)

--print boxes

select boxes[1]
macros.run &quot;Modifier Stack&quot; &quot;Convert_to_Mesh&quot;

for i = 1 to boxes.count do
(
	i += 1
	if i &lt; 9 do
	(
		attach boxes[1] boxes[i]
	)
)
------------------------------------------

Good luck,
Ehsan Kiani.</description>
		<content:encoded><![CDATA[<p>Great method,</p>
<p>There is a little problem with this way you doing it, which is : what if we have a FFD(5, 5, 5) then you can skin wrap that to a Box, but as you know inside of the Box is empty so how the interior FFD Control Points gonna get wrapped to the Box , in this case they remain at the same place. So to Fix it you just need to have a Box which has interior Vertices, so I wrote this little script which create a box like that regarding to the size of the box segments you need just change it as your box setting.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
boxes = #()</p>
<p>for x = 0 to 1 do<br />
(<br />
	for y = 0 to 1 do<br />
	(<br />
		for z = 0 to 1 do<br />
		(<br />
			b = box width:10 height:10 length:10<br />
			append boxes b<br />
			b.position = [x*10, y*10, z*10]<br />
		)<br />
	)<br />
)</p>
<p>&#8211;print boxes</p>
<p>select boxes[1]<br />
macros.run &#8220;Modifier Stack&#8221; &#8220;Convert_to_Mesh&#8221;</p>
<p>for i = 1 to boxes.count do<br />
(<br />
	i += 1<br />
	if i &lt; 9 do<br />
	(<br />
		attach boxes[1] boxes[i]<br />
	)<br />
)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Good luck,<br />
Ehsan Kiani.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jLabbe</title>
		<link>http://www.mathiesonfacer.com/featured/ffd-mirroring/comment-page-1/#comment-105</link>
		<dc:creator>jLabbe</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=736#comment-105</guid>
		<description>Neat trick!</description>
		<content:encoded><![CDATA[<p>Neat trick!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

