Hi, coming from programming, I dont see the reason for using a float instead of a boolean here, is there a specific reason for this, like if the animators expect that, what is the reason for it would be?
There are 2 common reason as far as I know.
1. Some animation situations animators want a transition between the controls instead of binary switching.
2. To match the float data type of the influence slider. The influence slider is a float to give more option to controlling the constrains.
Of course, you can use a boolean if that's what you want or need for your situation.
Dwayne is spot on.
Sometimes the animator will want to transition smoothly - other times not. A float is the best of both worlds.
A million years ago (when I first learned animation) I was always switching over 1 frame. And I would usually pick a nice easy spot to switch where I could match the jump by eye.
It was only 2 years ago when someone showed me that it is about 100 times easier to blend the switch over 3 or 4 frames.
Match the IK and FK on the start of the transition --> then the end
And blend over those frames.
The result is seamless animation without having to flick back and forth to solve that 1 frame shift.