Using knobs to dial sliders for bend, twist, front and back, side-side, do you have the script?
James
Posts: 1,003
I'm thinking to use knobs to dial sliders for bend, twist, front and back, side-side, do you have the script to manipulate the sliders?
Like to add or reduce a certain value of the slider.
I probably just need to make shortcuts and make the knobs hit the shortcuts.
If this works I could save time from hitting the pose pane all the time.
knob.jpg
800 x 800 - 89K
Post edited by James on
Comments
What do you mean, use a physical control to drive parameter settings? I suspect that would need a plug-in, and coding 9a driver) for the controller.
I just need scripts that can move the slider like maybe by 0.1 and -0.1 (or 1 and -1) of value
Then I'll assign shortcuts to the scripts.
Then I'll set the knob to hit the shortcuts for every tick I turn left or right.
OK, in that case the simplest way would be to write a script that gets the XRotControl etc. for the currently selected node, if any (not actually working on the sldier but on the underlying property) - you might want to check that the property wasn't hidden before acting on it, though.