ui_keysSlider
ui_keysSlider
ui for keysSliding
put file ui_keysSlider.py to maya scripts folder
run script command in file
runUI_keysSlider.py
run in python tab, assign it on shelf for instance
here actual run script command:
import maya.cmds as cmds;import ui_keysSlider
#runFunction runCommand(h=700,pinToToolSettings=0)
ui_keysSlider.runCommand(700,0)
arguments:
h=700 <------- initial ui height
pinToToolSettings=1 <---------- will pin ui to ToolSettings window if it exist
have filters on translate,rotate
tested in maya 2018 and 2022
link to presentation:
https://vimeo.com/845380722?share=copy
ui_keysSlider
ui for keysSliding
put file ui_keysSlider.py to maya scripts folder
run script command in file
runUI_keysSlider.py
run in python tab, assign it on shelf for instance
here actual run script command:
import maya.cmds as cmds;import ui_keysSlider
#runFunction runCommand(h=700,pinToToolSettings=0)
ui_keysSlider.runCommand(700,0)
arguments:
h=700 <------- initial ui height
pinToToolSettings=1 <---------- will pin ui to ToolSettings window if it exist
have filters on translate,rotate
tested in maya 2018 and 2022
link to presentation:
https://vimeo.com/845380722?share=copy
