VDB Copy Out operator

The VDB Copy Out operator can be used to copy out VDB data to another event.

Unlike particles, VDBs are not sent directly from one event to another. Instead, you can use the VDB Copy Out operator to copy VDB data from one event to another. The operation you choose for the merge algorithm determines how the data will be merged with existing data in the output event. Using the VDB Copy Out operator you can create flows of VDB data that make it easier to tune specific aspects of particular grids. For example, you could copy out a velocity grid into multiple events, for fine tuning different types of velocity input, then merge them back together with multiple VDB Copy Out operators that all connect to the same event. This workflow allows you to split up grid operations so you don’t have to do everything inside one giant event.


VDB Copy Out Rollout

Copy out grids

  • Grid type: controls which grid type(s) will be copied out to another event.

  • Grid names: grids with matching names (of the specified grid type) will be copied.

Operation

  • Operation: controls which boolean operation will be used to merge the grid data into the VDB of the output event.

  • Affect: When operation not set to ‘set’ or ‘add’ mode, you can choose whether all downstream grids will be affected, or only those with a matching name.

  • Morph step: controls how much the existing VDB SDF in the output event will be morphed towards the output SDF.

Only SDF grids support morphing.

  • Clear source grids: when enabled, any grids that are copied out to another event will be cleared in the current event.

Target event VDB

  • Resample if uninitialized: if the target event VDB has not yet been initialized, enabling this setting allows you to specify the target VDB voxel size. If this setting is disabled, the target VDB’s voxel size (if uninitialized) will be made to match the voxel size of the source VDB.

If the VDB in the target event is already initialized, its voxel size will not be modified and any data copied to the target VDB will be resampled to match its existing voxel size.

  • Voxel size: the desired voxel size of the target VDB.

Filtering Rollout

Use the filtering options to control which grid(s) will be copied out to the next event.

Filtering

  • Floating: when enabled, grids whose cells are all above the specified ground height will be copied out.

  • Ground height: the specified ground height used by the floating filter.

Intersection filtering

  • No intersection filtering: all applicable grids with matching names will be copied out.

  • Grid MUST intersect object: only applicable grids with matching names whose cell(s) intersect an object in the filter objects list will be copied out.

  • Grid must NOT intersect object: only applicable grids with matching names whose cell(s) do not intersect an object in the filter objects list will be copied out.

  • Object list: the list of objects used to perform the intersection tests.