This is kinda messy, but have you considered using sub-rollouts. These allow you to dynamically add new rollouts to them over time. You could then u…
I think you may have been miss reading the help file. system.xml and system.xml.dll are the same file. It’s simply demonstrating the different appro…
I did something like this in an “auto rig” script I did some time ago…can’t say I remember how, BUT I “borrowed” the code from the BoneTools script. …
That is a really good idea! Nice one! Shane
How can i set the script error to be silent. i mean when an error happens don’t display it and don’t crash the script so the user has to reaload the s…
RappyBMX: ctrl pressed or shift or ctrl+shift… and my question is how can i pressed a button with shift or ctrl or both by script tried the help …
Well, actually, you have any number of choices, all of which are well document in the docs and have been exampled here on the forum. You’re first cho…
Off the top of my head, I can’t think of a way to do it from within maxscript. Shane
Not from within maxscript no. Maxscript runs within the UI/Main thread, any pauses here, will pause the main thread as well (and make max stop respon…
( local lstNodes = (selection as array) loadAnimation fAnimationFile &lstNodes ) I think you need to play around with a little Shane
(4)What’s your opinion on such a solution? Maybe we need to add an EditPoly modifier on stack if we want to change the MatIDs, otherwise theres no wa…
So, what have you tried?? I had a quick look at the docs and found menuMan.[b][b]createMenu[/b][/b] “name” Have you tried this?? Shane
Mate, if I knew python I would love to! I’ve been playing around with Java and max interaction, and based on some of the ideas from the Python/Max th…
Personally, unless you are hell bent on creating plugins, I’d lean towards Python to start with. It will make you far more productive in the shorter …