|
|
|
SW_fcurveKeySetA library function which lets you set fcurve keys. If the procedure succeeds then attribute values for fcurve key points are set. package require SW_library SW_fcurveKeySet sceneID fcurveID numberOfKeys AttributeValues
Return ValueThere is no return value if function succeeds. If an error condition occurs, the return value will be a descriptive string message giving information about the error. Example
This example allocates and retrieves the current scene, retrieves the element ID corresponding to the name "sphere1", allocates and then creates (empty) translation fcurves for this element and then sets the x translation fcurve to contain 10 key points. We specify the time at which the key points occur and the corresponding value (i.e the first key point occurs at time 0 and has a value of 1). |
|
copyright Video-Collage Inc. |