Update README.md

This commit is contained in:
Jeffreytsai1004 2025-01-15 04:36:28 +08:00
parent ce81fa16fc
commit e5131a2ec1

View File

@ -34,6 +34,9 @@
身体构建自动代码: 身体构建自动代码:
``` ```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys import sys
sys.path.append("C:/Arts and Spells/Metapipe Studo 1.3.0") sys.path.append("C:/Arts and Spells/Metapipe Studo 1.3.0")
@ -44,12 +47,27 @@ Body_Prep.run()
#### Metapipe 架构编辑器代码: #### Metapipe 架构编辑器代码:
``` ```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys import sys
sys.path.append("C:/Arts and Spells/Metapipe Studo 1.3.0") sys.path.append("C:/Arts and Spells/Metapipe Studo 1.3.0")
import MetaPipeStudio import MetaPipeStudio
MetaPipeStudio.show_dna_edit_window() MetaPipeStudio.show_dna_edit_window()
``` ```
#### BS校正代码
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
sys.path.append("C:/Arts and Spells/Metapipe Studo 1.3.0")
import correctiveBlendshape
correctiveBlendshape.run()
```
修正混合变形安装: 修正混合变形安装: