export_plug_values
- export_plug_values(plugs: list(Plug), filepath: unicode, comments: unicode, tags: 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”
comments (unicode) – The commentaries (utf-8)
tags (unicode) – The tags, coma separated (utf-8)
- Return type
None
- Raises
RuntimeError – in case of writing errors.