! Modify README.md
This commit is contained in:
@@ -41,8 +41,8 @@ cmds.meshInfo('pCubeShape1', q=True, uvHash=True)
|
|||||||
Dump all mesh without intemediate objects hashs into json file
|
Dump all mesh without intemediate objects hashs into json file
|
||||||
```python
|
```python
|
||||||
import maya.cmds as cmds
|
import maya.cmds as cmds
|
||||||
cmds.meshInfo(vtxHash=True, uvHash=True, ptHash=True, noIntermediate=True
|
cmds.meshInfo(vtxHash=True, uvHash=True, ptHash=True,
|
||||||
file='C:/Temp/mesh_info.json')
|
noIntermediate=True, file='C:/Temp/mesh_info.json')
|
||||||
# Mesh info file exported : C:/Temp/mesh_info.json #
|
# Mesh info file exported : C:/Temp/mesh_info.json #
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user