Bifrost for Maya is a plug-in that is released separately from Maya, in addition to being included with Maya.
The Bifrost for Maya installer includes the following:
bifcmd
, a command line tool that executes Bifrost graphs exported from the node-based environment.Bifrost for Maya is compatible with all Maya versions and their update releases beginning Maya 2019.
If you already use Bifrost Fluids and BOSS, you can continue to use these features with Bifrost for Maya.
Log in to your Autodesk Account.
Select All Products and Services.
Select View details on the Maya card.
Select Extensions under Available downloads.
Select the version of Bifrost that you want for your operating system and the main version of your Maya installation. For example, the Bifrost for Maya 2023 installer works with Maya 2023 and all its Update releases.
Select Download.
After downloading, run the downloaded installer.
When loading legacy scenes that include Bifrost Fluids, you may see an error as follows:
// Warning: Bifrost: to use the updated Bifrost graphs in Maya, graph |bifrostLiquid1|bifrostLiquidContainer1 needs to be updated to the latest version, call mel script: replaceBifrostFXGraphsWithFactoryGraphs |bifrostLiquid1|bifrostLiquidContainer1 ; //
// Error: bifrostLiquidContainer1: Emitters: Could set input port value. Failed to set input parameter Emitters //
// Error: Bifrost evaluation error //
To resolve the issue, execute the MEL command as indicated by the message. For example, if the liquid node is called bifrostLiquid1, run the command as follows:
replaceBifrostFXGraphsWithFactoryGraphs |bifrostLiquid1|bifrostLiquidContainer1 ;