def save_scene(*args):
    """ Set the current page.

    .. note::
        This is utilised by the native MEL UI.
    """
    animationflipbook.save_scene()
Esempio n. 2
0
    def save_scene(self):
        """ Save the current scene.

        :deprecated: Create a new Maya save/load module.
        """
        animationflipbook.save_scene()