You're totally welcome I wouldn't be scripting as much as I do, if a few people here hadn't smiled on me during my headaches =) I don't have time to explain right now, there is a way to move the planes to where you need them to be. Basically you find an extreme point and tell it to move the plane there. There is also room…
Wow that's weird for some reason the code tags don't like $, lame. 1) It might be a bad idea to name things the same as a viewport like "front" so change that to something like FrontPlane. 2) You'll need to define the texture type in material[1] then you can pass it the name/path of your bitmap. So instead of using:…
Hello everyone! So ive been really interested in scripting and the sorts and i thought i should give it a try. Basically what i am trying to do:- Im making a Blueprint manager. What it would do is let you select images (Front,Top,Left,RIght,Back) and create planes with the same measurements as the image and place it in the…