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