export_plug_animation

export_plug_animation(plugs: list(Plug), filepath: unicode, single_layer: bool, progress) 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”

  • single_layer (bool) – Export the animation in a single layer, bake the plugs animation if needed

  • progress – Progress callback

Return type

None

Raises

RuntimeError – in case of writing errors.