ExportHelper

Inheritance diagram of rumba.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

__init__

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.

track_plug(plug: Plug) None

First, register the plugs to export.

value(plug: Plug, index: int) Value

Get a baked plug value.

Return type

Value

values(plug: Plug)

Get all the baked plug values.

Return type

list(Value)