Does anyone know how to change an object’s verticies (or “points”) in python, something like using the LocY value?
I have a blue object and a red object that move on the Y axis (see below ) and I have a lightning object that I want to shrink so it always fits between them.
I can get the y position of the blue and red objects and I want to make those the lightning object’s left and right Y values (so it shrinks to fit in between them)
Anyone know how to set an object’s points based on absolute position, e.g. LocY?