Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Godfrey Huang committed Aug 4, 2022
1 parent 57aca68 commit 61a52f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
Maya 2018+, Windows x64

## 安装:
####自动安装
#### 自动安装
* 拖拽"install.mel"到maya窗口,当前shelf工具栏会新增命令按钮
####手动安装
#### 手动安装
* 拷贝dm2sc.mod文件到maya的设置文件夹路径(如:C:\Users\你的用户名\Documents\maya)下的module文件夹下(如没有module文件夹则新建)
* 编辑dm2sc.mod文件,替换"INSTALL_TARGET_DIR"为本插件的安装目录(如:E:\dev\dm2sc),编辑后mod文件像下面一样
```mel
Expand All @@ -26,7 +26,7 @@ plug-ins: ./plug-ins/2018/windows/x64
plug-ins: ./plug-ins/2023/osx/x64
```

##使用
## 使用
* 选择带deltaMush变形器的mesh后,执行shelf按钮或以下python代码进行自动转换
```python
import dm2sc.convert as convert
Expand Down

0 comments on commit 61a52f4

Please sign in to comment.