Bifrost Utilities for Maya
Go to file
indigo 04ec6fc797 ! Modify README.md 2023-09-26 13:20:57 +08:00
cmake/modules Init Repo 2023-09-26 13:19:46 +08:00
src Init Repo 2023-09-26 13:19:46 +08:00
CMakeLists.txt Init Repo 2023-09-26 13:19:46 +08:00
CMakePresets.json Init Repo 2023-09-26 13:19:46 +08:00
README.md ! Modify README.md 2023-09-26 13:20:57 +08:00

README.md

Bifrost Utilities for Maya

Implement bifrost array mapper for particles to make bifrost array data can translte to maya instancer or particles.

Include

  • BifrostArrayMapper

Build and Install

mkdir build
cd build
set MAYA_VERSION=2022
cmake -G "Visual Studio 17 2022" -T v142 -DCMAKE_INSTALL_PREFIX=../install ..
cmake --build . --config Release --target install