Ooo good tip thanks. So you’re saying every time it runs execute “string” the string it executes gets saved into memory? Or in other words it’s a gian…
I tend to assume maxscript exclusively works from top to bottom. Even though sometimes it doesn’t and I’m not really experienced enough to know why. …
The function needs to be either within or above the rollout that calls it. Either that or you are attempting to call variables which are not global. …
caption! Aha! hahaha thanks! That’s not in the Maxscript documentation for checkbox so I could never figure out a value to call. Well then… I’m a mile…
Unfortunately you can’t change the checkbox’s label so no variable can be used to assign it. The ‘solution’ is to just not call it anything and positi…
scriptspot search for “clear”
With more than 5 digits wouldn’t that take like 2.5 years? a 9 symbol string name with alpha+numeric lettering plus _ and ” ” would be 36 symbols 9 …
The problem with clearing global variables is it doesn’t also clear rollouts, some functions etc. Thanks. Escape key is what I was after. I’ll have…
Hmmm so write my own grouping code essentially. But then I would lose the whole point of the group wouldn’t I (Visible as only one object when closed…
Ok here is what I wanted to do but I’ve decided is impossible due to the group architecture now that I understand it. +Big Group -SubGroup01 -SubGrou…
Ok as I figured I was doing everything totally wrong and ass backwards. First two functions: fn AttachGroup BigG LittleG= ( append BigG.children Li…
hehe just did a quick search on the forums and found MUCH better scripts. So you can pretty much ignore this one. Still I suppose it’s one more way to…