File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ publish:
1010 rm -fr ./dist
1111 " ${MAYA_PY} " -m pip install ' twine>=1.5.0'
1212 " ${MAYA_PY} " setup.py sdist bdist_wheel
13- " ${MAYA_PY} " -m twine upload --repository testpypi dist/*
13+ " ${MAYA_PY} " -m twine upload --repository pypi dist/*
Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ OpenMaya api 封装
1414
1515### 快速开始
1616
17+ #### 如果你的Maya有pip那么
18+
19+ ``` commandline
20+ cd "C:\Program Files\Autodesk\Maya2022\bin"
21+ mayapy -m pip install cpapi
22+ ```
23+
24+ #### 如果没有
25+
17261 . 打开C:\Users\PC\Documents\maya文件夹
18272 . 进入scripts文件夹,如果没有就创建它
19283 . 下载完整的cpapi代码
@@ -99,7 +108,9 @@ test selected>> <generator object <genexpr> at 0x000001CE9AFD23A8>
99108```
100109
101110#### 工具集模块
111+
102112工具集模块就是字面意思,一堆工具函数
113+
103114``` python
104115from __future__ import unicode_literals, print_function
105116
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "cpapi" ,
11- version = "0.9 .0" ,
11+ version = "1.0 .0" ,
1212 author = "cpcgskill" ,
1313 author_email = "cpcgskill@outlook.com" ,
1414 description = "OpenMaya api 封装" ,
You can’t perform that action at this time.
0 commit comments