Thanks alot Light! I does exactly what I need! But I still don’t understand why my code didn’t work… Any clues on what happens in there? Thanks!
Here is a small sample on how to select from all the objects in the scene just the ones in the layer named “_red” : clearNodeSelection() for i=1 to…
What I would do first is to create a material library with all your materials named in a logical way so it would be easier to work with their names. A…
Nevermind the post. I’ve searched the forum and got my answer! Should have done that before posting… oops…
Here is what I have: rollout SelByName “Select Objects By Name” ( edittext NameTxt “Enter Object’s Name:” fieldWidth:200 bold:true button SelButton…
Have you tried the “Select by name”? You can enter your search at the top and it will select the objects with that search pattern. You can also use in…
This has been discussed before in here. Check this thread: Thanks.
You can edit a script in VMS by pressing F2 but make a copy of your script before because most of the time it will change more than you need. What I d…
It depends on what you need it to do but for most of the cases you can do it with callbacks really easy.
Thanks! It’s exactly what I needed!
This is a piece of code that Bobo showed at this year’s Siggraph MaxScript class. I think this is exaclty what you need: unRegisterRedrawViewsCallb…
Thanks Bobo, this made it clear for me finally! And it seems that I am not the only one dealing with scripts saturday night