From 394da05c5fa748282f97fe59594fbcc55bb71429 Mon Sep 17 00:00:00 2001 From: indigo Date: Sun, 24 Sep 2023 21:17:33 +0800 Subject: [PATCH] ! Modify README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dd5538..42ae566 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,16 @@ cmds.meshInfo(vtxHash=True, uvHash=True, ptHash=True, noIntermediate ## How to build in windows ### Requirement * Visual Studio 2012 or Build Tool C++ 2012 or higher +* Maya SDK 2015+ -open command shell (**CMD**), change dir into repository directory, then run the follow command +### Build command +Arguments: ```shell +make.bat [MayaVersion] +``` +open command shell (**CMD**), change dir into repository directory, then run the follow command +``` make.bat 2020 ``` +