def fromBeginning(self, includeCurrent=False):
'''
Sets the keySelection time to the range from the first frame to the current frame.
Option to include the current frame.
'''
t = self.currentTime
if not includeCurrent:
t-=self.shortestTime
self._timeRangeEnd = t
评论列表
文章目录