Go to: Synopsis. Return value. MEL examples.
HfBuildFurFiles(string $fPath, int $equalOption)
None
Variable Name | Variable Type | Description |
---|---|---|
None. |
string $project = `workspace -q -dir`; string $fPath = ($project + "/furFiles/SceneName"); // 1 (Default Equalizer map information will be added in the fur file). // 0 (Default Equalizer map information will not be added in the fur file). int $equalOption = 1; HfBuildFurFiles($fPath, $equalOption);