def deselect_pencil_tool(*args):
    """ Deselect the pencil tool.

    :noindex:
    .. note::
        This is utilised by the native MEL UI.
    """
    animationflipbook.select_pencil_tool(False)
Пример #2
0
 def deselect_pencil_tool(self):
     """ Deselect the pencil tool.
     """
     animationflipbook.select_pencil_tool(False)
Пример #3
0
 def select_pencil_tool(self):
     """ Select the pencil tool.
     """
     animationflipbook.select_pencil_tool(True)