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

    :noindex:
    .. note::
        This is utilised by the native MEL UI.
    """
    animationflipbook.add_selection_to_page(duplicate=True)
Example #2
0
 def insert_page(self):
     """ Set the current page.
     """
     animationflipbook.add_selection_to_page(duplicate=True)