write_Alembic

Writes Bifrost points, strands, and meshes to an Alembic file. Make sure that at least one of this nodes' outputs is connected to the output node at the top level of the graph.

Inputs

meshes

The Bifrost meshes to write.

points

The Bifrost points to write.

strands

The Bifrost strands to write.

enable

If true, enables writing of files. Otherwise, this node simply passes its inputs through to its outputs.

filename

The file name.

directory

The directory.

frame

The frame number.

frame_rate

The desired frame rate.

start_frame

The start frame when the Alembic archive is created.

end_frame

The end frame when the Alembic archive is finalized and written.

overwrite

If true, overwrites existing file.

create_directories

If true, creates output directory hierarchy if it doesn't exist.

properties

A space-delimited list of properties to write.

write_single_file

If enabled, writes animation as a single Alembic archive. Note that frame_rate, start_frame and end_frame are only taken into account if this mode is enabled.

Outputs

out_meshes

Passthrough of the input Bifrost meshes.

out_points

Passthrough of the input Bifrost points.

out_strands

Passthrough of the input Bifrost strands.

success

True, if file was written successfully.

file_path

The full path of the written file.

Limitations