Docs

Get Streaming Geometry Cache Frame

Grabs one frame out of a streaming geometry cache as an ordinary mesh, so any static mesh node can work on a single moment of an animation. The archive opens once and stays open, so stepping frames...

Get Streaming Geometry Cache Frame node

The Get Streaming Geometry Cache Frame node

When to use it

Grabs one frame out of a streaming geometry cache as an ordinary mesh, so any static mesh node can work on a single moment of an animation. The archive opens once and stays open, so stepping frames costs one read each.

Per-frame sculpt deltas set upstream by Geometry Cache Sculpt are folded in automatically, so what you get is the edited frame rather than the raw archive sample.

Pins

Pin Type Description
StreamingCache Streaming Geometry Cache The cache to read from. The file stays on disk and is only opened when a frame is asked for.
Pin Type Description
Mesh Mesh The mesh at the frame you picked.

Settings

Setting Type Description
Frame Number Whole number Which frame to read. Past Max Frame Number the node errors rather than quietly handing you a different frame.