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

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

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