ufoProcessSetStringParamDefaultKey

Related Functions: ufoProcessSetParamDefaultKey, ufoProcessSetParamDefaultKeys

void ufoProcessSetStringParamDefaultKey(
   ufoProcess process_instance,
   int param_index,
   const char * string,
   double time);

Refer to the following table for command descriptions:

Command

Description

param_index

index (0..number_parameters-1) of parameter

string

default string key value

time

key time

ufoProcessSetParamDefaultKey(s) and ufoProcessSetStringParamDefaultKey set multiple default key values for parameters which have more than one channel.

ufoProcessSetParamDefaultKey(s) and ufoProcessSetStringParamDefaultKey should be called within ufoProcessDefine after ufoProcessParamDefine.



Autodesk Softimage v7.5