read_Alembic

Reads Bifrost points, strands, and meshes from an Alembic file, and outputs the resulting objects.

Inputs

filename

The file name.

directory

The directory.

frame

The frame number.

frame_rate

The frame rate.

interpolation

The interpolation method for interpolating data at sub-frame positions.

properties

A space-delimited list of properties to read.

Outputs

points

The output Bifrost points.

strands

The output Bifrost strands.

meshes

The output Bifrost meshes.

Limitations