![]()
MEL scripts for Advanced Fur Rendering
You can access Advanced Fur Rendering functionality through the following MEL commands and scripts.
// build fur files HfBuildFurFiles(string $fPath, int $equalOption) // Build equalizer maps HfBuildEqualMap() // build fur shadows and images HfBuildFurImages(string $fPath, string $sdwPath, string $imgPath, int $buildShadow, int $buildImage) // Cancel Advanced Fur Rendering HfCancelAFR()Where: