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

Constructors

__init__

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.