ufoProcessSetParamAutoTransition

void ufoProcessSetParamAutoTransition(
   ufoProcess process_instance,
   int param_index,
   int auto_transition);

Refer to the following table for command descriptions:

Command

Description

param_index

index (0..number_parameters-1) of parameter

auto_transition

1: auto transition on, 0: off (default)

ufoProcessSetParamAutoTransition automatically fits default parameter animation to a transition period when it is first used. Thereafter, the animation will have to be manually adjusted. This only works if the parameter has at least two keys set in its default values.

ufoProcessSetParamAutoTransition may be called within ufoProcessDefine after ufoProcessParamDefine.



Autodesk Softimage v7.5