Documentation > Mesh Ops Plugin BPLibrary > Localize Mesh Data

Localize Mesh Data

Groups vertices into grid-aligned boxes, makes localized editing much faster because nodes that use it don't need to sample the entire mesh at once. ComputeAvgs computes averages for each group, which isn't currently used.

Inputs

In
Exec

Data
Mesh Data Structure (by ref)

Size
Float

Compute Avgs
Boolean

Outputs

Out
Exec

Return Value
Localized Grid Structure

Groups vertices into grid-aligned boxes, makes localized editing much faster because nodes that use it don't need to sample the entire mesh at once. ComputeAvgs computes averages for each group, which isn't currently used.