[Closed] Sliders controlling Sliders
lets say I have two spinners “Smile Left” and “Smile Right” which controll bone positions. They are hooked up and work fine. I also have another spinner “Smile” which controls the other two spinners. The “Smile” spinner does change the value being displayed for the other two but the bones are not affected. Its only works when my mouse is the one changing values.
How can I get the spinners to work correctly?
thank you!
Quick like that… I would guess that modifying internally the value of a spinner doesn’t trigger the “on Spinner change do” as two spinning could target each other in an endless loop of update.
So, I would again guess, (It’s just guessing) that you would need a “on do” for the third spinner that would manually call the function done by the 2 first spinners.