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

<composer>.remove

Remove the effect composer object

<composer>.remove()  

Remarks

This command will remove the effect composer object handle, however the composer will still affect any nodes it was previously applied to.

Return Value

None

Example

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

# Will still affect the model
composer.remove()

See also

<composer>.unapply
<node3d>.clearAttribute