senor_freebie
@senor_freebie
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 56
Reply
RE: Checkbutton returns to default state

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…

12 years ago
Forum
Reply
RE: custom attribute – remap a parameter with the same name

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…

12 years ago
Forum
Reply
RE: Delete modifier by name?

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…

12 years ago
Forum
Reply
RE: Delete modifier by name?

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 …

12 years ago
Forum
Reply
RE: Delete modifier by name?

Stable –assumes ‘obj’ == valid object for modify in obj.modifiers where modify.name == “MyName” do deletemodifier obj modify If you want to on…

12 years ago
Forum
Reply
RE: about how to deal with multi-texture

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…

12 years ago
Forum
Reply
RE: Is it possible to override Right Click menu for bitmap slot?

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. …

12 years ago
Forum
Reply
RE: Dumb question about a unc path begining with \\q?

If you don’t use the @ symbol before path strings you’re going to have a bad time.

12 years ago
Forum
Topic
Forum
Replies: 0
Views: 10
Reply
RE: CAT controller error

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…

13 years ago
Forum
Reply
RE: CAT controller error

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!

13 years ago
Forum
Reply
RE: CAT controller error

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.

13 years ago
Forum
Topic
Forum
Replies: 8
Views: 19
Reply
RE: How to Shrink poly array without selecting

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…

13 years ago
Forum
Page 3 / 5