! Modify README.md
This commit is contained in:
parent
c77e23ed4e
commit
04ec6fc797
14
README.md
14
README.md
|
|
@ -0,0 +1,14 @@
|
||||||
|
# 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
|
||||||
|
```powershell
|
||||||
|
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
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue