Open topic with navigation
<composer>.remove
Remove the effect composer object
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