Ooo, a texture map. I hadn’t thought of that. Maybe I could build it dynamically so the users wouldn’t need to install any graphics files with the scr…
This will create an array with all the selected objects that are editable polys are have edit poly applied. I think… local objs=for x in selection w…
Good to know, thanks. Still, it’s weird that you and I are getting two different results with (supposedly) the same setup.
Ah, I see, you were doubting if this would work. Yeah, having problems, but I’m getting a better idea now of the things I need to be searching for on …
Thanks, Shane, I’ll give this a try. So, what did you mean when you said this isn’t what I really wanted… do you mean it’s a bad idea to be changing …
In order to troubleshoot your code, I recommend you try to do the same exact execute command with each version (the single versus the array). You’re d…
So are you just looking for the script to take one object and make copies of it X number of times X units apart on the Z axis?
Ok, here’s the event handler that allows the user to hit return to insert a new blank line. Thanks Shane for helping me work through this, and I hope …
Ok, things are looking pretty good now. I used texbox.SelectionStart=texbox.text.count to set the caret to the end of the file when return is hit. Now…