Related Functions: ufoProcessSetParamDefaultKeys, ufoProcessSetStringParamDefaultKey
void ufoProcessSetParamDefaultKey( ufoProcess process_instance, int param_index, ufoChannelIndex channel_index, double value, double time);
Refer to the following table for command descriptions:
|
Command |
Description |
param_index |
index (0..number_parameters-1) of parameter |
channel_index |
index of channel to which default key value will be applied (usually 0) |
value |
default key value |
time |
key time |
ufoChannelIndex |
see ufoTypes.h for complete set of definitions for channel indices |
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