<?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>K帧 归档 - 喵喵动画屋</title>
	<atom:link href="https://www.miaodonghua.com/tag/k%E5%B8%A7/feed" rel="self" type="application/rss+xml" />
	<link>https://www.miaodonghua.com/tag/k帧</link>
	<description>探索Maya世界：基础教程、动画技巧、建模艺术与渲染技术。</description>
	<lastBuildDate>Sat, 13 Jan 2024 06:09:17 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.miaodonghua.com/wp-content/uploads/2020/11/cropped-shuqian_logo.webp</url>
	<title>K帧 归档 - 喵喵动画屋</title>
	<link>https://www.miaodonghua.com/tag/k帧</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Maya脚本：不动大圈小圈如何整体旋转角色POSE（自动创建约束）</title>
		<link>https://www.miaodonghua.com/1910.html</link>
					<comments>https://www.miaodonghua.com/1910.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Mon, 27 Sep 2021 16:39:55 +0000</pubDate>
				<category><![CDATA[MAYA脚本]]></category>
		<category><![CDATA[K帧]]></category>
		<guid isPermaLink="false">https://www.miaodonghua.com/?p=1910</guid>

					<description><![CDATA[<p>本次案例：不动大小圈，整体旋转角色POSE的方法。 脚本实现原理：自动创建约束，K帧，删除约束。 circle &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/1910.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya脚本：不动大圈小圈如何整体旋转角色POSE（自动创建约束）”</span></a></p>
<p><a href="https://www.miaodonghua.com/1910.html">Maya脚本：不动大圈小圈如何整体旋转角色POSE（自动创建约束）</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading"><strong>本次案例：不动大小圈，整体旋转角色POSE的方法。</strong></h4>



<ul class="wp-block-list"><li><strong>脚本实现原理：</strong>自动创建约束，K帧，删除约束。</li></ul>



<p class="has-vivid-green-cyan-color has-black-background-color has-text-color has-background has-regular-font-size">circle -c 0 0 0 -nr 0 1 0 -sw 360 -r 1 -d 3 -ut 0 -tol 0.01 -s 8 -ch 1;objectMoveCommand;<br>scale -r 15 15 15 ;<br><br>select -r nurbsCircle1;<br>select -tgl 左脚控制器名;<br>doCreateParentConstraintArgList 1 { &#8220;1&#8221;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;1&#8243;,&#8221;&#8221;,&#8221;1&#8243; };<br>parentConstraint -mo -weight 1;<br>select -r nurbsCircle1;<br>select -tgl 右脚控制器名;<br>doCreateParentConstraintArgList 1 { &#8220;1&#8221;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;1&#8243;,&#8221;&#8221;,&#8221;1&#8243; };<br>parentConstraint -mo -weight 1;<br>select -r nurbsCircle1;<br>select -tgl 中心控制器名;<br>doCreateParentConstraintArgList 1 { &#8220;1&#8221;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;0&#8243;,&#8221;1&#8243;,&#8221;&#8221;,&#8221;1&#8243; };<br>parentConstraint -mo -weight 1;<br>select -r nurbsCircle1;</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="maya 脚本：如何在不动主控制器的情况下整体旋转角色POSE？" width="525" height="295" src="https://www.youtube.com/embed/iJVILxlSsXk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>
<p><a href="https://www.miaodonghua.com/1910.html">Maya脚本：不动大圈小圈如何整体旋转角色POSE（自动创建约束）</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/1910.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya中K动画前必学的几个关键设置？</title>
		<link>https://www.miaodonghua.com/1625.html</link>
					<comments>https://www.miaodonghua.com/1625.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Fri, 27 Nov 2020 16:38:40 +0000</pubDate>
				<category><![CDATA[MAYA动画教学]]></category>
		<category><![CDATA[MAYA技巧]]></category>
		<category><![CDATA[K帧]]></category>
		<category><![CDATA[Maya动画]]></category>
		<category><![CDATA[Maya技巧]]></category>
		<category><![CDATA[Maya教学]]></category>
		<category><![CDATA[动画]]></category>
		<category><![CDATA[撤销]]></category>
		<category><![CDATA[无限撤销]]></category>
		<category><![CDATA[时间滑块]]></category>
		<category><![CDATA[自动K帧]]></category>
		<guid isPermaLink="false">https://www.miaodonghua.com/?p=1625</guid>

					<description><![CDATA[<p>（1）开启自动K帧：只要在控制器或者对象上K了帧，后续对象发生变化，软件会自动帮我们K帧记录。 （2）屏蔽选择 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/1625.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya中K动画前必学的几个关键设置？”</span></a></p>
<p><a href="https://www.miaodonghua.com/1625.html">Maya中K动画前必学的几个关键设置？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>（1）开启自动K帧：</strong>只要在控制器或者对象上K了帧，后续对象发生变化，软件会自动帮我们K帧记录。</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/28/MsB6JlQGZdqYgHf.jpg" alt=""/></figure></div>



<p><strong>（2）屏蔽选择骨骼和表面：</strong>做动画的时候，我们只操作控制器，这样能有效的防止误选骨骼或者表面。</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/28/17BmQjabZROCfsA.jpg" alt=""/></figure></div>



<p><strong>（3）设置时间滑块的高度：</strong>默认的高度太窄，不利于我们对帧进行操作。<br><em>注意：当前为Maya2020版本，早期的Maya版本没办法手动调整高度，需要在时间滑块中选择Height高度倍数。</em></p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/28/Tf4hcZQCSxLyMls.jpg" alt=""/></figure></div>



<p><strong>（4）设置无限制撤销：</strong>做动画一旦出错，离不开撤销操作，默认的有限制的50步是远远不够的。</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/28/c5FpARLCXQOrSqV.jpg" alt=""/></figure></div>



<p><strong>（5）最大回放速度一般设置为24fps*1，除非项目有要求；更新视图设置为全部更新。</strong></p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/28/TF9dboxH5yA2Xfg.jpg" alt=""/></figure></div>
<p><a href="https://www.miaodonghua.com/1625.html">Maya中K动画前必学的几个关键设置？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/1625.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya中如何使用雕刻变形器选项(Sculpt Deformer Options)？</title>
		<link>https://www.miaodonghua.com/1027.html</link>
					<comments>https://www.miaodonghua.com/1027.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Mon, 02 Nov 2020 15:31:21 +0000</pubDate>
				<category><![CDATA[MAYA动画教学]]></category>
		<category><![CDATA[K帧]]></category>
		<category><![CDATA[Maya教程]]></category>
		<category><![CDATA[Sculpt Deformer Options]]></category>
		<category><![CDATA[动画]]></category>
		<category><![CDATA[变形器]]></category>
		<category><![CDATA[管道]]></category>
		<category><![CDATA[雕刻变形器]]></category>
		<guid isPermaLink="false">https://miaodonghua.com/?p=1027</guid>

					<description><![CDATA[<p>本次讲解：Maya变形菜单→雕刻变形器选项(Sculpt Deformer Options)。 我们首先打开它 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/1027.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya中如何使用雕刻变形器选项(Sculpt Deformer Options)？”</span></a></p>
<p><a href="https://www.miaodonghua.com/1027.html">Maya中如何使用雕刻变形器选项(Sculpt Deformer Options)？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="MAYA雕刻变形器教程：创意小球通过管道扩张动画" width="525" height="295" src="https://www.youtube.com/embed/O3tU_yusyqU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p><strong>本次讲解：Maya变形菜单→雕刻变形器选项(Sculpt Deformer Options)。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/rIGUfvei7VRYLJ5.jpg" alt=""/></figure>
</div>


<p>我们首先打开它的选项设置，那么<strong>雕刻变形器总共分为三种方式：默认的是拉伸，还有前面的这两种：翻转和投射。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/jSuQmgEdxO7cGpe.jpg" alt=""/></figure>
</div>


<p><strong>那么因为变形器在创建之后，雕刻模式还可以切换，所以我们可以在默认状态下执行创建。</strong>例如现在，我们在场景中创建一个多边形的圆柱，我们适当的给它增加细分段数，然后我们给它创建一个拉伸雕刻变形器。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/mRfTCK5cbQSdh4g.jpg" alt=""/></figure>
</div>


<p>我们4键开启线框显示，我们可以看到它中间就多了一个球状的雕刻工具。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/izyogCcZPVsED6r.jpg" alt=""/></figure>
</div>


<p><strong>当我们将这个球体放大接触到圆柱表面的时候，这个圆柱表面就会产生这样的一个拉伸凸起的效果。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/LHbMK8aGXyEVtqJ.jpg" alt=""/></figure>
</div>


<p>当然我们还可以通过旋转让它产生一些变化。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/YhzZkDIpPl5EvRK.jpg" alt=""/></figure>
</div>


<p>那么针对这种简单的雕刻变形，默认的这个球体雕刻工具已经足够可以胜任了。但是针对一些<strong>特殊的形状</strong>，这种方法显然就不怎么实用了。所以通常情况下，<strong>我们会手动指定一个曲面或者是多边形来做为雕刻工具。</strong>这里，我们把它原先的这个雕刻工具删除，<strong>我们手动创建一个曲面球体来作为雕刻工具，然后我们给它做一个适当的变形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/yF6jqZb4ePDNtgQ.jpg" alt=""/></figure>
</div>


<p>现在我们就可以<strong>选择圆柱</strong>加选这个<strong>变形后的曲面模型。</strong>在这个选项设置里，<strong>勾选这个【使用其它的曲面或者是多边形作为雕刻工具】</strong>，我们点击应用。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/TOS3iP9GfdpUh7s.jpg" alt=""/></figure>
</div>


<p>然后，我们只要选择这个曲面对象，对它进行缩放就可以了。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/8w4LFqvQGOkHSTA.jpg" alt=""/></figure>
</div>


<p>那么这里呢，如果我们在操作的时候<strong>觉得哪个部分太过于平坦</strong>，我们可以Ctrl+A打开它的属性设置，找到雕刻属性。我们在这个雕刻历史当中，把它的这个<strong>内部平坦模式改为【环形模式】</strong>就OK了</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/kF4KSvN5GE1ZLUq.jpg" alt=""/></figure>
</div>


<p>然后我们再把这个雕刻模式切换为翻转来看一下。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/mkMc14YZHU8LO2q.jpg" alt=""/></figure>
</div>


<p>那么这个翻转就比较自由了，只要我们的这个<strong>曲面雕刻工具通过圆柱</strong>，它的表面就会被<strong>自动推开。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/pB432e8mJLTXAct.jpg" alt=""/></figure>
</div>


<p>比较经典的案例就是小球通过管道，比较夸张的一个管道变形效果。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/f6dhtMXEDj3T4ws.jpg" alt=""/></figure>
</div>


<p>这里我们把这个雕刻工具删除，<strong>我们选择圆柱，这里我们选择翻转模式，取消下面的这个雕刻工具选择，然后点击应用。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/Nbqrj5Kv8VCPYcQ.jpg" alt=""/></figure>
</div>


<p>这里我们可以不直接缩放这个雕刻球体，我们可以增加它的这个最大置换距离。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/I5i4EpQHwRGObvS.jpg" alt=""/></figure>
</div>


<p>然后，我们<strong>再创建一个多边形球体，那么这个多边形球体就不再起到雕刻变形的作用。</strong>因为这个变形效果我们已经制作出来了，我们要做的就是<strong>让这个雕刻变形器来带动我们的这个多边形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/ino8E1dHapgICUS.jpg" alt=""/></figure>
</div>


<p><strong>那么这里，可能有的人就有疑问了，我们直接用这个变形器或者直接创建对象为变形器不就可以了吗</strong>？这个想法的确很直接，但是我们一般不会这样做。<strong>首先因为这个变形器是不进行渲染的。其次，我们要明确，变形器就是变形器，一定不要把它当做常规的模型来使用，否则后面我们一旦出现大的调节改动，就全都乱套了。</strong></p>



<p><strong><span class="has-inline-color has-luminous-vivid-orange-color">所以正确的操作方法，是给变形器和常规模型之间建立约束关系。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/HXLcheOWdD9i7VG.jpg" alt=""/></figure>
</div>


<p><strong>我们选择变形器，加选多边形球体，然后我们在装备模块下，<span class="has-inline-color has-luminous-vivid-orange-color">打开约束菜单，打开点约束选项。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/62cntwpDSHxQ85R.jpg" alt=""/></figure>
</div>


<p>这里我们要检查一下这个<strong>保持偏移</strong>，<strong>如果我们勾选了，就会导致变形器和多边形球体的枢轴点没办法对齐</strong>。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/uVK3awWpiqNRxj6.jpg" alt=""/></figure>
</div>


<p><strong>这里我们让它保持关闭，然后我们点击添加约束。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/T4LnyBXk1ail2wb.jpg" alt=""/></figure>
</div>


<p><strong>现在我们只要选择变形器移动，这个多边形球体也会跟随移动。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/waeV5gWkmO8PzqE.jpg" alt=""/></figure>
</div>


<p>另外，如果要<strong>制作动画效果</strong>，我们可以直接<strong>对这个变形器的位移进行K帧</strong>就可以了。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/Z7LlfAt1M9N8sJS.jpg" alt=""/></figure>
</div>


<p>然后我们再来看下这个<strong>【投影雕刻模式】</strong>。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/uqPGVRrt3YdcSm2.jpg" alt=""/></figure>
</div>


<p>那么这个模式很简单，<strong>它的作用就是把我们的变形器或者是几何体对象投影到表面上，而它的这个投影范围我们可以通过这个【衰减距离】来进行控制。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/tlhe5SmMoY34daB.jpg" alt=""/></figure>
</div>


<p class="has-vivid-cyan-blue-background-color has-background"><strong><span class="has-inline-color has-very-light-gray-color">常见用途：</span></strong><span class="has-inline-color has-very-light-gray-color">雕刻变形器用于创建任意类型的圆化变形效果。例如，在为面部动画设置角色时，可以使用雕刻变形器控制角色的下巴、眉毛或脸颊动作。</span></p>
<p><a href="https://www.miaodonghua.com/1027.html">Maya中如何使用雕刻变形器选项(Sculpt Deformer Options)？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/1027.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya中如何使用六种非线性变形器(Nonlinear)？</title>
		<link>https://www.miaodonghua.com/1000.html</link>
					<comments>https://www.miaodonghua.com/1000.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Sun, 01 Nov 2020 17:45:49 +0000</pubDate>
				<category><![CDATA[MAYA动画教学]]></category>
		<category><![CDATA[bend]]></category>
		<category><![CDATA[flare]]></category>
		<category><![CDATA[K帧]]></category>
		<category><![CDATA[Maya教程]]></category>
		<category><![CDATA[Nonlinear]]></category>
		<category><![CDATA[sine]]></category>
		<category><![CDATA[squash]]></category>
		<category><![CDATA[twist]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[动画]]></category>
		<category><![CDATA[变形器]]></category>
		<category><![CDATA[弯曲变形器]]></category>
		<category><![CDATA[扩张变形器]]></category>
		<category><![CDATA[扭曲变形器]]></category>
		<category><![CDATA[挤压变形器]]></category>
		<category><![CDATA[撤销]]></category>
		<category><![CDATA[正弦变形器]]></category>
		<category><![CDATA[波浪变形器]]></category>
		<category><![CDATA[管道]]></category>
		<category><![CDATA[非线性变形器]]></category>
		<guid isPermaLink="false">https://miaodonghua.com/?p=1000</guid>

					<description><![CDATA[<p>Maya变形菜单→非线性变形器菜单(Nonlinear)。那么因为这些变形器在创建之后，都可以很方便的进行调节 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/1000.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya中如何使用六种非线性变形器(Nonlinear)？”</span></a></p>
<p><a href="https://www.miaodonghua.com/1000.html">Maya中如何使用六种非线性变形器(Nonlinear)？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="MAYA非线性变形器解析：完全掌握弯曲、扩张、正弦等变形效果！" width="525" height="295" src="https://www.youtube.com/embed/tmYlvSeNd2o?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p><strong>Maya变形菜单→非线性变形器菜单(Nonlinear)。<span class="has-inline-color has-luminous-vivid-orange-color">那么因为这些变形器在创建之后，都可以很方便的进行调节，所以我们一般使用默认值来创建就可以了。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/3iQPIVkus7zE85Z.jpg" alt=""/></figure>
</div>


<p><strong>我们首先来看下第一种：弯曲变形(Bend)。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/VQmldtGBTg6RDWn.jpg" alt=""/></figure>
</div>


<p>那么这里，我们在场景中准备了一个条形磁铁，现在我们就利用弯曲变形，将它变为U形磁铁。<strong>我们选择对象，执行弯曲变形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/R6Z2wASoWJbrGeT.jpg" alt=""/></figure>
</div>


<p>这个时候，我们可以在右侧展开<strong>【弯曲变形节点】，这里，我们可以通过调节曲率来改变磁铁弯曲的程度。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/ge4bf9W8MVtdqaL.jpg" alt=""/></figure>
</div>


<p>另外，如果我们要改变这两个磁极的<strong>弯曲程度，我们可以调节它的弯曲下限。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/f9tyUKZ3YXLREsi.jpg" alt=""/></figure>
</div>


<p><strong>还有这个弯曲上限。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/TySrIc2vne5xghm.jpg" alt=""/></figure>
</div>


<p>当然，如果我们要改变这个<strong>弯曲中心点位置，我们可以直接移动变形器的位置。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/QxYCrW2hy7ZNcFX.jpg" alt=""/></figure>
</div>


<p>这么刚才，虽然我们可以直接对参数调节，但是对于这个弯曲变形并不是非常的方便，我们撤销回去。<strong>这里，我们可以【T键】调出变形器的操纵手柄。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/Lbi95rUYa47XeVc.jpg" alt=""/></figure>
</div>


<p><strong>然后，我们只要拖动这些操纵点，就可以很容易的达到我们预定的变形要求，这个就是弯曲变形的使用方法。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/vRnuV21KM87EqS5.jpg" alt=""/></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/tQSxuYlR84PNDBs.jpg" alt=""/></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/PNYdxzMrmbLEp6n.jpg" alt=""/></figure>
</div>


<p><strong>然后我们来看下第二个：扩张变形(Flare)。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/CeymRZwdgYrvTGL.jpg" alt=""/></figure>
</div>


<p><strong>同样的，我们选择对象，执行扩张变形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/ziVOgRPGKTfZ19p.jpg" alt=""/></figure>
</div>


<p>这里它上下的两个圈就是<strong>开始扩张和结束扩张的位置。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/8Eb6DpxonBNdH57.jpg" alt=""/></figure>
</div>


<p>如果我们要<strong>改变开始位置的变形</strong>，我们在可以在【扩展变形节点】中，<strong>同时选中【开始扩张X和开始扩张Z】，然后调整它的数值。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/MiWDZgvPxVXRadC.jpg" alt=""/></figure>
</div>


<p>同样的，这个<strong>结束位置变形</strong>，<strong>我们可以同时选中【结束扩张X和结束扩张Z】，然后调整它的数值。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/u2UkjrqJz9GKT1o.jpg" alt=""/></figure>
</div>


<p>至于这个中间部分，它是由这个<strong>扩展曲线的曲率来决定的。</strong>这里，这个直接调节参数，并不是非常的好把控。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/xjFCepIXiYTA2ub.jpg" alt=""/></figure>
</div>


<p>这里我们可以<strong>T键，手动来进行调整。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/iHLMkoYzysaS5KR.jpg" alt=""/></figure>
</div>


<p>我们修改它，就可以起到一个<strong>内外凹凸</strong>的一个效果。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/QPXRDctxpEUFkbB.jpg" alt=""/></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/yC12iNzhRWbLOlk.jpg" alt=""/></figure>
</div>


<p>最后这个<strong>扩张上限和扩张下限</strong>，我们直接移动上下两端的控制点来进行调节就OK了，这个就是扩张变形的使用方法。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/EyZ4A8d5zNXuwne.jpg" alt=""/></figure>
</div>


<p><strong>然后我们来看下第三个：正弦变形(Sine)。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/7GIOFTnME4Hd32U.jpg" alt=""/></figure>
</div>


<p>那么这里我们准备了一个触角一样的模型，<strong>同样的，我们选择它，执行正弦变形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/JNXQmLqC9hrZEGS.jpg" alt=""/></figure>
</div>


<p>我们先在<strong>右侧展开它的【正弦变形节点】，然后我们T键进入操纵点模式。我们只要拖动中间的这个操纵点，就可以改变振幅的大小。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/jOJdE8bBmWAQ1LH.jpg" alt=""/></figure>
</div>


<p>如果我们要让这个<strong>触角摆动起来，我们可以移动中间的这个操纵点让它产生偏移。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/guNJnfTWF3xVXlv.jpg" alt=""/></figure>
</div>


<p>当然这个是手动效果，我们实际操作的时候，可以对它的这个偏移值进行K帧，必要的时候还可以对这个振幅进行K帧都是可以的。<strong>我们Q键退出操纵模式，那么至于更加细节的效果。我们还可以调节的它的波长，还有这个衰减值，非常简单，这个就是正弦变形的使用方法。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/sQTdWDOweYyM2nk.jpg" alt=""/></figure>
</div>


<p><strong>然后我们来看下第四个：挤压变形(Squash)。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/eTr3c2FAHi41fOj.jpg" alt=""/></figure>
</div>


<p>那么这里我们准备一根管道，<strong>同样的，我们选择它，执行挤压变形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/4AUyEqcl2WFwXzx.jpg" alt=""/></figure>
</div>


<p>然后我们<strong>T键进入操纵点模式</strong>，那么它上端和下端的这两个十字架，就是<strong>上限和下限。也就是我们挤压，受影响的范围。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/aNvOLMbzsoqjJiH.jpg" alt=""/></figure>
</div>


<p><strong>那么中间的这个操纵点代表的是变形的主要位置。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/i6NLwGCYhzgRVde.jpg" alt=""/></figure>
</div>


<p><strong>而外侧的这个操纵点才是用来控制挤压变形的程度</strong>，这个非常简单，没什么需要注意的。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/iRFv4qmXPsxQ3Cd.jpg" alt=""/></figure>
</div>


<p><strong>然后我们来看下第五个：扭曲变形(Twist)。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/Mn7NWrRcLIEV3lb.jpg" alt=""/></figure>
</div>


<p>那么这里我们准备了一个棱柱模型，<strong>同样的，我们选择它，执行扭曲变形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/WsYhPGV4HdcepvF.jpg" alt=""/></figure>
</div>


<p>那么这里用操纵手柄调节不是很不方便，<strong>我们直接展开它的【扭曲变形节点】。这里它有一个开始角度和结束角度。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/RDarGJeCXLpwu8m.jpg" alt=""/></figure>
</div>


<p>这些，我们只要调节就可以看到扭曲的效果，这个非常简单，这里就不多说了。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/S921tswHBxNQgGy.jpg" alt=""/></figure>
</div>


<p><strong>最后我们来看下第六个：波浪变形(Wave)。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/Dx5WOfAEZghUr4R.jpg" alt=""/></figure>
</div>


<p>那么这里我们准备了一个墨绿色的平面，我们就用它来制作波浪效果。<strong>同样的，我们选择它，执行波浪变形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/fSVEGbL96B34tkK.jpg" alt=""/></figure>
</div>


<p>然后我们在<strong>右侧展开它的【波浪变形节点】</strong>，我们首先来调节一下它的振幅，<strong>那么我们可以看到这个振幅是一个敏感参数。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/p9XZEsKlGAtWo1w.jpg" alt=""/></figure>
</div>


<p><strong>所以这里，我们可以手动设置一个0.05，然后我们适当的设置一下这个波长。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/rI7xPj8Rnla5FCi.jpg" alt=""/></figure>
</div>


<p>那么这个时候，如果我们想要这个<strong>波浪产生动画效果，我们可以让这个偏移值产生一些变化。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/qk1NPd8ryevIJXW.jpg" alt=""/></figure>
</div>


<p>例如我们在<strong>第1帧的时候，让它的偏移值=0，设置关键帧。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/ZgCnEao8sSybfBX.jpg" alt=""/></figure>
</div>


<p>然后，我们在<strong>第120帧的时候，让它的偏移值=2，设置关键帧。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/CZlMiTkKtdUgXyO.jpg" alt=""/></figure>
</div>


<p>这样我们播放动画的时候，这个效果出来了。<strong>至于这个衰减值，最小半径和最大半径，我们根据实际需要去调整就可以了。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/5ZazvwPeyWIABTX.jpg" alt=""/></figure>
</div>


<p>那么关于这6个非线性变形器的操作，我们还需要特别注意一点：<strong>也就是当我们T键进入操纵手柄模式的时候，我们虽然可以直接在右侧输入参数来改变数值。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/IztFPT23GHsBSOw.jpg" alt=""/></figure>
</div>


<p><strong>但是我们没办法选择属性，鼠标中键在场景中拖动来改变数值。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/11/02/EfuOUTFBc2zDXr9.jpg" alt=""/></figure>
</div>


<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-luminous-vivid-orange-color"><strong>这个时候，一定要Q键退出当前的操纵手柄模式。这样，我们才能够选择属性，利用鼠标中键来修改参数，这个呢，就是我们需要注意的地方。</strong></mark></p>



<p class="has-vivid-cyan-blue-background-color has-background"><strong><span class="has-inline-color has-very-light-gray-color">非线性变形器包含：</span></strong><span class="has-inline-color has-very-light-gray-color">弯曲变形(Bend)，扩张变形(Flare)，正弦变形(Sine)，挤压变形(Squash)，扭曲变形(Twist)，波浪变形(Wave)。</span><strong><span class="has-inline-color has-very-light-gray-color"><br>快速调节变形器：</span></strong><span class="has-inline-color has-very-light-gray-color">T键进入，Q键退出。</span></p>
<p><a href="https://www.miaodonghua.com/1000.html">Maya中如何使用六种非线性变形器(Nonlinear)？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/1000.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya中如何使用抖动变形器(Jiggle Deformer )？</title>
		<link>https://www.miaodonghua.com/972.html</link>
					<comments>https://www.miaodonghua.com/972.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Sun, 01 Nov 2020 08:40:54 +0000</pubDate>
				<category><![CDATA[MAYA动画教学]]></category>
		<category><![CDATA[Jiggle Deformer]]></category>
		<category><![CDATA[K帧]]></category>
		<category><![CDATA[Maya教程]]></category>
		<category><![CDATA[变形器]]></category>
		<category><![CDATA[抖动变形器]]></category>
		<guid isPermaLink="false">https://miaodonghua.com/?p=972</guid>

					<description><![CDATA[<p>本次讲解：Maya变形菜单→抖动变形器(Deform→Jiggle Deformer )。 那么这个抖动变形器 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/972.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya中如何使用抖动变形器(Jiggle Deformer )？”</span></a></p>
<p><a href="https://www.miaodonghua.com/972.html">Maya中如何使用抖动变形器(Jiggle Deformer )？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="MAYA抖动变形器教程：制作逼真动画效果" width="525" height="295" src="https://www.youtube.com/embed/UiNFRBGpZ2E?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p><strong>本次讲解：Maya变形菜单→抖动变形器(Deform→Jiggle Deformer )。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/2qvClREhWi4cj8u.jpg" alt=""/></figure>



<p>那么这个抖动变形器运用是比较广泛的。<strong>因为很多时候，只要存在运动，抖动现象也会随之产生。</strong>这里呢，我们在场景中准备了一个大肚子的模型，并且呢，我事先给它做了一个来回晃动的K帧。而我们要做的，就是让这个大肚子抖动起来。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/pEVJxXbRwLdDMHm.jpg" alt=""/></figure>



<p><strong><span class="has-inline-color has-luminous-vivid-orange-color">那么我们的这个抖动对象的选择可以是一整个模型，也可以是物体对象上的点线面。</span>例如，我们进入点模式，开启绘制选择模式。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/JdKGHD6kqR7C4pF.jpg" alt=""/></figure>



<p>这样，我们就可以很容易选择到抖动部位，选择好了之后，我们就可以直接执行抖动变形。<strong>那么这里呢我们不用这个点选范围的模式，我们Q键取消命令，回到物体级别。这里我们就选择这一整个的物体对象，然后执行抖动变形就OK了。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/mBT4hkRMYAzJFPZ.jpg" alt=""/></figure>



<p><strong>接着我们选择模型，Ctrl+A打开属性设置</strong>，我们可以看到，在它的这个节点中，多了一个抖动节点。我们先不管这些参数，我们播放来看一下。<strong>那么我们可以感觉到这个模型整体上都在抖动，这是因为我们还没有对抖动权重进行绘制。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/Q4F6wTWKtAiqEeO.jpg" alt=""/></figure>



<p>我们打开变形菜单，然后找到这个抖动权重绘制，打开选项。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/197OsWP8tu5Lkgm.jpg" alt=""/></figure>



<p>我们重置一下工具，我们先把<strong>绘制权重值设置为0，整体应用。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/QmnY8rgoEDW7KX3.jpg" alt=""/></figure>



<p>然后我们再把<strong>权重值设置为1</strong>，这个时候，我们就可以来<strong>绘制受影响的范围。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/LQIAtwl2gMo4zVG.jpg" alt=""/></figure>



<p><strong>那么绘制完成之后，为了保证更加自然的变形过渡，我们在使用这个平滑权重，整体应用的时候，一定要记得多执行几次。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/6zBSInclq5Ujbt3.jpg" alt=""/></figure>



<p>我们回到场景中，Q键取消命令，我们再次播放来看一下效果。那么我们看到这个效果是出来了，但是呢它的这个细节还是有很大问题。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/iT3LAqu9ztmboKE.jpg" alt=""/></figure>



<p><strong>这个时候，我们就可以来调节这个抖动属性值。</strong>那么因为它的这个运动太过剧烈了，所以我们首先来调整一下这个抖动权重，我们可以适当的减少一些。那么现在这个效果就比刚才好太多了。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/sHQJfzxPZSUG2nE.jpg" alt=""/></figure>



<p>当然，如果我们觉得这还不够，想要更加细节的调整，我们还可以调节其它的这些参数。<strong>那么这个刚度代表的是：抗变形的能力。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/kSmCBoOFr7qIKZw.jpg" alt=""/></figure>



<p><strong>阻尼代表的是：给运动提供阻力。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/AS9t5XhyM8OHK4c.jpg" alt=""/></figure>



<p><strong>还有下面的这个：沿法线方向的力和沿切线方向的力。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/4jPNF57bsHDVYGg.jpg" alt=""/></figure>



<p>这些参数呢，基本上都是我们物理中的一些基础知识，并且调节起来是非常直观的，如下图，这里就不再详细的演示分析了。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/11/01/xlmHIepuZJcKA7h.jpg" alt=""/></figure>



<p><strong>另外如果我们要关闭抖动效果，我们直接在这里选择禁用就OK了。</strong></p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" src="https://i.loli.net/2020/11/01/Mhz4RnYvjgFfPE2.jpg" alt="" width="580" height="175"/></figure>



<p class="has-vivid-cyan-blue-background-color has-text-color has-background" style="color:#ffffff"><strong><span style="color:#ffffff" class="has-inline-color">刚度(Stiffness)：</span></strong>抗变形能力，较高的值会减小弹性、加速抖动，较低的值会减慢抖动速度。<br><strong><span style="color:#ffffff" class="has-inline-color">阻尼(Damping)：</span></strong>给运动提供阻力，较高的值将最大程度减小抖动，较低的值将增加弹性。<br><strong><span style="color:#ffffff" class="has-inline-color">权重绘制值：</span></strong>1代表完全受影响（显示为白色），0代表不受影响（显示为黑色），介于两者之间为灰色过渡效果。</p>
<p><a href="https://www.miaodonghua.com/972.html">Maya中如何使用抖动变形器(Jiggle Deformer )？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/972.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya中如何使用包裹变形器(Wrap)？</title>
		<link>https://www.miaodonghua.com/957.html</link>
					<comments>https://www.miaodonghua.com/957.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Wed, 28 Oct 2020 15:23:16 +0000</pubDate>
				<category><![CDATA[MAYA动画教学]]></category>
		<category><![CDATA[K帧]]></category>
		<category><![CDATA[Maya教程]]></category>
		<category><![CDATA[Wrap]]></category>
		<category><![CDATA[动画]]></category>
		<category><![CDATA[包裹变形器]]></category>
		<category><![CDATA[变形器]]></category>
		<category><![CDATA[撤销]]></category>
		<guid isPermaLink="false">https://miaodonghua.com/?p=957</guid>

					<description><![CDATA[<p>本次讲解：Maya变形菜单→包裹变形器(Deform→Wrap)，它的作用就是通过包裹影响对象，让模型获得变形 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/957.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya中如何使用包裹变形器(Wrap)？”</span></a></p>
<p><a href="https://www.miaodonghua.com/957.html">Maya中如何使用包裹变形器(Wrap)？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="深入理解Maya包裹变形器（Wrap）的用法" width="525" height="295" src="https://www.youtube.com/embed/SVWqYSNahcU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p><strong>本次讲解：Maya变形菜单→包裹变形器(Deform→Wrap)，<span class="has-inline-color has-luminous-vivid-orange-color">它的作用就是通过包裹影响对象，让模型获得变形效果。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/PWXEaKTe4r8Il3N.jpg" alt=""/></figure>
</div>


<p><strong>那么比较常用的就是低模控制高模，也就是低分辨率的模型控制高分辨率的模型。</strong>就比如我们场景中的这个基础模型，它就是一个高分辨率的球体。既然要包裹变形，自然就还需要一个变形器的对象。<strong>那么这个对象呢，可以是曲面，也可以是多边形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/Oy6FiuZT8NKYg7m.jpg" alt=""/></figure>
</div>


<p><strong>那么这里，为了获得更加自然的效果，我们选择创建一个球体来作为包裹变形器。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/NG3HckVDneBIxpU.jpg" alt=""/></figure>
</div>


<p><strong>然后我们进入前视图中，4键开启线框显示，我们适当的调节，让我们的变形器对象包裹住我们的高分辨率球体。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/5lGtQ1xDS3rknfp.jpg" alt=""/></figure>
</div>


<p><strong><span class="has-inline-color has-luminous-vivid-orange-color">那么这里，我们要知道，之所以完全包裹是为了方便调节，这并不是因为包裹变形器一定要要求它完全包裹住我们内部的模型，这是我们要重点区分的概念。</span></strong></p>



<p><strong>接着我们回到透视图中，然后我们先选择这个高分辨率的球体，然后再加选曲面球体。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/xCvAthPI28MXKrR.jpg" alt=""/></figure>
</div>


<p><strong>接着我们在变形菜单下执行【包裹变形器】。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/52WfBsmoZ6ln7RT.jpg" alt=""/></figure>
</div>


<p><strong>我们5键回到实体显示，那么为了更加直观的观察到变形效果。<span class="has-inline-color has-luminous-vivid-orange-color">我们可以开启半透明显示和线框着色显示。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/4TMueC7XEwlOoH3.jpg" alt=""/></figure>
</div>


<p><strong>然后我们选择最外层的这个曲面球体，进入控制点模式。</strong>现在我们就可以通过控制这些点来对内部的这个高分辨率的球体来进行变形，当然我们不仅可以移动来进行控制，旋转缩放也是可以的。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/e1TfkMHKLSF5OXh.jpg" alt=""/></figure>
</div>


<p><strong>我们Ctrl+A打开属性编辑器，我们找到这个包裹节点选项卡，<span class="has-inline-color has-luminous-vivid-orange-color">那么在这个包裹属性中，比较重要的就是这个权重阈值和最大阈值。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/NFt84gcRxdw1mpW.jpg" alt=""/></figure>
</div>


<p><strong>如果我们要手动调整，就必须要关闭这个自动权重阈值。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/dNmHwVbEjBano8p.jpg" alt=""/></figure>
</div>


<p><strong>那么这个权重阈值越小，变形就会越光滑。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/TmO7G3F4MXi8rxn.jpg" alt=""/></figure>
</div>


<p><strong>权重阈值越大，变形就会越粗糙。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/SCizAO7fnZtbgsk.jpg" alt=""/></figure>
</div>


<p><strong>它默认为0，也就是达到最佳的光滑效果，至于这个最大距离，是用来限制影响区域的，这个我们根据实际情况来做调整就可以了。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/cTv4V1iCdwsjS6o.jpg" alt=""/></figure>
</div>


<p>这里我们还是让它<strong>保持默认的自动阈值，</strong>我们接着来看一下这个<strong>变形器属性当中的这个封套值。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/v2BbWZuEJxzpr1U.jpg" alt=""/></figure>
</div>


<p><strong>那么在所有的变形器中这个封套值的作用都是用来控制【变形的百分比】。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/GHQ4osVcgrY1K2X.jpg" alt=""/></figure>
</div>


<p><strong>我们要减少形变程度，直接降低这个封套值就OK了</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/QbXAgjPx2YOLsIC.jpg" alt=""/></figure>
</div>


<p><strong>那么刚才我们讲到的是这种单个包裹变形器控制的情况。<span class="has-inline-color has-luminous-vivid-orange-color">假设我们要使用多个变形器对象，并且让它们各自控制一部分互不影响，我们应该怎么做呢？</span></strong>可能我们第一时间会想到给变形器和模型之间分别建立联系不就可以了吗？<strong><span class="has-inline-color has-vivid-cyan-blue-color">那么按照这个思路，我们来实际操作一下。</span>我们先把这个变形器删除，我们重新创建一个多边形球体。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/d6uqseSVmZJK74X.jpg" alt=""/></figure>
</div>


<p><strong>那么既然是低模控制高模，所以这里我们可以适当的减少这个球体的细分段数。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/OYWInUbL3j1sBXl.jpg" alt=""/></figure>
</div>


<p>然后我们进入到前视图当中，<strong>我们进入面模式，把中间的部分删除。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/1T5RU7ZcIvXOCMq.jpg" alt=""/></figure>
</div>


<p><strong>然后我们回到物体级别，按住Shift键+右键，选择分离多边形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/sbJa9QZKU8gqNcl.jpg" alt=""/></figure>
</div>


<p><strong>这样，这两个半球就变成了独立的个体。<span class="has-inline-color has-luminous-vivid-orange-color">接着我们按照刚才的思路，让上面的半球独立控制上半部分，让下面的半球独立控制下半部分。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/2bsEtFkiArVRdxh.jpg" alt=""/></figure>
</div>


<p><strong>我们选择球体，加选上半部分，执行包裹变形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/5ezUNTZ96XMYHRb.jpg" alt=""/></figure>
</div>


<p><strong>然后我们选择球体，加选下半部分，执行包裹变形。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/qRguDrL4y6cCHWb.jpg" alt=""/></figure>
</div>


<p><strong>那么我们可以看到：<span class="has-inline-color has-luminous-vivid-orange-color">当我们操作其中一个变形器的时候，另外一个变形器所在的球体，直接就脱离控制了，这个就是关键的问题所在。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/v8MADJfkuswg4iW.jpg" alt=""/></figure>
</div>


<p><strong>我们撤销回到下半部分变形器生成之前。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/ns1xhvJAMjzlQgI.jpg" alt=""/></figure>
</div>


<p><strong><span class="has-inline-color has-luminous-vivid-orange-color">那么正确的操作是使用变形菜单下包裹扩展菜单中的这个添加影响。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/hNLqRiwWaTkHCfD.jpg" alt=""/></figure>
</div>


<p><strong>现在我们再来操作看一下，我们可以看到：<span class="has-inline-color has-luminous-vivid-orange-color">当我们操作一端变形器的时候，另一端就不再会受到影响，而脱离控制。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/28/fgKo1RE6DxrVXy8.jpg" alt=""/></figure>
</div>


<p><strong>而假设我们要制作动画效果，我们直接给这个半球体变形器进行K帧就OK了</strong>。</p>



<p class="has-vivid-cyan-blue-background-color has-background"><strong><span style="color:#ffffff" class="has-inline-color">提示：对于简单的模型动画，可以尝试使用包裹变形器来操作，无需创建骨骼绑定。</span></strong></p>
<p><a href="https://www.miaodonghua.com/957.html">Maya中如何使用包裹变形器(Wrap)？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/957.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya中如何分离曲面(Detach Surfaces)？</title>
		<link>https://www.miaodonghua.com/941.html</link>
					<comments>https://www.miaodonghua.com/941.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Tue, 27 Oct 2020 14:52:14 +0000</pubDate>
				<category><![CDATA[MAYA建模]]></category>
		<category><![CDATA[MAYA曲面建模]]></category>
		<category><![CDATA[Detach Surfaces]]></category>
		<category><![CDATA[K帧]]></category>
		<category><![CDATA[Maya教程]]></category>
		<category><![CDATA[分离曲面]]></category>
		<category><![CDATA[动画]]></category>
		<category><![CDATA[提取面]]></category>
		<category><![CDATA[曲面建模]]></category>
		<category><![CDATA[贴图]]></category>
		<category><![CDATA[通道盒]]></category>
		<guid isPermaLink="false">https://miaodonghua.com/?p=941</guid>

					<description><![CDATA[<p>本次讲解：Maya曲面菜单中的分离曲面(Detach Surfaces)。它的作用就是将一个完整曲面拆分为多个 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/941.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya中如何分离曲面(Detach Surfaces)？”</span></a></p>
<p><a href="https://www.miaodonghua.com/941.html">Maya中如何分离曲面(Detach Surfaces)？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Maya曲面分割教程：拆解模型为多个面片" width="525" height="295" src="https://www.youtube.com/embed/64i7_lLxyXY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p><strong>本次讲解：Maya曲面菜单中的分离曲面(Detach Surfaces)。<span class="has-inline-color has-luminous-vivid-orange-color">它的作用就是将一个完整曲面拆分为多个面片。</span></strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/nKbkQZotYNgmerf.jpg" alt=""/></figure>
</div>


<p><strong>那么分离曲面和我们多边形中的提取面的结果是比较相似的。</strong>那么接下来我们会通过分离曲面来制作一个简单的动画效果。例如我们在场景中创建一个曲面球体，那么为了观察效果，我们先给我它<strong>赋予一个phong材质，然后我们给它调节一个自己喜欢的颜色。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/EyIirLAos2OWGCV.jpg" alt=""/></figure>
</div>


<p>接着我们在<strong>凹凸贴图节点上链接一个2D分形纹理。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/lydWuLabQqEIRX1.jpg" alt=""/></figure>
</div>


<p>那么这个表面太粗糙了，我们可以适当的<strong>减少一些这个振幅数值</strong>。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/U56cZFdJNEHVwit.jpg" alt=""/></figure>
</div>


<p>这样我们的这个球体看上去就好多了。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/Z3lLiTeaAMUgocr.jpg" alt=""/></figure>
</div>


<p>我们先把这个曲面菜单独立显示出来，那么现在我们就开始分离曲面。那么我们要做的就是把这个球体从大概<strong>中间部分一分为二，然后我们再把上半部分分离成多个面片。</strong>操作呢非常简单，<strong>我们只要右键进入等位线模式，然后选择中间部分的等位线。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/IymCSuL47Vxen8F.jpg" alt=""/></figure>
</div>


<p><strong>当然我们也可以在选择等位线之后，左键拖动，形成一条我们自己定义的分离参考线。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/14NptblMzCqkaVi.jpg" alt=""/></figure>
</div>


<p>接着我们只要执行分离命令，这个球体表面就被我们切成两半了。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/UygCqJSwGL8ViOM.jpg" alt=""/></figure>
</div>


<p>然后我们再次选择这条等位线，将上半部分一分为二。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/kc9eyS8tJDnNdIU.jpg" alt=""/></figure>
</div>


<p>接着我们再把这个曲面分离成多个面片。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/cgOhbHujwKFWraC.jpg" alt=""/></figure>
</div>


<p>同样的，我们可以直接选择它原先的等位线，也可以拖动形成我们自己定义的分离参考线。<strong>那么这里我们直接使用现成的等位线。选择完成之后，我们直接执行分离。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/56MrU9ZmVPh8aQy.jpg" alt=""/></figure>
</div>


<p>这样，我们的面片就被分离开了。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/atL1TUeOAcRzn34.jpg" alt=""/></figure>
</div>


<p>同样的上面这个曲面也是一样的分离方法。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/v2WViKOP4FfNkQy.jpg" alt=""/></figure>
</div>


<p>那么分离完成之后，我们就可以来<strong>制作一个旋涡状面片向外飘飞的一个动画。</strong>这里我们选择上半部分分离出来的这些面片。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/jaSrV82i4seK7ZR.jpg" alt=""/></figure>
</div>


<p>然后我们切换到<strong>FX特效模块</strong>，这里我们在<strong>力场/解算器菜单下，</strong>给它们统一施加一个<strong>漩涡场。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/vYfWTxP5qICFE86.jpg" alt=""/></figure>
</div>


<p>那么我们<strong>4键线框显示就可以看到这个力场的位置。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/FB9dG2MUnw6ykQx.jpg" alt=""/></figure>
</div>


<p>接着我们把这个动画设置为1000帧的时长，然后检查一下， 我们让它回到初始的第一帧。我们播放来看一下，我们可以看到这个效果是出来了。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/evWIwdsm4kagyX9.jpg" alt=""/></figure>
</div>


<p><strong>但是因为我们的漩涡场是恒定的，导致后面乱飞停不下来。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/HqVnar4skRFEvWU.jpg" alt=""/></figure>
</div>


<p>这就需要我们通过<strong>设置关键帧的方式让场强逐渐的消失</strong>，所以这里我们选择这个漩涡场，Ctrl+A打开属性设置，然后我们找到这个场强属性，那么它默认的是5。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/KBO2Qfx51U76PHR.jpg" alt=""/></figure>
</div>


<p>假设我们要在<strong>20帧的时候开始衰减，我们就跳转到20帧，在场强属性上右键设置关键帧。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/D4qRAzbQLKUrgyj.jpg" alt=""/></figure>
</div>


<p>那么假设我们要在<strong>40帧的时候，场强衰减为0，我们就跳转到40帧，场强设置为0，并且设置关键帧。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/r6gxOfdY5aRyNmv.jpg" alt=""/></figure>
</div>


<p>好了，调整完成之后，我们回到第一帧，我们再次播放看一下，那么这次的效果看起来就好的多了。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/qlxWhg5UfKwTcIr.jpg" alt=""/></figure>
</div>


<p>另外如果我们觉得这个<strong>面片太重了或者是太轻了。</strong>我们可以选择他们，<strong>打开通道盒，</strong>找到这个<strong>刚体节点属性。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/zG9NkF6mjTXpUZe.jpg" alt=""/></figure>
</div>


<p><strong>我们可以找到这个质量参数，们适当的调整质量大小就OK了。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/27/aGohjsEqpJbDT5H.jpg" alt=""/></figure>
</div>


<p class="has-vivid-cyan-blue-background-color has-background"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-very-light-gray-color">【重点总结】→操作方法：进入等位线模式，可以直接选择等位线，也可以左键拖动等位线来确定分离位置，最后执行分离曲面。</mark></p>



<p class="has-vivid-cyan-blue-background-color has-background"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-very-light-gray-color">动画环节：场强默认是恒定的，设置关键帧的时候，一定要跳转到指定帧，对场强进行K帧。</mark></p>
<p><a href="https://www.miaodonghua.com/941.html">Maya中如何分离曲面(Detach Surfaces)？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/941.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya动画控制区的认识</title>
		<link>https://www.miaodonghua.com/686.html</link>
					<comments>https://www.miaodonghua.com/686.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Wed, 07 Oct 2020 18:02:37 +0000</pubDate>
				<category><![CDATA[MAYA综合]]></category>
		<category><![CDATA[K帧]]></category>
		<category><![CDATA[Maya动画]]></category>
		<category><![CDATA[Maya教程]]></category>
		<category><![CDATA[动画]]></category>
		<category><![CDATA[动画控制区]]></category>
		<category><![CDATA[时间滑块]]></category>
		<category><![CDATA[自动关键帧]]></category>
		<guid isPermaLink="false">https://miaodonghua.com/?p=686</guid>

					<description><![CDATA[<p>Maya的动画控制区在Maya中非常重要，这里面，我们可以非常方便的进行关键帧的设置和调节。 第一个：时间滑块 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/686.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya动画控制区的认识”</span></a></p>
<p><a href="https://www.miaodonghua.com/686.html">Maya动画控制区的认识</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="MAYA动画入门教程：掌握动画控制区与帧范围调整！" width="525" height="295" src="https://www.youtube.com/embed/yMWNcMGoDf4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>Maya的动画控制区在Maya中非常重要，这里面，我们可以非常方便的进行关键帧的设置和调节。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/PHzfBq7cbZeWljY.png" alt=""/></figure>
</div>


<p><strong>第一个：时间滑块，它的主要作用是用于控制播放范围、关键帧以及受控的关键点。</strong>时间滑块上的红色标记是我们设置的关键帧，我们使用鼠标在时间滑块上，点击帧的序号，可以跳转到指定帧动画。使用鼠标拖动，可以控制动画，向前或者向后预览动画。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/yMiG5urwg7kX3LP.png" alt=""/></figure>



<p>时间滑块后面的这个编辑框，是设置当前的时间帧，我们可以直接输入对应的帧序号，也可以直接在时间滑块上点击对应的帧序号，都可以实现设置当前的时间帧。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/9IYjbThc85vWUNn.png" alt=""/></figure>
</div>


<p><strong>第二个：动画控制区按钮，因为他们是相对称的功能关系，所以从中间往两边来介绍。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/eMWNGp3P1d4alw5.png" alt=""/></figure>
</div>


<p><strong>这个是向后播放</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/1wWPSOD9huJdFbx.png" alt=""/></figure>
</div>


<p><strong>这个是向前播放</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/GPQT7zASHtJ3dna.png" alt=""/></figure>
</div>


<p><strong>这个是前进到下一个关键帧</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/jRgKxv1tUVH8DAo.png" alt=""/></figure>
</div>


<p><strong>这个是后退到上一个关键帧</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/AiZRz85tWvOYLuo.png" alt=""/></figure>
</div>


<p><strong>这个是前进一帧</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/lXxhEQLm1afi8RY.png" alt=""/></figure>
</div>


<p><strong>这个是后退一帧</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/UBLXwiZxpd3qWvN.png" alt=""/></figure>
</div>


<p><strong>这个是跳转至帧范围结尾的最后一帧</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/RvnYT3q6KCBocMQ.png" alt=""/></figure>
</div>


<p><strong>这个是跳转至帧范围开头的起点</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/mdpTWZVSErzMJhy.png" alt=""/></figure>
</div>


<p><strong>第三个：范围滑块，它是用于控制上面“时间滑块”中的播放范围。</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/EWYAsrKx64GpID3.png" alt=""/></figure>



<p>下面分别是动画开始的时间帧和动画结束的时间帧，这两个参数是决定了整个动画帧的总范围。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/JniIKscSCP6HFNR.png" alt=""/></figure>



<p>在这个场景中，我们默认范围是1到200帧，而下面的这个是动画开始播放的时间帧和动画结束播放的时间帧范围（1到100帧）。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/rPaWEHR2lNfUdOq.png" alt=""/></figure>
</div>


<p>这两个参数，就是相当于，从总范围中选择一段作为播放范围。在这个场景中，我们就是从总范围（1到200帧）当中选择（1到100帧）作为播放范围。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/oZysrwO7XbWMHj3.png" alt=""/></figure>
</div>


<p>同时，关于设置开始播放和结束播放的时间帧，我们还可以拖动时间滑块任意一端，就可以很方便的设置播放范围。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/GZtaKR5yim4vfIc.png" alt=""/></figure>
</div>


<p>至于后面的这个是动画层菜单和角色层菜单，是在复杂交互场景中，才会用所用到的功能。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/HpbrDWRZXsd2eG7.png" alt=""/></figure>
</div>


<p><strong>第四个：播放选项，这个是帧速率，也就我们通常所说的fps，我们可以根据自己的需要设置帧速率，而平时我们使用的标准帧速率为24帧/s。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/PDjJiMV4fgcqlha.png" alt=""/></figure>
</div>


<p>后面的这个是动画播放状态，当前这个图标是<strong>播放一次</strong>，也就是播放到最后一帧就自动停止。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/1pHVb5rP9AiD7J3.png" alt=""/></figure>
</div>


<p>我们点击图标切换播放状态，当前这个图标是<strong>往返循环</strong>，意思就是向前和向后循环播放。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/6gNpGihKw9zXOjn.png" alt=""/></figure>
</div>


<p>我们再次点击切换，当前这个图标是<strong>连续循环</strong>，这和我们听歌时候的单曲循环是一样的原理。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/KptW8FHVUSIY4Rk.png" alt=""/></figure>
</div>


<p>然后，后面的这个是<strong>缓存播放</strong>，用于查看我们对动画所做的更改，而并不需要再次创建播放预览。默认是开启状态，我们可以在时间滑块底下看到蓝色的部分。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/zR9oQq1B6PGfOnC.png" alt=""/></figure>
</div>


<p>最后的这两个分别是<strong>自动关键帧和时间滑块首选项</strong>，因为是认识界面，所以这里只做了解，我们在后面的案例中，再做具体分析。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/08/QxcyIN3JHrma6ng.png" alt=""/></figure>
</div>


<p>好了，Maya动画控制区就讲到这里。</p>
<p><a href="https://www.miaodonghua.com/686.html">Maya动画控制区的认识</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/686.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
