Would this be possible in Python:
Morph an object based on a cage control point, from a base cage to another (target) control point. I imagine it would be like this: organize and store the information consistently, for example from left to right and bottom to top, do the same with the target control points and move the object, morphing with the cage point by point. Example: base: point 1, to target point 1, and so on.
