How to stretch a 3D model between two coordinates with python

Try shearing first. If that doesn’t give desirable results, you could indeed resort to procedural model generation. If you need help with that, you might want to check out my procedural geometry samples. Especially basic.py could be helpful.

2 Likes