ufoProcessSetParamKeys

Related Functions: ufoProcessSetParamKey, ufoProcessSetStringParamKey

void ufoProcessSetParamKeys(
   ufoProcess process_instance,
   int param_index,
   double values(),
   double time);

Refer to the following table for command descriptions:

Command

Description

param_index

index (0...number_parameters-1) of parameter

values

key values for all parameter channels

time

key time

ufoProcessSetParamKey(s) and ufoProcessSetStringParamKey set animation key values for a parameter.

ufoProcessSetParamKeys may be called within ufoEditorMouseDown(), ufoEditorMouseUp(), ufoEditorMouseDrag(), ufoEditorMousePosition(), ufoEditorKeyEvent(), or from within any event function in the UFO editor GUI.



Autodesk Softimage v7.5