Mathieson
@mathieson
New Member
Joined: Feb 14, 2024
Topics: 32 / Replies: 119
Reply
RE: TrackBar Filter CallBack ?

I know you can set up custom track bar key filters, and that in itself is a callback system. I’m not sure where to find what you’re looking for, but I…

15 years ago
Forum
Reply
RE: Max Script, thou art so Heartless

This is how I always go about redefining. Try this instead. /* custAttributes.getDef $.modifiers[1] 1 — Run this line while selecting the node th…

15 years ago
Forum
Reply
RE: assigning an extra property for an object

Take a look at scripted custom attributes in the reference. If its a numerical value and you want it to remain hidden from the end user, specify anim…

15 years ago
Forum
Reply
RE: getDir for local appData?

Ah cool, that would be it. Thanks Enrico.

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 11
Reply
RE: search an array for multiple results

I had to do something like this before to get around speed issues when collecting using nested arrays. Try something like.. [ul] [li]Make a copy o…

15 years ago
Forum
Reply
RE: Getting Error : No outer local variable references permitted here?

The problem is that rollouts exist in their own scope, not the same scope as the variable. Similar to this… rollout test “Test” ( check…

15 years ago
Forum
Reply
RE: adding numbered attributes

Oops, I apologize, I didn’t read your post carefully enough the first time. I saw you saying you were trying to do something that reminded me of some…

15 years ago
Forum
Reply
RE: adding numbered attributes

Try using just a single parameter and instead assign a float_list controller to it and then for however many controls you have just add a new controll…

15 years ago
Forum
Reply
RE: Object space to Monitor space.

Cool, seems like that was it. Working now. Thanks!

15 years ago
Forum
Reply
RE: Object space to Monitor space.

I’m just testing out the method outlined in the other thread mentioned above. It is working for me, but not consistently. More often than not I am g…

15 years ago
Forum
Reply
RE: Deleting a caDef from a material

Just figured it out. For anyone who is wondering, it seems you cannot delete it through the custAttributes.delete method, but you can do it through t…

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 14
Reply
RE: Get value from spinners in for loop.

Hadn’t thought of that. Good call!

15 years ago
Forum
Reply
RE: Get value from spinners in for loop.

You can also use <rollout>.controls to get all controls existing in the rollout and then filter them to get exactly what spinners you are lookin…

15 years ago
Forum
Page 4 / 11