Convert Bifrost geometry to Maya geometry
You can convert mesh and strand output from Bifrost to Maya geometry by right-clicking on the output port at the top level of the Bifrost graph. Bifrost meshes get converted to Maya meshes and strands get converted to NURBS curves.
Connect the Bifrost geometry to an
outputnode at the top level of the graph. Connections toterminalnodes are not supported.Right-click on the input port of the
outputnode, and select Create Maya Geometry.- In the Maya scene graph, the output of the graph is connected to a
bifrostGeoToMayanode. - For each mesh in the output, a Maya
meshnode is connected to one of thebifrostGeoToMayanode's Maya Mesh ports. - For each strand in each strands object in the output, a Maya
nurbsCurvenode is connected to one of thebifrostGeoToMayanode's Maya Curve ports. Because Maya doesn't support subcurves, each strand must be a separate object.
You can see these connections in Maya's Node Editor.

- In the Maya scene graph, the output of the graph is connected to a
To use the
point_normalvalues of a Bifrost mesh (if they exist) as the normals of the Maya mesh, turn onTransfer Normalsin thebifrostGeoToMayanode's attributes.In the
Propertiesbox, specify the geo properties to transfer.floatanddoublevalues per point are transferred as alpha color sets.float3anddouble3values per point are transferred as RGB color sets.float4anddouble4values per point are transferred as RGBA color sets.- Bifrost component tags (
booleanvalues per component) are transferred as Maya component tags.
By default, all properties of the above types are transferred except those that are redundant on Maya geometry:
* !point_position !point_normal !face_vertex_normal.- To transfer a specific property, enter its name. Separate multiple names with spaces. For example:
point_color point_velocity. - To transfer all properties, enter
*(an asterisk). - To exclude specific properties, prefix their names with
!(exclamation point). For example, to transfer all properties exceptpoint_position:* !point_position.
