ufoProcessSetParamDefaultValues
void ufoProcessSetParamDefaultValues( ufoProcess process_instance, int param_index, double values[]);
Refer to the following table for command descriptions:
|
Command |
Description |
param_index |
index (0..number_parameters-1) of parameter |
values |
default values for all parameter channels |
ufoProcessSetParamDefaultValue(s) and ufoProcessSetStringParamDefaultValue set multiple default values for parameters.
ufoProcessSetParamDefaultValue(s) and ufoProcessSetStringParamDefaultValue should be called within ufoProcessDefine after ufoProcessParamDefine.
ufoProcessSetStringParamDefaultValue
void ufoProcessSetStringParamDefaultValue( ufoProcess process_instance, int param_index, const char * string);
Refer to the following table for command descriptions:
|
Command |
Description |
param_index |
index (0..number_parameters-1) of parameter |
string |
default string value |
ufoProcessSetParamDefaultValue(s) and ufoProcessSetStringParamDefaultValue set multiple default values for parameters.
ufoProcessSetParamDefaultValue(s) and ufoProcessSetStringParamDefaultValue should be called within ufoProcessDefine after ufoProcessParamDefine.
Autodesk Softimage v7.5