export_plug_values

export_plug_values(plugs: list(Plug), filepath: unicode) → None

Save the plugs values 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 “.rumbapose”
Return type:

None

Raises:

RuntimeError – in case of writing errors.