! Modify README.md

This commit is contained in:
2023-09-24 21:17:39 +08:00
parent 5b67c356e7
commit 2021c6e81a
+2 -2
View File
@@ -41,8 +41,8 @@ cmds.meshInfo('pCubeShape1', q=True, uvHash=True)
Dump all mesh without intemediate objects hashs into json file
```python
import maya.cmds as cmds
cmds.meshInfo(vtxHash=True, uvHash=True, ptHash=True, noIntermediate=True
file='C:/Temp/mesh_info.json')
cmds.meshInfo(vtxHash=True, uvHash=True, ptHash=True,
noIntermediate=True, file='C:/Temp/mesh_info.json')
# Mesh info file exported : C:/Temp/mesh_info.json #
```