Moving between two points with a slider control - interpolate

i think the script function interpolate_pose should do the trick.
it divides your Path from A to B with a specific alpha value.
as alpha is a value of 0 to 1.0 you can just map your UI slider to the alpha value and use ClientSendScript class to send a move command triggered by an ON_CHANCE command by your UI slider.

3 Likes