コード例 #1
0
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()
コード例 #2
0
ファイル: widgets.py プロジェクト: eoghancunneen/mayaflipbook
 def add_to_page(self):
     """ Add new curves to an existing page.
     """
     animationflipbook.set_page()
コード例 #3
0
ファイル: widgets.py プロジェクト: eoghancunneen/mayaflipbook
 def set_page(self):
     """ Add the selected or none-grouped curves to a new page.
     """
     animationflipbook.set_page()