46474849505152535455
} File file = Dialogs.selectDirectory(parent); if (file != null && file.exists()) { AnimationWriter writer = new AnimationWriter(file, animation.name, choosen); factory.traverse(writer); } }