Paul, Question for you related to this thread. How do you use wire params on rollout ui objects (like spinners) that haven’t been created yet? If th…
Absolutely not helping on this forum too j/k. Decipher my example to examine how callbacks work and on spinner changed do ( ) event handlers work. …
Some advice for someone who had this same question. I bought a while back the Autodesk MaxScript Essentials v2 book and had a great time reading it, …
it would be append arrayName ($Box* as array) I believe.
Hi Carlo, Here are some bits of code to help you out. Clearly you’re familiar with other scripting concepts, so I’ll dive in. There are a few differ…
It’s absolutely doable, but gonna be a bit of a pain, because each renderer custom materials use different calls to get diffuse colors/maps etc. Take…
This is a great idea. I’m curious to see how it could be done.
Check my script that relinks bitmaps, hopefully it will give you some insight or provide the functionality you’re after.
Don’t forget you’ll also have to unhide their layers to make sure they are shown when you unhide it. for o in selection where not(o.layer.on) do o….
In the maxscript help, on the index tab type resetMAXFile and read all about it Note: Be sure you aren’t in the 3dstudio max help. To get to the ma…
I made one for our 3d people library. It goes into the current material that is assigned to each person. Check the diffuse bitmap, and tries to find…
Perfect answers from both of you. Many thanks. -Colin
A really easy way would just be to create 10 buttons and set them to (not)visible. And change their name to whatever you want and set it to visible.