适用于 Maya 的 Bifrost 是一个插件,既可以作为 Maya 的一部分发行,也可以独立于 Maya 发行。
适用于 Maya 的 Bifrost 安装程序包括以下各项:
bifcmd
,此命令行工具可执行从基于节点的环境导出的 Bifrost 图表。从 Maya 2019 开始,适用于 Maya 的 Bifrost 与所有 Maya 版本及其 Update 版本兼容。
如果您已经使用 Bifrost 流体和 BOSS,则可以通过适用于 Maya 的 Bifrost 继续使用这些功能。
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 ;