<?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>快捷命令 归档 - 喵喵动画屋</title>
	<atom:link href="https://www.miaodonghua.com/tag/%E5%BF%AB%E6%8D%B7%E5%91%BD%E4%BB%A4/feed" rel="self" type="application/rss+xml" />
	<link>https://www.miaodonghua.com/tag/快捷命令</link>
	<description>探索Maya世界：基础教程、动画技巧、建模艺术与渲染技术。</description>
	<lastBuildDate>Sat, 13 Jan 2024 19:12:42 +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>快捷命令 归档 - 喵喵动画屋</title>
	<link>https://www.miaodonghua.com/tag/快捷命令</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Maya中如何向工具架添加菜单命令或Mel脚本（Add commands to the shelf）？</title>
		<link>https://www.miaodonghua.com/1538.html</link>
					<comments>https://www.miaodonghua.com/1538.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 14:00:30 +0000</pubDate>
				<category><![CDATA[MAYA技巧]]></category>
		<category><![CDATA[Center Pivot]]></category>
		<category><![CDATA[Maya技巧]]></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://www.miaodonghua.com/?p=1538</guid>

					<description><![CDATA[<p>那么平时，我们在使用Maya的过程中会有很多常用的猜啊单命令或者Mel脚本，例如枢轴点居中，冻结变换，按类型删 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/1538.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya中如何向工具架添加菜单命令或Mel脚本（Add commands to the shelf）？”</span></a></p>
<p><a href="https://www.miaodonghua.com/1538.html">Maya中如何向工具架添加菜单命令或Mel脚本（Add commands to the shelf）？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>那么平时，我们在使用Maya的过程中会有很多常用的猜啊单命令或者Mel脚本，例如枢轴点居中，冻结变换，按类型删除历史记录等等。而将这些常用命令添加到工具架会大大提高我们的工作效率，事半功倍。</p>



<h4 class="wp-block-heading" id="h-"><strong>首先我们来说下第一种：向工具架添加菜单命令。</strong></h4>



<p>例如：我们要在工具架自定义选项卡（Custom）中添加修改菜单（Modify）下的居中枢轴命令（Center Pivot）。我们只需要切换到Custom选项卡，然后按住<strong>“Shift+Ctrl+鼠标左键”</strong>单击居中枢轴命令，就可以将居中枢轴命令添加到Custom选项卡中。</p>



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



<h4 class="wp-block-heading" id="h-mel"><strong>然后我们来说下第二种：向工具架添加Mel脚本命令。</strong></h4>



<p>这个很简单，我们只要选中Mel脚本，然后<strong>“鼠标左键或者中键”</strong>将脚本拖动到Custom选项卡中，脚本类型选择Mel就OK了。</p>



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



<h4 class="wp-block-heading" id="h-mel-1"><strong>如何删除菜单命令或者mel脚本？</strong></h4>



<p>只需要在对应的命令上右键Delete。</p>



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



<h4 class="wp-block-heading" id="h-mel-2"><strong>如何修改菜单命令或者Mel脚本的名称以及颜色？</strong></h4>



<p>只需要在对应的命令上右键选择Edit编辑，在Shelve选项卡中，找到图标标签（Icon Label），输入自定义名称。接着点击图标标签颜色（Icon Label Color）后面的色块，可以选择一个自己喜欢的颜色，然后点击保存就可以了。</p>



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



<h4 class="wp-block-heading" id="h-mel-3"><strong>如何移动菜单命令或者Mel脚本的位置？</strong></h4>



<p>只需要鼠标中键拖动对应的命令，就可以快速移动位置。</p>
<p><a href="https://www.miaodonghua.com/1538.html">Maya中如何向工具架添加菜单命令或Mel脚本（Add commands to the shelf）？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/1538.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya中如何分离曲线(Detach Curve)？</title>
		<link>https://www.miaodonghua.com/835.html</link>
					<comments>https://www.miaodonghua.com/835.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Mon, 19 Oct 2020 15:38:15 +0000</pubDate>
				<category><![CDATA[MAYA建模]]></category>
		<category><![CDATA[MAYA曲面建模]]></category>
		<category><![CDATA[Detach Curve]]></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=835</guid>

					<description><![CDATA[<p>今天我们来简单的讲一下如何分离曲线（Detach Curve）？那么分离曲线总共有两种方法：我们首先来说下第一 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/835.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya中如何分离曲线(Detach Curve)？”</span></a></p>
<p><a href="https://www.miaodonghua.com/835.html">Maya中如何分离曲线(Detach Curve)？</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/4zsgamNlUC4?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>今天我们来简单的讲一下如何分离曲线（Detach Curve）？</strong><span class="has-inline-color has-very-dark-gray-color"><strong>那么分离曲线总共有两种方法：我们首先来说下第一种：曲线点分离。</strong></span>这里我们使用EP曲线工具，先在场景中画一条曲线，然后我们复制2条备用。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/19/nvSjzgke9y4sIaP.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/19/5kmaUi1VDyYnhXr.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/19/HFKvLP6TlG3SQJC.jpg" alt=""/></figure>
</div>


<p>然后按住Shift键，右键选择分离曲线命令。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/19/xz2Cm1fBRYGrtqp.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/19/D7BZ5PTzaO8J4X3.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/19/Ij6YGl8eRbJ1Zot.jpg" alt=""/></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/19/zQbyaCBFvmT7qod.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/19/zpQHBRYfdFwrtUo.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/19/zlDEvS8WnXyRGos.jpg" alt=""/></figure>
</div>


<p>那么这里我们需要注意，为了防止我们分离之后这些曲线在大纲视图中难以查找和操作。这个时候我们可以使用快捷键Ctrl+G给它们打一个组。这样这个组下就只包含分离后的这些曲线，下次我们再进行查找的时候，就会非常的方便快捷。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/19/eCiRM7kypuzKqvl.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/19/iLfrFjx1yXDsPdn.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/19/PSFqI2hQpYMjgak.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/19/7l8cQki4yThxB95.jpg" alt=""/></figure>
</div>


<p>当然假设要同时断开多处，我们只需要右键进入编辑点模式，按住Shift键加选编辑点，然后点击执行分离，这样就OK了。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/19/xmr47IcMUhKRqDl.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/19/XUzN8J6A3K5WZwF.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/19/kh9myGSqHYoXtKs.jpg" alt=""/></figure>
</div>


<p>好了，关于这个分离曲线命令就讲到这里。</p>
<p><a href="https://www.miaodonghua.com/835.html">Maya中如何分离曲线(Detach Curve)？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/835.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya中如何使用平滑命令(Smooth)？</title>
		<link>https://www.miaodonghua.com/756.html</link>
					<comments>https://www.miaodonghua.com/756.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Tue, 13 Oct 2020 14:39:06 +0000</pubDate>
				<category><![CDATA[MAYA多边形建模]]></category>
		<category><![CDATA[MAYA建模]]></category>
		<category><![CDATA[Maya教程]]></category>
		<category><![CDATA[Smooth]]></category>
		<category><![CDATA[UV]]></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=756</guid>

					<description><![CDATA[<p>如何使用平滑命令来对模型进行平滑处理？我们打开mesh网格菜单，那么这个Smooth就是平滑命令。 同时我们也 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/756.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya中如何使用平滑命令(Smooth)？”</span></a></p>
<p><a href="https://www.miaodonghua.com/756.html">Maya中如何使用平滑命令(Smooth)？</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/fYxjnNrLiUA?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>mesh网格菜单，那么这个Smooth就是平滑命令。</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/13/8C6OdzXfAYbtjrw.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/13/Vq2vU3gckS4byop.jpg" alt=""/></figure>
</div>


<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-luminous-vivid-orange-color">首先我们要知道什么是平滑处理？平滑处理就是将一个比较粗糙的模型，说白了也就是面比较少的模型，通过增加细分面数的方式，让其面数增多，从而让其表面变得更加光滑。</mark></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/13/Xga49MFDeORfC81.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/13/TK48lQpxnbUMJOe.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/13/OIKPhV9D7aH25J4.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/13/Lh6isopm7Zx8teN.jpg" alt=""/></figure>
</div>


<p><strong>那么这里，可能有的人会问什么是拓扑呢？</strong><span class="has-inline-color has-luminous-vivid-orange-color">拓扑就是在连续改变网格形状之后，还能保持物体本身的特性。那么，我们也可以直接把它看成是一种特殊的综合布线的方式。</span></p>



<p><strong>第二个是：通过【线性】来细分</strong>，它和上面的【指数】细分不同的是：<span class="has-inline-color has-luminous-vivid-orange-color">这种细分方式，会适当的产生一些三角面，而【指数】细分则只会产生四边面，不会产生三角面。</span></p>


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


<p>我们先把这个模型删除，我们重新创建两个多边形球体，我们适当的调节球体的角度。<em><span class="has-inline-color has-luminous-vivid-orange-color">一个使用【指数】进行细分，一个使用【线性】的方式进行细分。</span></em></p>


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


<p>为了更好的观察，我可以开启线框着色显示。<em><span class="has-inline-color has-luminous-vivid-orange-color">那么我们重点观察的就是：这两个球体顶部，多条线相交的地方。</span></em></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/13/2JshTOzBfYd31LG.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/13/ltKbaRhNQsXj6IA.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/13/peErL8gPZTzvnCt.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/13/kJnWHXTsjKQiwNI.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/13/pozBtGRgXAYk1US.jpg" alt=""/></figure>
</div>


<p>我们关闭选项，我们回到场景中，我们知道左边的这个球体是通过【指数】来细分的，那么当我们选择它的时候，我们可以在通道盒看到这个球体的输入节点，那么除了他默认的创建节点，还多了一个<strong>polySmoothFace多边形平滑面</strong>的这样一个节点。这个节点，就是我们对其执行【指数】细分所创建的。我们展开它，我们可以在这里<strong>Divisions分段数</strong>下重新调节它的分段数。<span class="has-inline-color has-luminous-vivid-orange-color"><strong>同样的，这个值越大，模型就会更加光滑，更加精细；值越小，模型就会更加粗糙。</strong></span></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://i.loli.net/2020/10/13/flaHB6QIikVnUPK.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/13/kIuG9ChQ4Plvpr3.jpg" alt=""/></figure>
</div>


<p>那么以上就是平滑命令的基本使用方法。至于下下面的平滑UV，保持边界等等，这些都是一些特殊情况下使用的选项设置，都是一些字面上的意思。只要掌握了基础的使用方法，这些都会变得非常容易。</p>



<p>好了，关于这个平滑命令就讲这么多。</p>
<p><a href="https://www.miaodonghua.com/756.html">Maya中如何使用平滑命令(Smooth)？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/756.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya工作区 &#8211; 切换/重置/保存/删除工作区？</title>
		<link>https://www.miaodonghua.com/255.html</link>
					<comments>https://www.miaodonghua.com/255.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Tue, 22 Sep 2020 17:03:22 +0000</pubDate>
				<category><![CDATA[MAYA综合]]></category>
		<category><![CDATA[Maya教程]]></category>
		<category><![CDATA[UV]]></category>
		<category><![CDATA[切换工作区]]></category>
		<category><![CDATA[删除工作区]]></category>
		<category><![CDATA[动画]]></category>
		<category><![CDATA[快捷命令]]></category>
		<category><![CDATA[重置工作区]]></category>
		<guid isPermaLink="false">https://miaodonghua.com/?p=255</guid>

					<description><![CDATA[<p>Maya工作区是我们进行作业的主要区域。像我们平时的建模、动画、渲染等等操作都需要通过工作区来观察操作，那么现 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/255.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya工作区 &#8211; 切换/重置/保存/删除工作区？”</span></a></p>
<p><a href="https://www.miaodonghua.com/255.html">Maya工作区 &#8211; 切换/重置/保存/删除工作区？</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/2hKLKDs8uak?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>



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



<p>我们依次来看一下其他工作区<br>第一个是建模 标准工作区；第二个是建模 专业工作区；第三个是雕刻工作区；第四个是姿势塑造工作区；第五个是UV编辑工作区；第六个是毛发工作区；第七个是交互式毛发梳理工作区；第八个是装备区；第九个是动画区；第十个是渲染 标准工作区；第十一是渲染 专业工作区；第十二是节点控制工作区；第十三是运动图形工作区；第十四是流体特效工作区。</p>



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



<p>认识完这些工作区，现在我们重点来讲一下操作工作区的这个四个通用功能。<br>第一个重置当前工作区，它的作用就是：假如我们对当前使用工作区做了更改。</p>



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



<p>比如我们把界面UI元素布局弄乱了。这个时候，我们就可以点击这个重置当前工作区来恢复原状。<strong>但是这有个前提条件，就是我们在重置之前，我们必须要保证我们没有切换到其他工作区或 者是关闭maya软件。因为这个切换工作区和关闭maya的操作会导致当前工作区被默认保存，无法使用重置功能。所以，我们要特别注意这个问题。</strong></p>



<p><strong>第二个保存当前工作区</strong><br>在当前这个工作区下，我们可以自定义编排。<br>完成之后，只要点击保存，输入名称，点击确认就可以了。</p>



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



<p><strong>第三个导入工作区文件</strong><br>在这里可以导入个性化的工作区文件</p>



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



<p>最后这个是<strong>删除当前工作区</strong><br>这个是用专门用来删除我们自定义工作区的<br>而这些默认的工作区是无法删除的</p>



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



<p>最后，我们来看一下工作区的第一排视图菜单：分别为<strong>视图、着色、照明、显示、渲染器、面板。</strong></p>



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



<p><strong>第二排是视图快捷栏，都是一些我们常用的快捷命令</strong><br>比如选择摄像机、锁定摄像机、开启分辨率门、线框显示、平滑着色显示、使用默认材质显示、着色对象线框显示、带纹理显示以及在着色对象上半透明显示等等。</p>



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



<p><strong>左下角这个是世界坐标，底部中间的这个就是视图名称，我们也可以把它叫做摄像机标签。</strong></p>



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



<p><br>而现在我们看到的工作区，就可以把他理解为一台摄像机正在监视当前的场景。<br>我们旋转场景或将场景拉近拉远，都可以理解为是我们在操作摄像机，这个应该就很好理解了。</p>
<p><a href="https://www.miaodonghua.com/255.html">Maya工作区 &#8211; 切换/重置/保存/删除工作区？</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/255.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maya脚本：Maya工具架 &#8211; 快速向工具架添加快捷命令</title>
		<link>https://www.miaodonghua.com/204.html</link>
					<comments>https://www.miaodonghua.com/204.html#respond</comments>
		
		<dc:creator><![CDATA[喵喵动画屋]]></dc:creator>
		<pubDate>Tue, 22 Sep 2020 15:39:59 +0000</pubDate>
				<category><![CDATA[MAYA综合]]></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[工具架]]></category>
		<category><![CDATA[快捷命令]]></category>
		<category><![CDATA[插件]]></category>
		<guid isPermaLink="false">https://miaodonghua.com/?p=204</guid>

					<description><![CDATA[<p>Maya的工具架主要包含的是一些Maya的常用命令。每个选项卡菜单下，又包含了常用的快捷命令，并且，它是以最直 &#8230; </p>
<p class="link-more"><a href="https://www.miaodonghua.com/204.html" class="more-link">继续阅读<span class="screen-reader-text">“Maya脚本：Maya工具架 &#8211; 快速向工具架添加快捷命令”</span></a></p>
<p><a href="https://www.miaodonghua.com/204.html">Maya脚本：Maya工具架 &#8211; 快速向工具架添加快捷命令</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/144Jq6ev4wo?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>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/03/l5sMYVgXWthBpur.jpg" alt=""/><figcaption class="wp-element-caption">工具架</figcaption></figure>



<p>例如，我们现在要创建一个多边形球体。我们需要依次打开<span class="has-inline-color has-vivid-cyan-blue-color">创建菜单&gt;选择多边形&gt;选择球体。</span></p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/c2NXd73qoDpKwmf.jpg" alt=""/><figcaption class="wp-element-caption">菜单创建多边形</figcaption></figure>



<p>但是有了工具架，我们可以直接点击多边形选项卡下的球体图标，就可以快速创建出一个多边形球体。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/FYEP2mLQWfJoBCe.jpg" alt=""/><figcaption class="wp-element-caption">多边形创建快捷图标</figcaption></figure>



<p>现在我们从左往右，依次来介绍一下这些选项卡菜单：<br>第一个是曲线/曲面，二是多边形建模，三是雕刻，四是装备，五是动画，六是渲染，七是FX特效，八是FX特效缓存，九是自定义模块，十一是阿诺德渲染器，十二是流体特效，十三是节点控制器插件，十四是运动图形，十五这个是毛发插件。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/Xvjdur3HlLOCSRg.jpg" alt=""/><figcaption class="wp-element-caption">选项卡菜单</figcaption></figure>



<p>正常的情况下，我们切换菜单只需要点击对应的选项卡就可以。同时我们还可以在工具架的左侧，点击两条横线样式的导航按钮，打开单选，列表菜单。在这里面，我们同样可以快速选择切换选项卡菜单，这和我们手动点击切换选项卡是一样的。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/cTI13zFSnhpVeZ6.jpg" alt=""/><figcaption class="wp-element-caption">导航列表菜单</figcaption></figure>



<p>然后我们再来看一下下面的这个编辑选项。<br><strong>第一项是：工具架选项卡</strong><br>我们取消或者勾选，可以决定是否显示选项卡。</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" src="https://i.loli.net/2020/10/01/crYDK1pWHVJiAGX.jpg" alt="" width="580" height="273"/><figcaption class="wp-element-caption">工具架选项卡</figcaption></figure>



<p><strong>第二项是：工具架编辑器</strong><br>在这里面，我们可以对选项卡菜单或者是常用命令。<br>进行排序、添加或者删除操作。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/dfeLaZB9JIwQHv5.jpg" alt=""/><figcaption class="wp-element-caption">工具架编辑器</figcaption></figure>



<p><strong>第三项是：导航工具架</strong><br>我们将这个小窗口独立出来，分别是上一工具架、下一工具架，跳转到工具架。这个就有点像我们翻书时候的操作上一页，下一页，跳转到指定页，是一样的道理。这个同样和我们手动点击切换一样的，只不过这里是用命令的方式来执行的。</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" src="https://i.loli.net/2020/10/01/XTxYu6bVUm57apK.jpg" alt="" width="580" height="240"/><figcaption class="wp-element-caption">导航工具架</figcaption></figure>



<p>至于这个跳转到工具架，例如我现在要跳转到FX选项卡，只需要输入“FX”,点击OK，就能快速跳转到FX选项卡下。</p>



<p><strong>第四项是：新建工具架</strong><br>我们可以点击创建一个自定义工具架，输入名称，点击创建，我们可以看到创建好的工具架。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/MlJrpLVz64AF1Gx.jpg" alt=""/><figcaption class="wp-element-caption">新建工具架</figcaption></figure>



<p><strong>第五项是：删除工具架</strong><br>比如我们要把刚才创建的这个工具架删除<br>我们只需要点击，选择切换到这个工具架<br>然后在这里点击删除工具架就可以了</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/Bhdn3IcZsRgAWpH.jpg" alt=""/><figcaption class="wp-element-caption">删除工具架</figcaption></figure>



<p><strong>第六项是：加载工具架</strong><br>点击打开，我们可以选择导入mel格式的脚本命令文件</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/xBvHgbwsCu4Yq3Z.jpg" alt=""/><figcaption class="wp-element-caption">加载工具架</figcaption></figure>



<p><strong>最后这项是：保存所有工具架</strong><br>这个没有什么可说的</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/3SurHk1MEflWesI.jpg" alt=""/><figcaption class="wp-element-caption">保存所有工具架</figcaption></figure>



<p>最后，我们重点说一下<br><strong>如何将向工具架添加菜单项命令？</strong><br>比如我们最常用到Modify修改菜单下的居中枢轴命令。我们想把它放到我们Custom自定义的选项卡菜单下。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/1RVyoa6r7MkDeKz.jpg" alt=""/><figcaption class="wp-element-caption">居中枢轴</figcaption></figure>



<p>我们只需要键盘上按下<strong>Ctrl + Shift</strong>，<strong>然后鼠标左键单击这个菜单项</strong>，这个菜单项命令就会自动添加到自定义选项卡菜单下。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/mUDpxg71AtXLCuk.jpg" alt=""/><figcaption class="wp-element-caption">添加居中枢轴命令</figcaption></figure>



<p><br>下次我们要用到这个命令，只需要选择物体，点击它就可以快速居中枢轴。<br>如果我们要移除它，只需要在图标上右键选择Delete删除就可以了。</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://i.loli.net/2020/10/01/lOPgBIuMvZftJ2N.jpg" alt=""/><figcaption class="wp-element-caption">删除命令</figcaption></figure>
<p><a href="https://www.miaodonghua.com/204.html">Maya脚本：Maya工具架 &#8211; 快速向工具架添加快捷命令</a>最先出现在<a href="https://www.miaodonghua.com">喵喵动画屋</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.miaodonghua.com/204.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
