From 2021c6e81acbd56628bbd1fa428b344de84180fc Mon Sep 17 00:00:00 2001 From: indigo Date: Sun, 24 Sep 2023 21:17:39 +0800 Subject: [PATCH] ! Modify README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 089b7e3..c1d6a11 100644 --- a/README.md +++ b/README.md @@ -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 # ```