SetSetupValue
double SetSetupValue (object obj, channel chan, double value, intuseSettings )
Return Value: the value of value if successful, 0 otherwise.
Arguments:
obj |
object in question. |
chan | channel to set |
value | new value of that channel |
useSettings | use the current key updating setting in Setup Mode (1=yes, 0=no) |
This function is used to set the value of an item's channel in Setup Mode. By passing a 1 as the last argument you are telling messiah to update the associated keyframes according to the current settings in Setup Mode. If the last argument is 0 then the keyframes will not be updated.
Example:
>SetSetupValue(Camera, 2, -6.0, 1)
Set the Camera's zpos to -6.0 in setup mode and offset all keyframes according to the current settings in Setup Mode.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |