Originally this was like Chris's answer, but it messed up the scale, not sure why. def ChangeTransitionType(control, currentTime):# set transition control.SetKeyTransition(RLPy.RTime(currentTime), RLPy.ETransitionType_Linear, 1.0)I just pass in the control for a prop and the time as ...