Ejemplo n.º 1
0
 def setAnimEndTime(self, val):
     cmds.playbackOptions(animationEndTime=val)
Ejemplo n.º 2
0
 def setAnimStartTime(self, val):
     cmds.playbackOptions(animationStartTime=val)
Ejemplo n.º 3
0
 def getAnimEndTime(self):
     return cmds.playbackOptions(q=1, animationEndTime=1)
Ejemplo n.º 4
0
 def setMaxTime(self, val):
     cmds.playbackOptions(maxTime=val)
Ejemplo n.º 5
0
 def getAnimStartTime(self):
     return cmds.playbackOptions(q=1, animationStartTime=1)
Ejemplo n.º 6
0
 def setMinTime(self, val):
     cmds.playbackOptions(minTime=val)
Ejemplo n.º 7
0
 def getMaxTime(self):
     return cmds.playbackOptions(q=1, maxTime=1)
Ejemplo n.º 8
0
 def getAnimEndTime(self):
     return cmds.playbackOptions(q=1, animationEndTime=1)
Ejemplo n.º 9
0
 def setAnimEndTime(self, val):
     cmds.playbackOptions(animationEndTime=val)
Ejemplo n.º 10
0
 def setAnimStartTime(self, val):
     cmds.playbackOptions(animationStartTime=val)
Ejemplo n.º 11
0
 def getAnimStartTime(self):
     return cmds.playbackOptions(q=1, animationStartTime=1)
Ejemplo n.º 12
0
 def setMaxTime(self, val):
     cmds.playbackOptions(maxTime=val)
Ejemplo n.º 13
0
 def getMaxTime(self):
     return cmds.playbackOptions(q=1, maxTime=1)
Ejemplo n.º 14
0
 def setMinTime(self, val):
     cmds.playbackOptions(minTime=val)