This commit is contained in:
2025-11-23 23:31:18 +08:00
parent d60cdc52fd
commit 9f7667a475
710 changed files with 252869 additions and 6 deletions

View File

@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html>
<head>
<title>独立程序模式</title>
<meta name="generator" content="Help &amp; Manual" />
<meta name="keywords" content="command line,standalone" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link type="text/css" href="default.css" rel="stylesheet" />
<style type="text/css">
body { margin: 0px; background: #F8F8F8; }
</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="helpman_settings.js"></script>
<script type="text/javascript" src="helpman_topicinit.js"></script>
<script type="text/javascript">
HMSyncTOC("index.html", "standalone.htm");
</script>
<script type="text/javascript" src="highlight.js"></script>
<script type="text/javascript">
$(document).ready(function(){highlight();});
</script>
</head>
<body>
<table style="width:100%; border:none; border-spacing:0px; padding:0px; background:#D0D0D0">
<tr style="vertical-align:middle">
<td style="text-align:right">
<a href="welcome.htm"><img border="0" src="../common/images/MGtoolsHelp_Home.gif" width="34" height="22" alt="Home" /></a>&nbsp;
<a href="hotkeys_designer.htm"><img border="0" src="../common/images/MGtoolsHelp_previous.gif" width="34" height="22" alt="Previous" /></a>
<a href="tipsfordesigner.htm"><img border="0" src="../common/images/MGtoolsHelp_next.gif" width="34" height="22" alt="Next" /></a>
</td>
</tr>
</table>
<!-- Placeholder for topic body. -->
<table style="width:100%;border:none;border-spacing:0px"><tr style="vertical-align:top"><td style="text-align:left;padding:5px">
<p class="p_Normal" style="line-height: 1.80;"><span class="f_ImageCaption" style="font-size: 10pt;">从V2开始, MG-Picker工作室支持以独立程序方式来运行。</span></p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 22px;">直接双击下载好的可执行文件就好。</p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 22px;">对于Maya才有的功能 比如MEL或Python代码执行菜单右键预览3D视图等在独立程序模式下不可用。</p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 22px;">但大部分设计编辑Picker时你通常不需要这些功能。这时独立程序方式比较方便因为不用打开Maya。</p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 22px;">独立程序有一些命令行的支持:</p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 22px;">&nbsp;</p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 22px;"><span style="font-style: italic;">MG-PickerStudio &nbsp;</span></p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 39px;"><span style="font-style: italic;">-help: 显示该帮助</span></p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 39px;"><span style="font-style: italic;">-mode: 界面模式: 0=设计师模式, 1=动画师模式;</span></p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 39px;"><span style="font-style: italic;">-layout: 界面布局方式, 可用值为: Single, Column2, Column3, Column4, Row2, Row3, Row4, Col2SplitLeft, Col2SplitRight, Row2SplitTop, Row2SplitBottom, GridVerticalUnified, GridHorizontalUnified, GridBothUnified;</span></p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 39px;"><span style="font-style: italic;">-load: 加载某Picker文件可以选择指定在哪个视图区域来打开的索引值(0-3因为最多4个视图区域),例子: &nbsp;[0] &quot;pickerFilePath1&quot; [1] &quot;pickerFilePath2&quot;;</span></p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 39px;"><span style="font-style: italic;">-tests: 运行单元测试管理器,仅内部使用,正式发布时可能会拿掉。</span></p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 39px;">&nbsp;</p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 26px;">支持独立程序模式代表MG-Picker已作好准备支持其它的DCC。如果你希望支持某DCC, 可以发邮件到<a href="mailto:mgpickerstudio@gmail.com" target="_blank" class="weblink">mgpickerstudio@gmail.com</a></p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 26px;">&nbsp;</p>
<p class="p_Normal" style="line-height: 1.80; margin: 0 0 0 26px;">&nbsp;</p>
</td></tr></table>
<table height="30" width="100%" border="0" cellspacing="" cellpadding="0" bgcolor="#D0D0D0">
<tr valign="bottom" bgcolor="#D0D0D0" >
<td align="left" valign="middle" >
<a href="welcome.htm"><img border="0" src="../common/images/MGtoolsHelp_Home.gif" width="34" height="22" alt="Home" /></a>
<a href="hotkeys_designer.htm"><img border="0" src="../common/images/MGtoolsHelp_previous.gif" width="34" height="22" alt="Previous" /></a>
<a href="tipsfordesigner.htm"><img border="0" src="../common/images/MGtoolsHelp_next.gif" width="34" height="22" alt="Next" /></a></td>
</tr>
</table>
</body>
</html>