miMayaPlugins/symmetryTable
2024-10-01 19:59:07 +08:00
..
src Initial commit 2024-10-01 19:59:07 +08:00
symUtils Initial commit 2024-10-01 19:59:07 +08:00
CMakeLists.txt Initial commit 2024-10-01 19:59:07 +08:00
README.md Initial commit 2024-10-01 19:59:07 +08:00
symCluster.py Initial commit 2024-10-01 19:59:07 +08:00

build

win

cd symmetryTable
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release -DMAYA_VERSION=2020 -DMAYA_ROOT_DIR="C:\Program Files\Autodesk\Maya2020" ../
cmake --build . --config Release --target install