下载并安装适用于 Maya 的 Bifrost

适用于 Maya 的 Bifrost 是一个插件,既可以作为 Maya 的一部分发行,也可以独立于 Maya 发行。

适用于 Maya 的 Bifrost 安装程序包括以下各项:

从 Maya 2019 开始,适用于 Maya 的 Bifrost 与所有 Maya 版本及其 Update 版本兼容。

如果您已经使用 Bifrost 流体和 BOSS,则可以通过适用于 Maya 的 Bifrost 继续使用这些功能。

下载适用于 Maya 的 Bifrost 的更新

  1. 登录 Autodesk Account

  2. 选择“所有产品和服务”(All Products and Services)

  3. Maya 卡上选择“查看详细信息”(View details)

  4. “可用下载”(Available downloads)下选择“扩展程序”(Extensions)

  5. 选择您希望用于操作系统的 Bifrost 版本和 Maya 安装的主版本。例如,适用于 Maya 2023 的 Bifrost 安装程序适用于 Maya 2023 及其所有 Update 版本。

  6. 选择“下载”(Download)

    下载完毕后,运行下载的安装程序。

包含 Bifrost 流体的旧版场景

加载包含 Bifrost 流体的旧版场景时,可能会显示如下错误:

// 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 //

要解决此问题,请按照消息的指示执行 MEL 命令。例如,如果液体节点为 bifrostLiquid1,请运行如下命令:

replaceBifrostFXGraphsWithFactoryGraphs |bifrostLiquid1|bifrostLiquidContainer1 ;