Update README.md
This commit is contained in:
parent
e5131a2ec1
commit
86cf4ed685
10
README.md
10
README.md
@ -10,7 +10,7 @@
|
||||
|
||||
或者如果上述方法不起作用,可以选择其他解决方案
|
||||
|
||||
- 复制所有 python 文件并粘贴到 "c:/Arts and Spells/Scripts" (推荐)。
|
||||
- 复制所有 python 文件并粘贴到 "c:/Arts and Spells/Metapipe Studio 1.3.0" (推荐)。
|
||||
|
||||
- 打开 "MetaPipeStudioSource.py" 并修改以下版本信息
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
* dnaPath
|
||||
* body_type
|
||||
|
||||
- 修改完成后将文件另存为 "dat.py" 并保存在 "c:/Arts and Spells/Scripts" 中
|
||||
- 修改完成后将文件另存为 "dat.py" 并保存在 "C:/Arts and Spells/Metapipe Studio 1.3.0" 中
|
||||
|
||||
#### 4 - 复制插件
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
sys.path.append("C:/Arts and Spells/Metapipe Studo 1.3.0")
|
||||
sys.path.append("C:/Arts and Spells/Metapipe Studio 1.3.0")
|
||||
import Body_Prep
|
||||
Body_Prep.run()
|
||||
```
|
||||
@ -52,7 +52,7 @@ Body_Prep.run()
|
||||
|
||||
import sys
|
||||
|
||||
sys.path.append("C:/Arts and Spells/Metapipe Studo 1.3.0")
|
||||
sys.path.append("C:/Arts and Spells/Metapipe Studio 1.3.0")
|
||||
import MetaPipeStudio
|
||||
MetaPipeStudio.show_dna_edit_window()
|
||||
```
|
||||
@ -64,7 +64,7 @@ MetaPipeStudio.show_dna_edit_window()
|
||||
|
||||
import sys
|
||||
|
||||
sys.path.append("C:/Arts and Spells/Metapipe Studo 1.3.0")
|
||||
sys.path.append("C:/Arts and Spells/Metapipe Studio 1.3.0")
|
||||
import correctiveBlendshape
|
||||
correctiveBlendshape.run()
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user