ILS
@ils
New Member
Joined: Feb 15, 2024
Topics: 18 / Replies: 41
Topic
Reply
RE: How to emit a NodeEvent to be caught by NodeEventCallback

unfortunately this method won’t work as the callback returns undefined for callbacks.notificationParam() Interestingly using any script to change node…

4 years ago
Forum
Topic
Reply
RE: Copying object with custom attributes brakes CA functionality

You are right, it should really be one or the other, attribID or unique flag. This was just a work in progress script i was testing if I should use un…

5 years ago
Forum
Reply
RE: Copying object with custom attributes brakes CA functionality

Looks like the custom attribute brakes for the copied objects. When i press the button on the original and the first copy i get object.get_btn = on bu…

5 years ago
Forum
Topic
Forum
Replies: 0
Views: 19
Topic
Forum
Replies: 0
Views: 5
Reply
RE: Align Objects to Viewport through Rotation

you can align the object’s local z axis to the viewport using this $.rotation = getViewTM()

6 years ago
Forum
Reply
RE: I have a question about Dotnet form focus

this is usually handled by an event, there should be an event called LostFocus you can find all the events in maxscript manual this will probably l…

6 years ago
Forum
Reply
RE: Edit Spline Modifier maxscript

I guess the short answer is that there isn’t the same control as for editable spline in edit spline modifier. Sometimes maxsceipt can be so frustrati…

6 years ago
Forum
Topic
Forum
Replies: 2
Views: 15
Reply
RE: Tigger actions on deletetion? (from within a plugin?)

Unfortunately this is correct, the on delete will be called when the object is deleted from the undo stack and doesn’t happen immediatly as per the he…

6 years ago
Forum
Reply
RE: Tigger actions on deletetion? (from within a plugin?)

Not sure what you are trying to achieve exactly, but within your custom modifier to trigger an on delete type action use on detachfromnode instead on…

6 years ago
Forum
Reply
RE: Scripted modifier rollout variable weirdness

thanks for your help aaandres, that fixed most of the issues by using a direct call. sP_txt = “[” + (random 0 1000) as string + “,” + (random 0 1000)…

6 years ago
Forum
Page 1 / 4