According to the 2.42 API documentation, the methods getCurve, setExtrapolation and setInterpolation are all deprecated. The advice says:
getCurve: use the mapping opperator instead
setInterpolation: use the interpolation attribute instead
Can anyone advise me on how to do this. I’m obviously barking up the wrong tree with guestimates such as:
That error is normal. In fact, both of those have the same “shortening” effect, you have to access LINEAR through InterpTypes. The difference is that in the second one you only import InterpTypes in the main namespace while in the first one you import everything from IpoCurve.