Does anyone know how to use these Functions? I want to be able to analyize a curve and find the min, max & the average of the curve.
getCurveMinMax(int minOrMax, int begFrame, int endFrame, float curveCurrentValue, const char *curveName);
Float. Returns the min or max value of the specified curve (plug)
over the specified frame range. If minOrMax is set to 0, then it
returns the min value. If minOrMax is set to 1, then it returns the
max value.
getCurveAvg(int begFrame, int endFrame, float curveCurrentValue, const char *curveName);
Float. Returns the average value of the specified curve over the
specified frame range.
page 946
Any help you could provide would be appreciated.
Thanks