Look up HideByCategory in themaxscript help
Thanks for the break down Light
It actually looks much better And of course some of the advantages are quite apparent (RCMenus, Background bitmaps, mouse move/lbutton/rbutton states…
Sorry, now I’m a bit lost. Are you using subRollouts in the dialog? Or are they custom controls cunningly made with bitmap controls?
Light: I mean the way the titles of your rollouts change colour as you hover over them and when they’re opened.
I did specify a facelist but I didn’t do the redrawViews(). I’ll give it a bash. Thanks.
When you do: for i in selection do You’re affecting each object in the selection which means each object in the group is evaluated separately. What …
A brute force method would be to find the outlying points, find the lines between each vertex pair (this will cause some redundant checks though :shru…
Thanks ofer_z, I’ll give it a try. Are persistents any good?
You can check dependencies. Like this: refArr = refs.dependents obj This will return an array of objects that are dependant (either throught instan…
Cool script Bao, but you should perhaps put it in a floating dialog instead of the utility panel, it will make the interface a hell of a lot friendlie…