Bifrost Version: 2.12.0.0
General purpose Bifrost library. Much of the library is lower level utilities for building compounds. To highlight some of the high level compounds:
Similar to maya's remesh function. Produces evenly triangulated mesh given a target range of edge lengths. Supports feature preservation and open meshes.
Improved cut mesh compound, better point property transfer, now tags faces/points along cut.
Improved catmull clark subd compound, significantly faster, now supports edge creasing.
smooth/erode/dilate mesh property
GPU compute in the graph via OpenCL, nodes for building and executing OpenCL programs.
Compounds for imaging filtering on the cpu/gpu.
shatter_mesh and post_process_shatter compounds for shattering a mesh then adding detail to the result.
unordered_map and unordered_set implemented in Bifrost.
Preliminary library for fur/hair creation and styling.
Copy the Hyuu folder in Compounds to your prefered compounds directory. Add the path for HyuuPackConfig.json to BIFROST_LIB_CONFIG_FILES, e.g.:
BIFROST_LIB_CONFIG_FILES = C:/your/compounds/path/Hyuu/HyuuPackConfig.json
If the environment variable is already set you can append a path with using ;
BIFROST_LIB_CONFIG_FILES = <existing value>;C:/your/compounds/path/Hyuu/HyuuPackConfig.json