import_rumba_animation

import_rumba_animation(filename, layers_to_import=[])

Import the .rumbaanim animation file in Rumba

Parameters
  • filename (str) – the filename of the animation file.

  • layers_to_import (list) – The layers to import path list. Paths are ‘/’ separated layer names. If empty, import all the layers.

Example:

import rumbapy

rumbapy.import_rumba_animation("my_animation.rumbaanim")