Update README.md

This commit is contained in:
Jeffreytsai1004 2025-01-15 03:19:31 +08:00
parent 4c725fe640
commit d9a4c4946d

View File

@ -1,38 +1,37 @@
#### 1 If you have previous version, move files to somewherelse
#### 1 如果你有之前的版本,请将文件移至其他位置
#### 2 Now Maya 2022 and 2023 uses same DNA Calibartion.
#### 2 现在 Maya 2022 和 2023 使用相同的 DNA Calibration
Install DNA_Calibration 1.1.0 (https://github.com/EpicGames/MetaHuman-DNA-Calibration/archive/refs/tags/1.1.0.zip) Extract the files to C Drive and rename Main folder as dna_calibration.
安装 DNA_Calibration 1.1.0 (https://github.com/EpicGames/MetaHuman-DNA-Calibration/archive/refs/tags/1.1.0.zip) 将文件解压到 C 盘并将主文件夹重命名为 dna_calibration。
#### 3 Go to downloaded folder and type "cmd" in textfield. Control Panel will pop up
#### 3 进入下载的文件夹并在文本框中输入"cmd"。控制面板将会弹出
Write "python metapipe.py"
输入 "python metapipe.py"
或者如果上述方法不起作用,可以选择其他解决方案
OR if it not works or prefer other solution
- 复制所有 python 文件并粘贴到 "c:/Arts and Spells/Scripts" (推荐)。
- Copy all python files and paste in to "c:/Arts and Spells/Scripts" (Recommended).
- Open "MetaPipeStudioSource.py" and change to your versions of
- 打开 "MetaPipeStudioSource.py" 并修改以下版本信息
* ROOT_DIR
* MAYA_VERSION
* dnaPath
* body_type
- After changing those save the file as "dat.py" inside "c:/Arts and Spells/Scripts"
- 修改完成后将文件另存为 "dat.py" 并保存在 "c:/Arts and Spells/Scripts" 中
#### 4 - Copy Plugin
#### 4 - 复制插件
"Documents\Megascans Library\support\plugins\maya\7.0\MSLiveLink\DHI\plugins\Windows\2023" (7.0 is current MSLiveLink Version it may change) Go to this path and copy embeddedRL4.mll file
前往此路径 "Documents\Megascans Library\support\plugins\maya\7.0\MSLiveLink\DHI\plugins\Windows\2023" (7.0 是当前 MSLiveLink 版本,可能会变更) 并复制 embeddedRL4.mll 文件
#### 5 - Create a folder named "plug-ins" in "Documents/Megascans Library/support/plugins/maya/7.0/MSLiveLink/" and past the file inside it.
#### 5 - 在 "Documents/Megascans Library/support/plugins/maya/7.0/MSLiveLink/" 中创建名为 "plug-ins" 的文件夹,并将文件粘贴其中。
#### 6 - Follow tutorials for usage
#### 6 - 按照教程使用
#### 7 - If you have any question, feel free to ask form Discord or Artstation! Enjoy!
#### 7 - 如果你有任何问题,欢迎在 Discord 或 Artstation 上询问!祝使用愉快!
Body Build Automatic Code:
身体构建自动代码:
```
import sys
@ -42,7 +41,7 @@ import Body_Prep
Body_Prep.run()
```
#### Metapipe Shelf Editor Code:
#### Metapipe 架构编辑器代码:
```
import sys
@ -52,11 +51,11 @@ import MetaPipeStudio
MetaPipeStudio.show_dna_edit_window()
```
Corrective Blendshape Installation:
修正混合变形安装:
* 1 - Copy extractDerltas.py and paste it in to Maya Plugins folder --> documents/maya/"""2023/2022"""/plug-ins
* 2 - Copy the text that inside correctiveBlendshape.txt file and paste it in to Maya Shelf Editor "MEL SCRIPT TAB"
* 3 - Enable extractDeltas plugin inside Maya - Windows - Settings and Preferences - Plugin Manager
* 4 - Copy paste bsIndex.py file to C:/Arts and Spells/Scripts (Recommended) or change the code correctiveBlendshape inside Shelf Editor and set your path.
* 1 - 复制 extractDerltas.py 并粘贴到 Maya 插件文件夹 --> documents/maya/"""2023/2022"""/plug-ins
* 2 - 复制 correctiveBlendshape.txt 文件中的文本并粘贴到 Maya 架构编辑器的 "MEL SCRIPT TAB" 中
* 3 - 在 Maya 中启用 extractDeltas 插件 - Windows - Settings and Preferences - Plugin Manager
* 4 - 将 bsIndex.py 文件复制粘贴到 C:/Arts and Spells/Scripts (推荐) 或修改架构编辑器中的 correctiveBlendshape 代码并设置你的路径。