unfortunately this method won’t work as the callback returns undefined for callbacks.notificationParam() Interestingly using any script to change node…
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…
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…
you can align the object’s local z axis to the viewport using this $.rotation = getViewTM()
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…
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…
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…
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…
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)…