export_plug_animation¶
-
export_plug_animation(plugs: list(Plug), filepath: unicode) → None¶ Save the layer setup and plugs animation in a file.
Parameters: - plugs (list(Plug)) – The plugs with the values or the animation to save
- filepath (unicode) – The file path, the extension should be “.rumbaanim”
Return type: None
Raises: RuntimeError – in case of writing errors.