ExportHelper

- class ExportHelper
Helper class to export animations.
This class is used to track and evaluate efficiently a set of plugs and then retrieve their animated values at once
Methods
evaluate()Evaluate the plug values.
track_plug(plug)First, register the plugs to export.
value(plug, index)Get a baked plug value.
values(plug)Get all the baked plug values.
- __init__()
- evaluate() None
Evaluate the plug values.