<?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>MathiesonFacer.com</title>
	<atom:link href="http://www.mathiesonfacer.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathiesonfacer.com</link>
	<description>Mathieson Facer - Rigging Technical Director</description>
	<lastBuildDate>Sat, 29 Oct 2011 21:54:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Separate blendshapes seamlessly in Maya</title>
		<link>http://www.mathiesonfacer.com/featured/separate-blendshapes-seamlessly-in-maya/</link>
		<comments>http://www.mathiesonfacer.com/featured/separate-blendshapes-seamlessly-in-maya/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 21:54:03 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=1264</guid>
		<description><![CDATA[Last week, I had to come up with a way of separating one blendshape into multiple blendshapes. So basically, imagine we have one blendshape of a full smile and we need to separate it into left and right. If you go to the Edit Deformers menu, there is an option to paint blendshape weights. This [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I had to come up with a way of separating one blendshape into multiple blendshapes. So basically, imagine we have one blendshape of a full smile and we need to separate it into left and right.</p>
<p>If you go to the Edit Deformers menu, there is an option to paint blendshape weights. This is the tool we will be using, but the tricky part of separating blendshapes like this is the overlap area between the shapes. Since blendshapes are additive, if the overlap area is not done properly, when both blendshapes are enabled you may run into areas where it is morphing more or less than what you intended.</p>
<p><span id="more-1264"></span></p>
<p>So, our issue is essentially that these weights are not normalized. There is a simple solution to this problem: paint the weights using a skin node so that they are normalized, and then transfer the weights over to our blendshape node.</p>
<p>To do this, you will need to have good UVs set up for your mesh. They don&#8217;t have to be perfect, but they definitely cannot have any faces overlapping. When the UVs are good to go, duplicate your mesh. This is the mesh we will add the skin node to.</p>
<p>For our example, we are separating our main blendshape into left and right blendshapes. Create two joints and name them &#8220;left_blendshape&#8221; and &#8220;right_blendshape&#8221;. It doesn&#8217;t matter where you place these joints, as we are not going to be using them to deform the mesh. All we care about is getting the weights. Select these two joints and your skinning mesh and then create a smooth bind skin node. Paint your weights for however you want the shapes to be separated. The weights will be normalized so that all influences combined will add up to 1, which means our blendshapes will also add up to 1.</p>
<p>To transfer the weights over to your blendshape, select your skinned mesh and go to Skin &gt; Edit Smooth Skin &gt; Export Skin Weight Maps. Click on the options box. We want to export the luminance. Increase the map size to something large so get as much data transferred as possible. I use 2048&#215;2048. Choose TIFF as the file format. Export the maps to wherever you want, just as long as you remember where you saved them to.</p>
<p>Now, on your mesh that has the blendshape set up, so to Edit Deformers &gt; Paint Blend Shape Weights Tool. Click on the options box to bring up the tools panel. Select your main blendshape that your are wanting to separate into left and right shapes. Go down to Attribute Maps &gt; Import. Make sure Luminance is chosen for Import value and then click on the Import button. Navigate to the folder where you exported your weight maps to from the skin node. Load the &#8220;left_blendshape&#8221; map and when you set the weight for the main blendshape to 1, it should only enable the blendshape on the left side. Duplicate the mesh, and you now have your blendshape for the left side. Repeat this process to get your right side blendshape as well.</p>
<p>Now that you have both your right and left blendshapes as separate meshes, select them both, select your main, undeformed mesh, and create a new blendshape node. The new blendshape node should now have both your left and right side blendshapes, and if you set both of their weights to 1 in the channel box they should add together perfectly and look exactly like the main blendshape that you started the process with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathiesonfacer.com/featured/separate-blendshapes-seamlessly-in-maya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rig encapsulation using Maya&#8217;s assets</title>
		<link>http://www.mathiesonfacer.com/blog/rig-encapsulation-using-mayas-assets/</link>
		<comments>http://www.mathiesonfacer.com/blog/rig-encapsulation-using-mayas-assets/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 04:10:51 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=1257</guid>
		<description><![CDATA[I&#8217;ve been playing around lately with Maya&#8217;s assets, and I think they&#8217;re pretty cool. Following the example provided in Maya&#8217;s documents, I wasn&#8217;t too happy with the result. I had to play around a bit before figuring out how I want to use them. Here are my thoughts on some points after playing around. There [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around lately with Maya&#8217;s assets, and I think they&#8217;re pretty cool. Following the example provided in Maya&#8217;s documents, I wasn&#8217;t too happy with the result. I had to play around a bit before figuring out how I want to use them. Here are my thoughts on some points after playing around.</p>
<p>There are two levels of encapsulation when working with assets: black boxing and attribute locking. Black boxing basically just hides  any non-published nodes from the Outliner so the animators can&#8217;t go getting into trouble with the guts of the rig. The guts of the rig is the proverbial &#8220;big red button&#8221;: leave a note saying &#8220;DO NOT TOUCH&#8221;, and it only increases temptation. Attribute locking goes through the entire asset and locks any attributes that have not been published.</p>
<p><span id="more-1257"></span></p>
<p>There are a few problems with both of these encapsulation types. The biggest problems I have belong to the attribute locking. First off, any attributes you do not publish for the animator to use get locked and hidden. This means that for any attribute you want the animator to use, you actually need to publish. The problem with this is that every published attribute gets added to the asset node. This is a very useful feature, as you can publish your geometry visibility and controls visibility toggles, for example, and have them appear on the master node of the encapsulated rig, but when you have a hundred or so controls in the rig and several attributes per control that need to be published&#8230; well, yeah, it becomes cluttered and messy. All of a sudden a great feature has become completely useless.</p>
<p>Second problem with attribute locking is, locking certain attributes on certain nodes can actually break your rig. I wrote a MEL script on a previous production that was to go through all hidden nodes and lock all attributes on those nodes. I found that after doing this it would actually kill my IK handles and/or constraints (I didn&#8217;t bother trying to troubleshoot it much since it was obviously having major issues, so not sure exactly which nodes and attributes were having the problem). I thought Autodesk would have been taken into consideration with Maya&#8217;s assets, but apparently not. I ran into the same issue where parts of my rig just straight up broke after locking attributes.</p>
<p>The problem with black boxing, luckily, is a very small problem which can be easily fixed. The problem is that, although unpublished nodes are hidden from the Outliner, the animators can still select them when doing a select hierarchy command, so they&#8217;re not actually fully &#8220;black-boxed&#8221;. I fixed this by setting up two script jobs. The first script job is for when a scene is loaded. When the scene is loaded, it collects all asset container nodes, cycles through them, and appends the names of all unpublished nodes in each asset container to a shared array. The other script job is for whenever a new selection is made. When a new selection is made, the script job just quickly deselects the list of unpublished nodes we collected earlier.</p>
<p>One other issue I&#8217;ve run into is that when you add nodes to an asset, it essentially makes it impossible to work with it in the hypergraph. All of the nodes are stored in a container, and there is no isolating the nodes. If you select one node and tell it to graph just one level deep for inputs and outputs, it ignores you. You are looking at the entire node graph at all times, whether you like it or not. For this reason, I&#8217;ve actually made this entire process automated, and it is performed when the rig gets published. The script assumes you are organizing your rig scene a certain way, and then packages the rig accordingly. To explain further, when I start creating a rig, I have a hierarchy of group nodes set up that looks similar to the following:</p>
<ul>
<li>master</li>
<ul>
<li>controls</li>
<li>geo</li>
<ul>
<li>highRes</li>
<li>lowRes</li>
</ul>
<li>rig</li>
<ul>
<li>joints</li>
<li>deformers</li>
<li>misc</li>
</ul>
</ul>
</ul>
<p>The packaging script knows to expect these nodes. It collects all nodes under the master node and adds them into an asset. Then, it collects all nodes under controls prefixed with &#8220;CNT_&#8221; and publishes them so they will still appear in the Outliner when blackboxed. Once blackboxed, the &#8220;CNT_&#8221; prefix is kind of redundant since every single node you see will have &#8220;CNT_&#8221; in front. I like to remove the prefix during packaging so that the animator only sees &#8220;LeftArm&#8221; or &#8220;Neck&#8221;, for example. It makes the rig a lot more readable in the Outliner.</p>
<p>Also, the packager expects that all attributes found on the master node found above should be published to the asset. Although I am not using the Lock Attribute feature, publishing attributes still makes it so that those attributes appear on the asset node. There is a setting in the channel box that allows you to have these attributes then be visible whenever you have selected any object belonging to the asset. This can be nice as long as you keep the number of attributes low and they are something that affects the entire rig.</p>
<p>Oh, I almost forgot one other cool thing about using assets. It makes walking the hierarchy a sinch for animators. The up and down arrows do not take you to the shape node, or the group node you have your control parented to. It takes you directly to the next published node and skips everything else in between.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathiesonfacer.com/blog/rig-encapsulation-using-mayas-assets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Destination 5</title>
		<link>http://www.mathiesonfacer.com/blog/final-destination-5/</link>
		<comments>http://www.mathiesonfacer.com/blog/final-destination-5/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 00:57:38 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.mathiesonfacer.com/blog/final-destination-5/</guid>
		<description><![CDATA[A movie I recently worked on came out last weekend. That movie is Final Destination 5. I worked on it over at Prime Focus from February to the end of June. Prime Focus was responsible for the epic bridge collapse sequence in the movie. A lot of hard work went into the sequence, and it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mathiesonfacer.com/wp-content/images/galleryImages/292236_10150758645530445_840485444_20344659_4069721_n.jpg"><img class="size-full wp-image-1252 alignleft" title="292236_10150758645530445_840485444_20344659_4069721_n" src="http://www.mathiesonfacer.com/wp-content/images/galleryImages/292236_10150758645530445_840485444_20344659_4069721_n.jpg" alt="" width="128" height="384" /></a>A movie I recently worked on came out last weekend. That movie is Final Destination 5. I worked on it over at Prime Focus from February to the end of June.</p>
<p>Prime Focus was responsible for the epic bridge collapse sequence in the movie. A lot of hard work went into the sequence, and it featured a lot of gory deaths :)</p>
<p>I was responsible for the digital doubles on the bridge, both background and hero characters. I also wrote some tools for the project including a motion capture importer/mapper, and a tool to help match move easily make adjustments along the camera&#8217;s axis, while not changing how it appears to the camera, when stereoscope issues arose.</p>
<p>If you haven&#8217;t seen the movie yet, consider checking it out. You pretty much know what you&#8217;re going to get from a Final Destination movie, but this installation is a lot of fun, not as predictable with how the deaths play out, and quite funny!</p>
<p><span id="more-1251"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathiesonfacer.com/blog/final-destination-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro to Maya Muscle</title>
		<link>http://www.mathiesonfacer.com/blog/intro-to-maya-muscle/</link>
		<comments>http://www.mathiesonfacer.com/blog/intro-to-maya-muscle/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 06:22:47 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=1247</guid>
		<description><![CDATA[I started using Maya Muscle this past week for a project I am doing at work. I&#8217;m enjoying it a lot so far. Muscle simulations have come a long way since I was last actively working with them. I started out using the simple muscle system with the muscle spline deformer, but at the advice [...]]]></description>
			<content:encoded><![CDATA[<p>I started using Maya Muscle this past week for a project I am doing at work. I&#8217;m enjoying it a lot so far. Muscle simulations have come a long way since I was last actively working with them.</p>
<p>I started out using the simple muscle system with the muscle spline deformer, but at the advice of the documentation I have started exploring the newer &#8220;Muscle Creator&#8221; system, successor to the &#8220;Muscle Builder&#8221;. I can see how this new system adds more flexibility and makes things even easier again for setting up and customizing muscles (as stated in the docs).</p>
<p><span id="more-1247"></span></p>
<p>I am going to continue testing both methods for the time being though. I&#8217;d like to decide for myself which workflow I think works best rather than just following what the documentation tells me to do. There have been many &#8220;new and improved&#8221; features rolled out in software packages in the past few years which never really caught on. Some do succeed admirably, but it seems just as many end up failing. Best thing to do, usually, is listen to general consensus among peers. So far in my searching, however, I have yet to find a consensus out there. Going to have to figure it out on my own.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathiesonfacer.com/blog/intro-to-maya-muscle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nesquik Commercials</title>
		<link>http://www.mathiesonfacer.com/featured/nesquik-commercials/</link>
		<comments>http://www.mathiesonfacer.com/featured/nesquik-commercials/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 04:18:27 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=1238</guid>
		<description><![CDATA[This is another project I did almost two years ago now. Once again, it was a quick turnaround for Hatch Studio, when I was last working at PEN Productions. Paul Neale Rigged the ears on the bunny in the two commercial spots the bunny character was used in, while I took care of the rest [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.mathiesonfacer.com/wp-content/images/galleryImages/nesquik.jpg"><img class="aligncenter size-full wp-image-1239" title="nesquik" src="http://www.mathiesonfacer.com/wp-content/images/galleryImages/nesquik.jpg" alt="" width="546" height="410" /></a></p>
<p style="text-align: left;">This is another project I did almost two years ago now. Once again, it was a quick turnaround for Hatch Studio, when I was last working at PEN Productions. Paul Neale Rigged the ears on the bunny in the two commercial spots the bunny character was used in, while I took care of the rest of the character. I think Hatch did a great job on these commercials, as well as the Kid&#8217;s Cuisine spots.</p>
<p><span id="more-1238"></span></p>
<p style="text-align: left;"><a href="http://www.hatchstudios.net/#index.cfm?event=display.work&amp;workid=148" target="_blank">Click here to head over to Hatch Studio&#8217;s website and watch the ads.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathiesonfacer.com/featured/nesquik-commercials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kid Cuisine Commericals</title>
		<link>http://www.mathiesonfacer.com/featured/kid-cuisine-commericals/</link>
		<comments>http://www.mathiesonfacer.com/featured/kid-cuisine-commericals/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 03:53:43 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=1220</guid>
		<description><![CDATA[This was a project from close to two years ago now. Time sure does fly. It was a quick turnaround for Hatch Studio when I was last working with PEN Productions. I did all the rigging on the penguin-looking main character, &#8220;Kid&#8221;. Click here to visit Hatch Studio&#8217;s website and check out the ads.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mathiesonfacer.com/wp-content/images/galleryImages/kidCuisine.jpg"><img title="kidCuisine" src="http://www.mathiesonfacer.com/wp-content/images/galleryImages/kidCuisine.jpg" alt="" width="546" height="410" /></a></p>
<p>This was a project from close to two years ago now. Time sure does fly. It was a quick turnaround for Hatch Studio when I was last working with PEN Productions. I did all the rigging on the penguin-looking main character, &#8220;Kid&#8221;.</p>
<p><span id="more-1220"></span></p>
<p><a href="http://www.hatchstudios.net/#index.cfm?event=display.work&amp;workid=119">Click here to visit Hatch Studio&#8217;s website and check out the ads.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathiesonfacer.com/featured/kid-cuisine-commericals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEN Productions Master Classes</title>
		<link>http://www.mathiesonfacer.com/news/pen-productions-master-classes/</link>
		<comments>http://www.mathiesonfacer.com/news/pen-productions-master-classes/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 03:53:35 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=1132</guid>
		<description><![CDATA[Paul Neale and PEN Productions are now offering online Master Classes! Paul is one of the top character riggers, modelers, and technical directors in the 3DS Max community and has been recognized by Autodesk as a 3DS Max Master. Three classes are currently being offered: Max/Mudbox Workflow, Intro to Character Rigging, and Max Script for [...]]]></description>
			<content:encoded><![CDATA[<p>Paul Neale and PEN Productions are now offering online Master Classes! Paul is one of the top character riggers, modelers, and technical directors in the 3DS Max community and has been recognized by Autodesk as a 3DS Max Master.</p>
<p>Three classes are currently being offered: Max/Mudbox Workflow, Intro to Character Rigging, and Max Script for Character Rigging. This is a great opportunity if any of these topics appeal to you, as you are being taught directly by one of the best in the business and unlike DVDs and video tutorials you get the chance to ask questions.</p>
<p><span id="more-1132"></span></p>
<p>Head over to the <a href="http://www.paulneale.com/masterClasses/" target="_blank">PEN Productions</a> website to check out details!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathiesonfacer.com/news/pen-productions-master-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sticky Lips: How To &amp; Sample File</title>
		<link>http://www.mathiesonfacer.com/featured/sticky-lips-how-to-sample-file/</link>
		<comments>http://www.mathiesonfacer.com/featured/sticky-lips-how-to-sample-file/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 00:53:11 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[R&D]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=1076</guid>
		<description><![CDATA[It was requested that I release my sticky lips setup so people could try to take the solution further. I haven&#8217;t spent much time on it since posting about it way back, so I figured I might as well. Only thing I ask of anybody that does further develop this is please provide a link [...]]]></description>
			<content:encoded><![CDATA[<p>It was requested that I release my sticky lips setup so people could try to take the solution further. I haven&#8217;t spent much time on it since posting about it way back, so I figured I might as well. Only thing I ask of anybody that does further develop this is please provide a link back to my website and keep me up to date on any improvements you have made :)</p>
<p><a href="http://www.mathiesonfacer.com/wp-content/sampleFiles/stickyLips.zip">Click here to download the sample file</a> (Made in 3ds Max 2010, and is of a Sackboy-looking teapot since I do not want to be distributing the model seen below, which is not mine, around the internets)</p>
<p>A video of the effect in action. Special thanks to Craig Hobbs for use of the model:</p>
<p><object width="546" height="410" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=25393000&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed width="546" height="410" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id=25393000&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p>For now I am just going to do a general write-up of some things I am doing in the file and why I am doing them. It might sound like a tutorial at parts, but I&#8217;m more just explaining the general process and thoughts behind the setup. This is not intended to actually be a tutorial, and you may still have to figure some things out on your own.<span id="more-1076"></span></p>
<p><span style="text-decoration: underline;"><strong>PLEASE NOTE</strong></span>: This has not yet been tested in a production scenario; it is just some RnD work I have been doing. The solution does work and is simple to set up, but it does get slow with heavier meshes. This should only be used in the final render rig, as being in the animation rig will make the animator&#8217;s life miserable.</p>
<p><span style="text-decoration: underline;"><strong>UPDATE 1:</strong></span> I may already have an improved method, thanks to <a href="http://www.penproductions.ca/" target="_blank">Paul Neale</a>, for doing this that is much better when it comes to speed and also solves the issue of hands and other extremities passing through the volume selected falloff area. I still have to test it.</p>
<p><span style="text-decoration: underline;"><strong>UPDATE 2:</strong></span> The new method is quite improved, nearly doubling the FPS of the previous method. I am not going to share the new method here, as it basically uses the same ideas listed below. There is only a slight difference, but I will leave that up to you to figure out. I don&#8217;t want to give everything away :)</p>
<hr />
<p>There are a few tricks to this set up. The keys are to have a volume select modifier, a spline with a sweep modifier, a duplicated mesh of your character&#8217;s head, and a morpher modifier above your skin modifier. Its thinking outside the box a little bit, and may seem kind of confusing at first, but after doing it once or twice it really is quite simple.</p>
<p>You&#8217;ll want to start setting this up after you have the jaw skinned for your character. Once you have the jaw all skinned and looking pretty, you need to duplicate the skinned mesh. The only alterations you need to make on this duplicated mesh is with the skinning around the mouth. Change the skinning of the lips so that they remain sealed when the jaw opens. This is how your lips will look when they stick. If you want to improve performance, you can remove all bones from the skin modifier except for the head and jaw bone (or whatever bones are actually influencing the lip area on your mesh). Un-hide the node &#8220;hlp_lips_geo&#8221; in the sample scene to see how mine were set up.</p>
<p>On the original mesh, you will notice there is a morpher modifier above the skin modifier. The reason for it being above the skin modifier is that we want the mesh to assume the absolute pose of our sticky lips mesh, so we want it to morph <em>after</em> the skinning has affected it. Having it below the skin modifier just doesn&#8217;t produce the same result. So, add the morpher modifier above the skin modifier, and then pick the duplicate &#8220;sticky lips&#8221; mesh as the target and turn it up to 100.</p>
<p>If you test it out at this point, you&#8217;ll notice the mesh just morphs back to whatever pose the duplicate mesh was in at the time it was picked. This isn&#8217;t what we want. There is a checkbox in the morpher modifier called &#8220;Automatically reload targets&#8221;. This needs to be enabled. This checkbox does exactly what it says and automatically reloads our target mesh. What this means is, since our target mesh is skinned, it will always morph to the current skinned state of the mesh. Once this is enabled, things should look a little better.</p>
<p>Now our lips are sticking, but they&#8217;re never un-sticking. This is where the volume select and a spline with a sweep come into play. Select the edges of the lower or upper lip, where they would be sticking, from one corner of the mouth to the other, and extract the edges as a shape. You can just go and make your own spline shape if you want, I just find this to be easiest and the most accurate method of getting the shape. Once the spline is created, it needs a sweep modifier so it had some thickness to it. This spline is what will be driving our volume select modifier, which is controlling our morpher modifier.</p>
<p>Up next, we need to add the volume select to the main head mesh, under the morpher modifier. Change the settings to what I have set up in the sample file. The main things to change are selection level to vertex, and select by mesh object, picking your spline. Enabling soft selection here is quite important, and you will have to play with the settings further down the road when you are fine tuning the stickiness.</p>
<p>We need the spline to follow the mouth&#8217;s skinning now. We want it to sit in the middle of the lips when opening, so the easiest way to achieve this is to skin wrap it to the duplicate mesh and then convert to skin. I had some errors with Max when leaving the skin wrap on the spline after converting it to skin; I consistently experienced issues with the viewport no longer redrawing, and the odd time Max would crash. The great thing about this method, and using a skin wrap here, is that if you have morph targets set up for your head you can easily extract matching shapes for your spline. You can even write a script to just go and automatically extract all shapes and set up a new morpher on the spline, making all the same connections as on the head&#8217;s morpher.</p>
<p>I have given the animator some manual controls for the stickiness. You can find these controls on the attribute holder on the jaw control object. I rigged the spline using a simple affect region modifier, connecting the side to side motion up to the slider labelled &#8220;Unstick Point&#8221; and then connecting the depth of the affect region (the y-axis of the end point) to the &#8220;Unstick&#8221; spinner. I also connected up the falloff from the affect region to the &#8220;Sticky Range&#8221; slider, pinch from the affect region to the &#8220;Sticky Pinch&#8221; spinner, and the morph target on the main head to the &#8220;Sticky Enabled&#8221; spinner. There may be other settings that would be useful for the animator to have control of, but this is all I&#8217;ve chosen to do in this example. Play around with each to see how it affects the end result. You may also want to play with the soft selection settings on the volume select, or the radius on the sweep modifier.</p>
<p>The reason this solution has speed issues is mostly because of the volume select modifier. It will work best with lower density meshes. Also, since it is generating a selection based on vertices being within a certain range of the spline object, if the character&#8217;s hand belongs to the same mesh and goes within this range, it may cause some issues. Just some things to consider. I am already thinking up ways to get around these issues, but I haven&#8217;t tested any of them yet.</p>
<p>That&#8217;s all for now. I just wanted to get this posted. Hope you&#8217;ve found it helpful! If you do not fully understand something I am explaining above, try examining the Max file to figure out what I did. If it still doesn&#8217;t make sense, feel free to leave your question in the comments below. Positive feedback is always welcome too :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathiesonfacer.com/featured/sticky-lips-how-to-sample-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Concise Book Of Muscles</title>
		<link>http://www.mathiesonfacer.com/featured/the-concise-book-of-muscles/</link>
		<comments>http://www.mathiesonfacer.com/featured/the-concise-book-of-muscles/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 05:47:00 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=1065</guid>
		<description><![CDATA[The Concise Book Of Muscles is another recent purchase I made. This is a reference book rather than a good read. There is a small section at the front of the book covering some basic anatomy stuff, but nothing that you won&#8217;t find anywhere else. The real value of this book is the great attention [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="The Concise Book Of Muscles" src="http://www.mathiesonfacer.com/wp-content/images/theConciseBookOfMuscles.jpg" alt="" width="396" height="600" /></p>
<p>The Concise Book Of Muscles is another recent purchase I made. This is a reference book rather than a good read. There is a small section at the front of the book covering some basic anatomy stuff, but nothing that you won&#8217;t find anywhere else.</p>
<p><span id="more-1065"></span></p>
<p>The real value of this book is the great attention given to each muscle. The book covers muscles over the entire body, breaking them down by major sections: muscles of the face, head, and neck; muscles of the shoulder and upper arm; etc. It dedicates an entire page to each muscle, showing a diagram of the individual muscle and how it attaches to the skeleton. It also has a brief write up telling you the muscle&#8217;s origin and insertion points (including another small diagram outlining the exact locations of where the muscle attaches), the specific action the muscle performs, and what basic body movements the muscle is involved in. This is fantastic information to have when setting up muscle systems in your rigs.</p>
<p>The book is $22 at Chapters&#8217; online store, which is a steal for reference material such as this.</p>
<p><a title="The Concise Book Of Muscles on chapters.ca" href="http://www.chapters.indigo.ca/books/Concise-Book-Muscles-Revised-Edition-Chris-Jarmey/9781556437199-item.html?ikwid=concise+book+of+muscles&amp;ikwsec=Home">The Concise Book Of Muscles on chapters.ca</a></p>
<p>Here is a brief preview on Google Books. It goes into even more detail after the face muscles.</p>
<p><a title="The Concise Book Of Muscles on Google Books" href="http://books.google.ca/books?id=3unqauFC6M4C&amp;printsec=frontcover&amp;dq=concise+book+of+muscles&amp;hl=en&amp;ei=f_L2Tcq6JJOesQPAwKDUBw&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=1&amp;ved=0CC4Q6AEwAA#v=onepage&amp;q&amp;f=true">The Concise Book Of Muscles on Google Books</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathiesonfacer.com/featured/the-concise-book-of-muscles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Body In Motion</title>
		<link>http://www.mathiesonfacer.com/featured/the-body-in-motion/</link>
		<comments>http://www.mathiesonfacer.com/featured/the-body-in-motion/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 05:29:41 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.mathiesonfacer.com/?p=1057</guid>
		<description><![CDATA[I just recently purchased and finished reading The Body In Motion, by Theodore Dimon. I thought it would be a good read when it comes to additional learning about anatomy, and it definitely is. I thought the book was great. I highly recommend it for any aspiring riggers out there. It discusses the evolution of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="The Body In Motion Cover" src="http://www.mathiesonfacer.com/wp-content/images/theBodyInMotion.jpg" alt="" width="411" height="580" /></p>
<p>I just recently purchased and finished reading The Body In Motion, by Theodore Dimon. I thought it would be a good read when it comes to additional learning about anatomy, and it definitely is. I thought the book was great. I highly recommend it for any aspiring riggers out there. It discusses the evolution of the human body, as well as why and how our bodies move the way they do. The author does a great job of explaining things without getting overly complicated; he is very easy to understand. Note that this is a book you actually read rather than just hold onto for reference purposes. You will have a much better understanding of how the body works after finishing this book.</p>
<p><span id="more-1057"></span></p>
<p>Go out and buy it! It is a very inexpensive book, so its not going to make your pocket hurt.</p>
<p><a title="The Body In Motion on chapters.ca" href="http://www.chapters.indigo.ca/books/Body-Motion-Its-Evolution-Design-Theodore-Dimon/9781556439704-item.html?ikwid=body+in+motion&amp;ikwsec=Home" target="_blank">The Body In Motion on chapters.ca</a></p>
<p>Here it is on Google Books if you want a preview of it.</p>
<p><a title="The Body In Motion on Google Books" href="http://books.google.ca/books?id=vJvIbLQ1FFcC&amp;pg=PR15&amp;dq=the+body+in+motion+book+dimon&amp;hl=en&amp;ei=2Oz2TY6nEoG4sAOU99mzBw&amp;sa=X&amp;oi=book_result&amp;ct=book-thumbnail&amp;resnum=1&amp;ved=0CDAQ6wEwAA#v=onepage&amp;q&amp;f=false" target="_blank">The Body In Motion on Google Books</a></p>
<p>&nbsp;</p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.mathiesonfacer.com/featured/the-body-in-motion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

