def playblast_scene(*args):
    """ Playblast the current scene.

    Playblast the current scene, saving the output in the selected
    format and location designated in a JSON configuration file.

    :todo: Set up the JSON file to configure playblasts.
    .. note::
        This is utilised by the native MEL UI.
    """
    animationflipbook.playblast_scene()
    def playblast(self):
        """ Playblast the current scene.

        Playblast the current scene, saving the output in the selected
        format and location designated in a JSON configuration file.

        :todo: Set up the JSON file to configure playblasts.
        :deprecated: Create a new playblast module for maya.
        """
        # This may live or die according to whichever platform we're
        # currently playing on:
        animationflipbook.playblast_scene()