def channelbox_command_setHyperbolic(box, menuItem, key, *args):
# Sets whether increments interpolate linearly or using a curve
with sysCmd.Undo(0):
state = channelBox_Checkbox_Update(box, key, menuItem)
cmds.channelBox(box.channelbox, e=1, hyperbolic=state)
box.saved_states["hyperbolic"][0] = state
if box.saved_states["showIcons"][0]:
channelbox_command_Symbol_update(box, "hyperbolic")
sysCmd.channelbox_save_state(box)
jtChannelBox_Commands_Default.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录