I have create a UI with 3 radio buttons, and in my adjust_tangents function, I am a bit stumped and need some help in it.
Rather than printing out that one particular sentence it has if any one of the three radio buttons are selected, it is actually printing out a bunch of the same sentences
For example, if the first radio button is selected, the script log is print out 20 times of ">>> Auto Spline onto first and last frame"
Are there any ways in which I can simplify it?
My code:
http://pastebin.com/raw.php?i=4msivp8T