I am doing more and more video animations using 2D textures with transparent background on simple 2D planes, and moving them in the 3D space.
BTW the video just above as example is about my daughter's wedding. Time is passing
Of course 2D planes in trueSpace must have the exact same X and Y ratio of the texture applied on it, otherwise the picture will be distorted.
The step of creating these planes is laborious though, because I have to check the picture size in pixels, like 825 width and 306 tall, and set the same X and Y dimension in trueSpace, like 8.25 meter X and 3.06 meter Y, then resize the plane to fit my camera frame...
To speed-up that workflow I would like to automat the process of creating 2D slides. Perhaps a Python script could to the job.
The script should read the bitmap texture size in pixels applied on a selected plane object, then automatically resize the X size of the plane to make X and Y dimensions fit the same height and width pixels ratio.
Is there still some Python specialists around ?



