Skip to content
Jigwright
HullForge docs

Add Post Process Volume

Place a post process volume. A new one is BOUNDED and applies only inside its own brush, which for a default-sized volume is a couple of metres: pass unbound=true for one that affects the whole level, which is what most people mean.

hf_add_post_process_volumeWrite

Arguments

NameTypeDescription
labelreqstringName in the outliner. Every other post process tool takes this.
forceboolean
= false
Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first.
locationstringWorld location as X,Y,Z. Defaults to the origin, which matters only for a BOUNDED volume.
prioritynumberHigher wins where two volumes overlap. Defaults to 0.
unboundbooleanTrue applies it everywhere and ignores the brush. Defaults to FALSE, which is the engine's own default and the reason most new volumes appear to do nothing.

Nearby in Post process, sky and atmosphere:

All 12 tools in Post process, sky and atmosphere — 3 more not listed here.