This is because scripted plugins only load an instance of the rollout on demand. I don’t know why this isn’t permanent on your tool as I’ve only worke…
My guess is that the only way to do this would be to build a new scripted plugin with a way to grab each instances parameters. ie. if you’re building…
Make the if-test based on the class of the modifier rather than the name then: Using DenisT’s code: if iskindof (m = modpanel.getcurrentobject()) M…
I had never seen isKindof before. Thanks for that. With your line, you would still need to define m. I like to keep my lines neat and my extraneous …
Stable –assumes ‘obj’ == valid object for modify in obj.modifiers where modify.name == “MyName” do deletemodifier obj modify If you want to on…
zydgyy There are quite a few different things that you could be referring to. [ul] [li]Multi/Sub-Object == container for multiple standard MAX mater…
It’s possible. What you’re going to need is a button functioning as a map button. You can use and render a map to that if you want a preview as well. …
If you don’t use the @ symbol before path strings you’re going to have a bad time.
All of the bones on the rig return CATBone when asked classof $ Since I’m testing the tool at the moment I thought I’d point out its use. We were exp…
Unfortunately Lo, all class’s return the same. Now I’m going to have to go through and replace isProp with try/Catch. Thanks for your help!
Do you have a suggestion to avoid both in this instance? It’s not incredibly important but it might be later on as the tools develop.
And it seems like my use of many parts of max-script were lacking, eg with my function I posted above. I like the new one more; fn GetUnSharedItems A…