diff --git a/README.md b/README.md index bec660b..a3f9b5c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ 身体构建自动代码: ``` +#!/usr/bin/env python +# -*- coding: utf-8 -*- + import sys sys.path.append("C:/Arts and Spells/Metapipe Studo 1.3.0") @@ -44,12 +47,27 @@ Body_Prep.run() #### Metapipe 架构编辑器代码: ``` +#!/usr/bin/env python +# -*- coding: utf-8 -*- + import sys sys.path.append("C:/Arts and Spells/Metapipe Studo 1.3.0") import MetaPipeStudio 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() +``` 修正混合变形安装: