MotionBlend
double MotionBlend (object obj1, object obj2, frame start, frame end, channel chan, doublevalue )
Return Value: 1.0 for success, 0.0 for failure
Arguments:
obj1 | master object |
obj2 | slave object |
start | begin frame range |
end | end frame range |
chan | channel to affect |
value | weight of effect ( 0 -> 1) ( does allow overinterpolation ) |
This function will cause the slave item's motion on it's chan channel to match that of master between the frames: start and end. The amount of influence master has on slave is determined by value. This is an older function, you will probably want to user either the Motion Blender effect or one of the Cycle* functions instead. This is mostly included for backward compatibility.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |