export_rumba_animation
- export_rumba_animation(filename, progress_callback=None, comments='', tags='')
Export the project animation in a .rumbaanim file.
- Parameters
Example:
import rumbapy with rumbapy.Progress("Exporting animation...") as progress: rumbapy.export_rumba_animation("my_animation.rumbaanim", progress=progress.update)