I'm wondering if anyone might be able to help me with a little bit of useful functionality I'd like to build into a set of Max Script tools I'm working on at the moment. I have a fair bit of experience with Maya/MEL but I've recently switched to Max so forgive me if any of my terminology is wrong. What I'd like to do is…
Hi, here is an example to toy with: rollout rolMain "Test"( subRollout scriptBin width:100 height:200 pos:[-1,-1]-------------------------------------------------------------------------------- rollout rolSub_1 "rol_1" ( label lb_01 "rolSub_1" on rolSub_1 rolledUp bState do ( if (bState == true) then ( rolMain.height +=…