Notifications
Clear all

[Closed] Mapping targasequence on multiple planes

Hi,

I would like to put a targa-sequence on an array of planes. Each frame of the targa-sequence in a directory should be put on a single plane. Is this difficult to create in maxscript? Can somebody help me with this?

Cheers,

Theun

1 Reply

Here is a quick script I wrote that does just what you want. In order to use it the targa sequence must be seqentially numbered with all of the images you want to use in a folder, and only those targa’s. The plane objects must be selected and sequentially numbered as well. the images and objects are arranged by name so the first object gets assigned the first image and so forth. I am still fairly new to scripting so this code could be optimized a bit. I fully commented the code so you can check it out see what is going on.