コード例 #1
0
ファイル: MFade.py プロジェクト: nicolas-raoul/PyMaterial
 def __init__(self):
     MAnimator.__init__(self)
コード例 #2
0
ファイル: MFade.py プロジェクト: Python-PyBD/PyMaterial
 def __init__(self):
     MAnimator.__init__(self)
     self.can_run_reversed = True
コード例 #3
0
 def __init__(self):
     MAnimator.__init__(self)
     self.__clip = QPainterPath()