Vizard 8 » Command Index » Vizard objects » composer » <composer>.unapply
8.1

<composer>.unapply

Unapply the effect composer from all nodes

<composer>.unapply()  

Remarks

This command will remove the effect composer from all nodes it is currently applied to.

Return Value

None

Example

composer = viz.addEffectComposer('composer.vizfx')
model.apply(composer)
.
.
.

# Will no longer affect the model
composer.unapply()

See also

<composer>.remove
<node3d>.clearAttribute