|
|
|
SAA_cusOperatorRemoveFcurveCallbackRemoves a callback from an OAT function curve. set scene [SAA_AllocScene] set icon [SAA_AllocElem] # or NULL . . . set OATname "symbol_name_from_cus_file" set context [SAA_AllocCustomContext] set command tcl_command_line_to_eval SAA_cusOperatorAddFcurveCallback $scene $icon $OATname CustomContext1 $command handleName . . SAA_cusOperatorRemoveFcurveCallback $scene $icon OATname $context $handleName
Return ValueReturn correct usage if incorrect parameters are passed
NotesThis signature differs from the C language SDK signature in that one specifies the callback to remobve by it's handle and the cbd parametere is not needed and is therefore omitted. The SoftWish procedure SAA_cusOperatorRemoveFcurveCallback differs from the
corresponding SAAPHIRE C language routine in because SoftWish tracks callbacks by handles.
To remove a callback in SoftWish you specify it's handle. Here are the signatures of the
SoftWish and SAAPHIRE versions of SAA_cusOperatorRemoveFcurveCallback: |
|
copyright Video-Collage Inc. |