def set_page(*args):
    """ Add the selected or none-grouped curves to a new page.

    :noindex:
    .. note::
        This is utilised by the native MEL UI.
    """
    animationflipbook.set_page()
Esempio n. 2
0
 def add_to_page(self):
     """ Add new curves to an existing page.
     """
     animationflipbook.set_page()
Esempio n. 3
0
 def set_page(self):
     """ Add the selected or none-grouped curves to a new page.
     """
     animationflipbook.set_page()