Well, with this you’re only accessing the array element inside of “foo”, and not the 25th element of meditmaterials.
Guys, Sorry for the delay returning to this thread. I was subscribed but maybe my notifications are turned off? I had no idea I had replies. Anyway…
Thanks for the explanations Denis. I like the optional on/off idea. I tried a big selection and with 2000+ objects and probably 100+ materials, it d…
One more question- I don’t quite understand the usage of the “oneOnly” argument. Can you explain how this is working? I had used (selection as arra…
Hey Denis, As usual, thanks for taking some time to help out with this! I like how you’ve shortened up the code, and also added the ability to show m…
As an example, suppose you wanted to switch out all occurances of “abc.jpg” with “xyz.jpg”. One way is to sort through all the materials and all the …
Nevermind… figured it out in my next step. Outputting the code to a filestream takes care of the issue. At first I was simply printing the code to t…
I’ll be damned… DenisT, thanks so much! Good to know. I wouldn’t have assumed that’s the case… works perfectly though! SyncViewS, thanks for your …
Enrico, Thanks, but if I’m not mistaken this applies only to createDialog windows which have event handlers for open, close, etc. In my case though I…