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()
def add_to_page(self): """ Add new curves to an existing page. """ animationflipbook.set_page()
def set_page(self): """ Add the selected or none-grouped curves to a new page. """ animationflipbook.set_page()