track .light .intensity .interpolation .set  (  Mode  )  
                                     
Description :

This instruction assigns an interpolation mode for all the light intensity keys in a track.

Parameters :

  • The exclusive modes:
    INTERP_FRONT
    INTERP_LINEAR (default)
    INTERP_TCBSPLINE

    can be combined with:
    INTERP_RELATIVEVALUE

    For example:
    INTERP_TCBSPLINE (right)
    INTERP_TCBSPLINE | INTERP_RELATIVEVALUE (right)
    INTERP_TCBSPLINE | INTERP_FRONT (wrong)

Examples :